@import url(../../../icons/icon-button.css);
@import url(../../../icons/icon.css);
.sm-edp {
    background: #fff;
    border: 1px solid #e5e5e5;
}
.sm-edp li {
    text-align: left;
}
.sm-edp li a::after {
    font-weight: 700;
    content: attr(data-text);
    display: block;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    user-select: none;
    pointer-events: none;
}
.sm-edp a,
.sm-edp a:hover,
.sm-edp a:focus,
.sm-edp a:visited .sm-edp a:active {
    padding: 8px 8px;
    color: #111820 !important;
    font-family: "Market Sans", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 20px;
    min-height: 40px;
    text-decoration: none;
    text-align: left;
}
.sm-edp a:hover,
.sm-edp a:active {
    background: #fff;
    color: #111820 !important;
    font-weight: 700;
    border-bottom: 1px solid #e5e5e5;
}
.sm-edp a.current {
    font-weight: 700 !important;
}
.sm-edp a.current.highlighted {
    border-bottom: 1px solid #e5e5e5;
}
.sm-edp a.disabled {
    color: #c7c7c7;
}
.sm-edp a .sub-arrow {
    display: none;
}
.sm-edp ul {
    background: #fff;
}
.sm-edp ul a,
.sm-edp ul a:hover,
.sm-edp ul a:focus,
.sm-edp ul a:active {
    font-size: 0.875rem;
    border-left: 16px solid transparent;
    color: #111820 !important;
    text-align: left;
    border-bottom: 0;
    font-weight: normal;
}
.sm-edp ul a.current.highlighted {
    border-bottom: 0;
}
.sm-edp ul a .sub-arrow {
    display: inline-block;
    position: relative;
    top: -1px;
    margin: 0 8px;
    background-color: transparent;
    overflow: hidden;
    max-height: 16px;
}
.sm-edp ul a .sub-arrow::before {
    content: url(../sm-edp/icons/icon-chevron-down-extra-small.svg);
}
.sm-edp ul a.highlighted .sub-arrow::before {
    content: url(../sm-edp/icons/icon-chevron-up-extra-small.svg);
}
.sm-edp ul ul a,
.sm-edp ul ul a:hover,
.sm-edp ul ul a:focus,
.sm-edp ul ul a:active {
    border-left: 32px solid transparent;
}
.sm-edp ul ul ul a,
.sm-edp ul ul ul a:hover,
.sm-edp ul ul ul a:focus,
.sm-edp ul ul ul a:active {
    border-left: 48px solid transparent;
}
.sm-edp ul ul ul ul a,
.sm-edp ul ul ul ul a:hover,
.sm-edp ul ul ul ul a:focus,
.sm-edp ul ul ul ul a:active {
    border-left: 64px solid transparent;
}
.sm-edp ul ul ul ul ul a,
.sm-edp ul ul ul ul ul a:hover,
.sm-edp ul ul ul ul ul a:focus,
.sm-edp ul ul ul ul ul a:active {
    border-left: 80px solid transparent;
}
@media (min-width: 768px) {
    .sm-edp ul {
        position: absolute;
        width: 12em;
    }
    .sm-edp li {
        float: left;
    }
    .sm-edp.sm-rtl li {
        float: right;
    }
    .sm-edp ul li,
    .sm-edp.sm-rtl ul li,
    .sm-edp.sm-vertical li {
        float: none;
    }
    .sm-edp a {
        white-space: nowrap;
    }
    .sm-edp ul a,
    .sm-edp.sm-vertical a {
        white-space: normal;
    }
    .sm-edp .sm-nowrap > li > a,
    .sm-edp .sm-nowrap > li > :not(ul) a {
        white-space: nowrap;
    }
    .sm-edp {
        background: transparent;
        border: 0;
        max-height: 40px;
        top: 7px;
    }
    .sm-edp li {
        padding: 8px 8px;
        text-align: center;
    }
    .sm-edp a,
    .sm-edp a:hover,
    .sm-edp a:focus,
    .sm-edp a:visited,
    .sm-edp a:active {
        padding: 0 8px 3px;
        color: #111820 !important;
        text-align: center;
        min-height: auto;
    }
    .sm-edp a.highlighted {
        background: #fff;
        border-bottom: 1px solid #e5e5e5;
    }
    .sm-edp a.current {
        background: #fff;
        font-weight: 700;
        border-bottom: 1px solid #e5e5e5;
    }
    .sm-edp a.disabled {
        background: #fff;
        color: #c7c7c7;
    }
    .sm-edp a .sub-arrow {
        display: none;
    }
    .sm-edp a .sub-arrow::before {
        content: "";
    }
    .sm-edp a.highlighted .sub-arrow::before {
        content: "";
    }
    .sm-edp ul {
        background: #fff;
    }
    .sm-edp ul li {
        padding: 8px 8px;
    }
    .sm-edp ul a,
    .sm-edp ul a:hover,
    .sm-edp ul a:focus,
    .sm-edp ul a:visited,
    .sm-edp ul a:active {
        border: 0 !important;
        padding: 0;
        position: relative;
    }
    .sm-edp ul a.current {
        font-weight: 700;
    }
    .sm-edp ul a:hover {
        font-weight: normal !important;
        text-decoration: underline !important;
    }
    .sm-edp ul a.current :not(.highlighted):hover,
    .sm-edp ul a.current :not(.highlighted):active {
        text-decoration: none;
    }

    .sm-edp ul li a.has-submenu {
        padding-right: 16px;
    }

    .sm-edp ul a .sub-arrow {
        display: inline-block;
        position: absolute;
        top: 7px;
        right: 0;
        margin: 0;
    }
    .sm-edp ul a .sub-arrow::before {
        content: url(../sm-edp/icons/icon-chevron-right-small.svg);
        right: 0;
    }
    .sm-edp ul .sub-arrow::before {
        content: url(../sm-edp/icons/icon-chevron-right-small.svg);
    }
    .sm-edp ul a.highlighted .sub-arrow::before {
        content: url(../sm-edp/icons/icon-chevron-right-small.svg);
    }
    .sm-edp ul > li {
        border-left: 0;
    }
    .sm-edp ul > li:first-child {
        border-top: 0;
    }
    .sm-edp ul ul {
        border-left: 1px solid #e5e5e5;
    }
    .sm-edp .scroll-up,
    .sm-edp .scroll-down {
        position: absolute;
        display: none;
        visibility: hidden;
        overflow: hidden;
        background: #fff;
        height: 20px;
    }
    .sm-edp .scroll-up-arrow,
    .sm-edp .scroll-down-arrow {
        position: absolute;
        top: -2px;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        overflow: hidden;
        border-width: 8px;
        border-style: dashed dashed solid dashed;
        border-color: transparent transparent #111820 transparent;
    }
    .sm-edp .scroll-down-arrow {
        top: 6px;
        border-style: solid dashed dashed dashed;
        border-color: #111820 transparent transparent transparent;
    }
    .sm-edp.sm-rtl a.has-submenu {
        padding-right: 8px;
        padding-left: 24px;
    }
    .sm-edp.sm-rtl a.has-submenu:hover {
        background: #fff;
    }
    .sm-edp.sm-rtl a .sub-arrow {
        left: 8px;
        right: auto;
    }
    .sm-edp.sm-rtl.sm-vertical a.has-submenu {
        padding: 8px 8px;
    }
    .sm-edp.sm-rtl.sm-vertical a.has-submenu:hover {
        background: #fff;
    }
    .sm-edp.sm-rtl.sm-vertical a .sub-arrow {
        left: auto;
        right: -8px;
    }
    .sm-edp.sm-rtl ul a.has-submenu {
        padding: 8px 8px;
    }
    .sm-edp.sm-rtl ul a .sub-arrow {
        left: auto;
        right: -8px;
    }
    .sm-edp.sm-vertical a .sub-arrow {
        left: -8px;
        right: auto;
    }
}
#main-menu {
    clear: both;
    padding: 0;
    margin: 0;
}
.main-menu-btn {
    float: right;
    margin: 0 0 0 8px;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.main-menu-btn-icon {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    display: inline-block;
    background-color: #f7f7f7;
    border: 2px solid transparent;
    border-radius: 50px;
    box-sizing: border-box;
    height: 40px;
    margin: 0;
    padding: 0;
    vertical-align: text-bottom;
    width: 40px;
}
.main-menu-btn-icon:before {
    content: url(../sm-edp/icons/icon-menu.svg);
    top: 9px;
    left: 8px;
    width: 20px;
    height: 18px;
    line-height: 0;
    position: relative;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
    content: url(../sm-edp/icons/icon-close-small.svg);
    top: 8px;
    left: 11px;
    width: 14px;
    height: 15px;
}
#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
#main-menu-state:not(:checked) ~ #main-menu {
    display: none;
}
#main-menu-state:checked ~ #main-menu {
    display: block;
}
@media (min-width: 768px) {
    #main-menu {
        float: right;
        clear: none;
    }
    .main-menu-btn {
        position: absolute;
        top: -99999px;
    }
    #main-menu-state:not(:checked) ~ #main-menu {
        display: block;
    }
}
