.mectrl_resetStyle, a.mectrl_resetStyle, button.mectrl_resetStyle {
    height: auto;
    min-width: auto;
    min-height: auto;
    border-style: none;
    border-width: 0;
    padding: 0;
    margin: 0;
    outline-style: none !important;
    background-color: transparent;
    text-decoration: none;
    text-align: left;
    font-family: "Microsoft Yahei UI", "Microsoft Yahei", Verdana, Simsun, "Segoe UI", "Segoe UI Web Regular", "Helvetica Neue", "BBAlpha Sans", "S60 Sans", Arial, sans-serif;
    cursor: pointer
}

.mectrl_body {
    text-align: left;
    color: #333;
    background-color: #fff
}

.mectrl_body a {
    color: #333
}

.mectrl_body button {
    color: #333
}

.c-uhfh > .theme-dark .c-me .mectrl_body, .mectrl_theme_dark .mectrl_body {
    text-align: left;
    color: #fff;
    background-color: #1a1a1a
}

.c-uhfh > .theme-dark .c-me .mectrl_body a, .mectrl_theme_dark .mectrl_body a {
    color: #fff
}

.c-uhfh > .theme-dark .c-me .mectrl_body button, .mectrl_theme_dark .mectrl_body button {
    color: #fff
}

.mectrl_theme_azure_hclight .mectrl_body {
    text-align: left;
    color: #000;
    border-color: #000;
    outline-color: #000;
    fill: #000;
    background-color: #fff
}

.mectrl_theme_azure_hclight .mectrl_body a {
    color: #0000cd !important;
    border-color: #0000cd !important;
    outline-color: #0000cd !important;
    fill: #0000cd !important;
    background-color: #fff;
    text-decoration: underline
}

.mectrl_theme_azure_hclight .mectrl_body button {
    color: #000;
    border-color: #000;
    outline-color: #000;
    fill: #000;
    background-color: #fff
}

.mectrl_theme_azure_hclight ::-moz-selection {
    -ms-high-contrast-adjust: none;
    color: #fff !important;
    border-color: #fff !important;
    outline-color: #fff !important;
    fill: #fff !important;
    background-color: purple
}

.mectrl_theme_azure_hclight ::selection {
    -ms-high-contrast-adjust: none;
    color: #fff !important;
    border-color: #fff !important;
    outline-color: #fff !important;
    fill: #fff !important;
    background-color: purple
}

.mectrl_theme_azure_hcdark .mectrl_body {
    text-align: left;
    color: #fff;
    border-color: #fff;
    outline-color: #fff;
    fill: #fff;
    background-color: #000
}

.mectrl_theme_azure_hcdark .mectrl_body a {
    color: #ff0 !important;
    border-color: #ff0 !important;
    outline-color: #ff0 !important;
    fill: #ff0 !important;
    background-color: #000;
    text-decoration: underline
}

.mectrl_theme_azure_hcdark .mectrl_body button {
    color: #fff;
    border-color: #fff;
    outline-color: #fff;
    fill: #fff;
    background-color: #000
}

.mectrl_theme_azure_hcdark ::-moz-selection {
    -ms-high-contrast-adjust: none;
    color: #000 !important;
    border-color: #000 !important;
    outline-color: #000 !important;
    fill: #000 !important;
    background-color: #0ff
}

.mectrl_theme_azure_hcdark ::selection {
    -ms-high-contrast-adjust: none;
    color: #000 !important;
    border-color: #000 !important;
    outline-color: #000 !important;
    fill: #000 !important;
    background-color: #0ff
}

.mectrl_theme_gray .mectrl_body {
    text-align: left;
    color: #fff;
    background-color: #444
}

.mectrl_theme_gray .mectrl_body a {
    color: #fff
}

.mectrl_theme_gray .mectrl_body button {
    color: #fff
}

.mectrl_theme_off_black .mectrl_body {
    text-align: left;
    color: #fff;
    background-color: #262626
}

.mectrl_theme_off_black .mectrl_body a {
    color: #fff
}

.mectrl_theme_off_black .mectrl_body button {
    color: #fff
}

.mectrl_company {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 13px
}

.mectrl_company .glyph_msft {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 4px
}

#mectrl_currentAccount_picture {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    width: 88px;
    height: 88px;
    margin-left: 16px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px
}

.mectrl_currentAccount {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns:auto 1fr auto
}

.mectrl_currentAccount > * {
    display: block;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.mectrl_currentAccount .mectrl_company {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2
}

.mectrl_ie .mectrl_currentAccount .mectrl_company {
    max-width: 160px
}

.mectrl_currentAccount .mectrl_signout {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    font-size: 13px;
    padding: 15px 14px
}

.mectrl_ie .mectrl_currentAccount .mectrl_signout {
    max-width: 160px
}

.mectrl_currentAccount .mectrl_accountInfo {
    min-height: 132px;
    width: 100%;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails {
    font-size: 13px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    width: 0;
    padding-right: 12px
}

.mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails > * {
    padding: 1px
}

.mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails > :nth-child(2) {
    margin-top: 3px;
    font-size: 13px
}

.mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails > :not(:nth-child(2)) {
    margin-top: 4px
}

.mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails > :first-child {
    margin-top: 0
}

.mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails > :last-child {
    padding: 0
}

.mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails .mectrl_link {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.mectrl_currentAccount .mectrl_accountInfo .mectrl_name {
    font-size: 18px;
    font-weight: 700
}

.mectrl_currentAccount .mectrl_accountInfo .mectrl_name:focus {
    outline: 0
}

.mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails .mectrl_link {
    color: #0078d6;
    background-color: inherit;
    text-decoration: underline
}

.mectrl_currentAccount a.mectrl_signout, .mectrl_currentAccount a.mectrl_signout:focus, .mectrl_currentAccount button.mectrl_signout, .mectrl_currentAccount button.mectrl_signout:focus {
    color: #333;
    background-color: #fff
}

.mectrl_focus_visible .mectrl_currentAccount a.mectrl_signout:focus, .mectrl_focus_visible .mectrl_currentAccount button.mectrl_signout:focus {
    color: inherit;
    background-color: rgba(0, 0, 0, .08)
}

.mectrl_currentAccount a.mectrl_signout:hover, .mectrl_currentAccount button.mectrl_signout:hover {
    color: inherit;
    background-color: rgba(0, 0, 0, .08)
}

.mectrl_currentAccount a.mectrl_signout:active, .mectrl_currentAccount button.mectrl_signout:active {
    color: inherit;
    background-color: rgba(0, 0, 0, .12)
}

.c-uhfh > .theme-dark .c-me .mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails .mectrl_link, .mectrl_theme_dark .mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails .mectrl_link {
    color: #0088d6;
    background-color: inherit;
    text-decoration: none
}

.c-uhfh > .theme-dark .c-me .mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails .mectrl_link:focus, .c-uhfh > .theme-dark .c-me .mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails .mectrl_link:hover, .mectrl_theme_dark .mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails .mectrl_link:focus, .mectrl_theme_dark .mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails .mectrl_link:hover {
    text-decoration: underline
}

.c-uhfh > .theme-dark .c-me .mectrl_currentAccount a.mectrl_signout, .c-uhfh > .theme-dark .c-me .mectrl_currentAccount a.mectrl_signout:focus, .c-uhfh > .theme-dark .c-me .mectrl_currentAccount button.mectrl_signout, .c-uhfh > .theme-dark .c-me .mectrl_currentAccount button.mectrl_signout:focus, .mectrl_theme_dark .mectrl_currentAccount a.mectrl_signout, .mectrl_theme_dark .mectrl_currentAccount a.mectrl_signout:focus, .mectrl_theme_dark .mectrl_currentAccount button.mectrl_signout, .mectrl_theme_dark .mectrl_currentAccount button.mectrl_signout:focus {
    color: #fff;
    background-color: #1a1a1a
}

.mectrl_focus_visible .c-uhfh > .theme-dark .c-me .mectrl_currentAccount a.mectrl_signout:focus, .mectrl_focus_visible .c-uhfh > .theme-dark .c-me .mectrl_currentAccount button.mectrl_signout:focus, .mectrl_focus_visible .mectrl_theme_dark .mectrl_currentAccount a.mectrl_signout:focus, .mectrl_focus_visible .mectrl_theme_dark .mectrl_currentAccount button.mectrl_signout:focus {
    color: inherit;
    background-color: rgba(255, 255, 255, .16)
}

.c-uhfh > .theme-dark .c-me .mectrl_currentAccount a.mectrl_signout:hover, .c-uhfh > .theme-dark .c-me .mectrl_currentAccount button.mectrl_signout:hover, .mectrl_theme_dark .mectrl_currentAccount a.mectrl_signout:hover, .mectrl_theme_dark .mectrl_currentAccount button.mectrl_signout:hover {
    color: inherit;
    background-color: rgba(255, 255, 255, .16)
}

.c-uhfh > .theme-dark .c-me .mectrl_currentAccount a.mectrl_signout:active, .c-uhfh > .theme-dark .c-me .mectrl_currentAccount button.mectrl_signout:active, .mectrl_theme_dark .mectrl_currentAccount a.mectrl_signout:active, .mectrl_theme_dark .mectrl_currentAccount button.mectrl_signout:active {
    color: inherit;
    background-color: rgba(255, 255, 255, .24)
}

.mectrl_theme_azure_hclight .mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails .mectrl_link {
    color: #0000cd !important;
    border-color: #0000cd !important;
    outline-color: #0000cd !important;
    fill: #0000cd !important;
    background-color: #fff;
    text-decoration: underline
}

.mectrl_theme_azure_hclight .mectrl_currentAccount a.mectrl_signout, .mectrl_theme_azure_hclight .mectrl_currentAccount a.mectrl_signout:focus {
    -webkit-box-shadow: inset 0 0 0 1px;
    box-shadow: inset 0 0 0 1px;
    color: #0000cd !important;
    border-color: #0000cd !important;
    outline-color: #0000cd !important;
    fill: #0000cd !important;
    background-color: #fff;
    text-decoration: underline
}

.mectrl_focus_visible .mectrl_theme_azure_hclight .mectrl_currentAccount a.mectrl_signout:focus {
    -ms-high-contrast-adjust: none;
    color: #fff !important;
    border-color: #fff !important;
    outline-color: #fff !important;
    fill: #fff !important;
    background-color: purple
}

.mectrl_theme_azure_hclight .mectrl_currentAccount a.mectrl_signout:hover {
    -ms-high-contrast-adjust: none;
    color: #fff !important;
    border-color: #fff !important;
    outline-color: #fff !important;
    fill: #fff !important;
    background-color: purple
}

.mectrl_theme_azure_hclight .mectrl_currentAccount a.mectrl_signout:active {
    -ms-high-contrast-adjust: none;
    color: #fff !important;
    border-color: #fff !important;
    outline-color: #fff !important;
    fill: #fff !important;
    background-color: purple
}

.mectrl_theme_azure_hclight .mectrl_currentAccount button.mectrl_signout, .mectrl_theme_azure_hclight .mectrl_currentAccount button.mectrl_signout:focus {
    -webkit-box-shadow: inset 0 0 0 1px;
    box-shadow: inset 0 0 0 1px;
    color: #000;
    border-color: #000;
    outline-color: #000;
    fill: #000;
    background-color: #fff
}

.mectrl_focus_visible .mectrl_theme_azure_hclight .mectrl_currentAccount button.mectrl_signout:focus {
    -ms-high-contrast-adjust: none;
    color: #fff !important;
    border-color: #fff !important;
    outline-color: #fff !important;
    fill: #fff !important;
    background-color: purple
}

.mectrl_theme_azure_hclight .mectrl_currentAccount button.mectrl_signout:hover {
    -ms-high-contrast-adjust: none;
    color: #fff !important;
    border-color: #fff !important;
    outline-color: #fff !important;
    fill: #fff !important;
    background-color: purple
}

.mectrl_theme_azure_hclight .mectrl_currentAccount button.mectrl_signout:active {
    -ms-high-contrast-adjust: none;
    color: #fff !important;
    border-color: #fff !important;
    outline-color: #fff !important;
    fill: #fff !important;
    background-color: purple
}

.mectrl_theme_azure_hcdark .mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails .mectrl_link {
    color: #ff0 !important;
    border-color: #ff0 !important;
    outline-color: #ff0 !important;
    fill: #ff0 !important;
    background-color: #000;
    text-decoration: underline
}

.mectrl_theme_azure_hcdark .mectrl_currentAccount a.mectrl_signout, .mectrl_theme_azure_hcdark .mectrl_currentAccount a.mectrl_signout:focus {
    -webkit-box-shadow: inset 0 0 0 1px;
    box-shadow: inset 0 0 0 1px;
    color: #ff0 !important;
    border-color: #ff0 !important;
    outline-color: #ff0 !important;
    fill: #ff0 !important;
    background-color: #000;
    text-decoration: underline
}

.mectrl_focus_visible .mectrl_theme_azure_hcdark .mectrl_currentAccount a.mectrl_signout:focus {
    -ms-high-contrast-adjust: none;
    color: #000 !important;
    border-color: #000 !important;
    outline-color: #000 !important;
    fill: #000 !important;
    background-color: #0ff
}

.mectrl_theme_azure_hcdark .mectrl_currentAccount a.mectrl_signout:hover {
    -ms-high-contrast-adjust: none;
    color: #000 !important;
    border-color: #000 !important;
    outline-color: #000 !important;
    fill: #000 !important;
    background-color: #0ff
}

.mectrl_theme_azure_hcdark .mectrl_currentAccount a.mectrl_signout:active {
    -ms-high-contrast-adjust: none;
    color: #000 !important;
    border-color: #000 !important;
    outline-color: #000 !important;
    fill: #000 !important;
    background-color: #0ff
}

.mectrl_theme_azure_hcdark .mectrl_currentAccount button.mectrl_signout, .mectrl_theme_azure_hcdark .mectrl_currentAccount button.mectrl_signout:focus {
    -webkit-box-shadow: inset 0 0 0 1px;
    box-shadow: inset 0 0 0 1px;
    color: #fff;
    border-color: #fff;
    outline-color: #fff;
    fill: #fff;
    background-color: #000
}

.mectrl_focus_visible .mectrl_theme_azure_hcdark .mectrl_currentAccount button.mectrl_signout:focus {
    -ms-high-contrast-adjust: none;
    color: #000 !important;
    border-color: #000 !important;
    outline-color: #000 !important;
    fill: #000 !important;
    background-color: #0ff
}

.mectrl_theme_azure_hcdark .mectrl_currentAccount button.mectrl_signout:hover {
    -ms-high-contrast-adjust: none;
    color: #000 !important;
    border-color: #000 !important;
    outline-color: #000 !important;
    fill: #000 !important;
    background-color: #0ff
}

.mectrl_theme_azure_hcdark .mectrl_currentAccount button.mectrl_signout:active {
    -ms-high-contrast-adjust: none;
    color: #000 !important;
    border-color: #000 !important;
    outline-color: #000 !important;
    fill: #000 !important;
    background-color: #0ff
}

.mectrl_theme_gray .mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails .mectrl_link {
    color: #56bdfc;
    background-color: inherit;
    text-decoration: none
}

.mectrl_theme_gray .mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails .mectrl_link:focus, .mectrl_theme_gray .mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails .mectrl_link:hover {
    color: #c5e9fe;
    text-decoration: underline
}

.mectrl_theme_gray .mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails .mectrl_link:active {
    color: #fff
}

.mectrl_theme_gray .mectrl_currentAccount a.mectrl_signout, .mectrl_theme_gray .mectrl_currentAccount a.mectrl_signout:focus, .mectrl_theme_gray .mectrl_currentAccount button.mectrl_signout, .mectrl_theme_gray .mectrl_currentAccount button.mectrl_signout:focus {
    color: #fff;
    background-color: #444
}

.mectrl_focus_visible .mectrl_theme_gray .mectrl_currentAccount a.mectrl_signout:focus, .mectrl_focus_visible .mectrl_theme_gray .mectrl_currentAccount button.mectrl_signout:focus {
    color: inherit;
    background-color: #505050
}

.mectrl_theme_gray .mectrl_currentAccount a.mectrl_signout:hover, .mectrl_theme_gray .mectrl_currentAccount button.mectrl_signout:hover {
    color: inherit;
    background-color: #505050
}

.mectrl_theme_gray .mectrl_currentAccount a.mectrl_signout:active, .mectrl_theme_gray .mectrl_currentAccount button.mectrl_signout:active {
    color: inherit;
    background-color: #262626
}

.mectrl_theme_off_black .mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails .mectrl_link {
    color: #23a6e8;
    background-color: inherit;
    text-decoration: none
}

.mectrl_theme_off_black .mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails .mectrl_link:focus, .mectrl_theme_off_black .mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails .mectrl_link:hover {
    color: #79cdfe;
    text-decoration: underline
}

.mectrl_theme_off_black .mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails .mectrl_link:active {
    color: #fff
}

.mectrl_theme_off_black .mectrl_currentAccount a.mectrl_signout, .mectrl_theme_off_black .mectrl_currentAccount a.mectrl_signout:focus, .mectrl_theme_off_black .mectrl_currentAccount button.mectrl_signout, .mectrl_theme_off_black .mectrl_currentAccount button.mectrl_signout:focus {
    color: #fff;
    background-color: #262626
}

.mectrl_focus_visible .mectrl_theme_off_black .mectrl_currentAccount a.mectrl_signout:focus, .mectrl_focus_visible .mectrl_theme_off_black .mectrl_currentAccount button.mectrl_signout:focus {
    color: inherit;
    background-color: #505050
}

.mectrl_theme_off_black .mectrl_currentAccount a.mectrl_signout:hover, .mectrl_theme_off_black .mectrl_currentAccount button.mectrl_signout:hover {
    color: inherit;
    background-color: #505050
}

.mectrl_theme_off_black .mectrl_currentAccount a.mectrl_signout:active, .mectrl_theme_off_black .mectrl_currentAccount button.mectrl_signout:active {
    color: inherit;
    background-color: #666
}

@media screen and (-ms-high-contrast: white-on-black) {
    .mectrl_focus_visible .mectrl_currentAccount button.mectrl_signout:focus {
        background-color: #0ff
    }

    .mectrl_currentAccount button.mectrl_signout:hover {
        background-color: #0ff
    }

    .mectrl_currentAccount button.mectrl_signout:active {
        background-color: #0ff
    }

    .mectrl_focus_visible .mectrl_currentAccount a.mectrl_signout:focus {
        text-decoration: underline
    }

    .mectrl_currentAccount a.mectrl_signout:hover {
        text-decoration: underline
    }

    .mectrl_currentAccount a.mectrl_signout:active {
        text-decoration: underline
    }
}

@media screen and (-ms-high-contrast: black-on-white) {
    .mectrl_focus_visible .mectrl_currentAccount button.mectrl_signout:focus {
        background-color: indigo
    }

    .mectrl_currentAccount button.mectrl_signout:hover {
        background-color: indigo
    }

    .mectrl_currentAccount button.mectrl_signout:active {
        background-color: indigo
    }

    .mectrl_focus_visible .mectrl_currentAccount a.mectrl_signout:focus {
        text-decoration: underline
    }

    .mectrl_currentAccount a.mectrl_signout:hover {
        text-decoration: underline
    }

    .mectrl_currentAccount a.mectrl_signout:active {
        text-decoration: underline
    }
}

.mectrl_commands {
    position: relative
}

.mectrl_commands .mectrl_link {
    padding: 1px;
    font-size: 13px;
    margin-right: 34px
}

.mectrl_commands .moreCommands {
    position: absolute;
    top: 1px;
    right: 0
}

.mectrl_commands .moreCommands .mectrl_trigger, .mectrl_commands .moreCommands .mectrl_trigger:focus {
    color: #333;
    background-color: #fff
}

.mectrl_commands .moreCommands .mectrl_trigger.expanded, .mectrl_commands .moreCommands .mectrl_trigger:hover {
    color: inherit;
    background-color: rgba(0, 0, 0, .08)
}

.mectrl_commands .moreCommands .mectrl_trigger:active {
    color: inherit;
    background-color: rgba(0, 0, 0, .12)
}

.mectrl_focus_visible .mectrl_commands .moreCommands .mectrl_trigger:focus {
    color: inherit;
    background-color: rgba(0, 0, 0, .08)
}

.c-uhfh > .theme-dark .c-me .mectrl_commands .moreCommands .mectrl_trigger, .c-uhfh > .theme-dark .c-me .mectrl_commands .moreCommands .mectrl_trigger:focus, .mectrl_theme_dark .mectrl_commands .moreCommands .mectrl_trigger, .mectrl_theme_dark .mectrl_commands .moreCommands .mectrl_trigger:focus {
    color: #fff;
    background-color: #1a1a1a
}

.c-uhfh > .theme-dark .c-me .mectrl_commands .moreCommands .mectrl_trigger.expanded, .c-uhfh > .theme-dark .c-me .mectrl_commands .moreCommands .mectrl_trigger:hover, .mectrl_theme_dark .mectrl_commands .moreCommands .mectrl_trigger.expanded, .mectrl_theme_dark .mectrl_commands .moreCommands .mectrl_trigger:hover {
    color: inherit;
    background-color: rgba(255, 255, 255, .16)
}

.c-uhfh > .theme-dark .c-me .mectrl_commands .moreCommands .mectrl_trigger:active, .mectrl_theme_dark .mectrl_commands .moreCommands .mectrl_trigger:active {
    color: inherit;
    background-color: rgba(255, 255, 255, .24)
}

.c-uhfh > .theme-dark .c-me.mectrl_focus_visible .mectrl_commands .moreCommands .mectrl_trigger:focus, .mectrl_theme_dark.mectrl_focus_visible .mectrl_commands .moreCommands .mectrl_trigger:focus {
    color: inherit;
    background-color: rgba(255, 255, 255, .16)
}

.mectrl_theme_azure_hclight .mectrl_commands .moreCommands .mectrl_trigger, .mectrl_theme_azure_hclight .mectrl_commands .moreCommands .mectrl_trigger:focus {
    border: 1px solid #000;
    color: #000;
    border-color: #000;
    outline-color: #000;
    fill: #000;
    background-color: #fff
}

.mectrl_theme_azure_hclight .mectrl_commands .moreCommands .mectrl_trigger.expanded, .mectrl_theme_azure_hclight .mectrl_commands .moreCommands .mectrl_trigger:hover {
    -ms-high-contrast-adjust: none;
    color: #fff !important;
    border-color: #fff !important;
    outline-color: #fff !important;
    fill: #fff !important;
    background-color: purple
}

.mectrl_theme_azure_hclight .mectrl_commands .moreCommands .mectrl_trigger:active {
    -ms-high-contrast-adjust: none;
    color: #fff !important;
    border-color: #fff !important;
    outline-color: #fff !important;
    fill: #fff !important;
    background-color: purple
}

.mectrl_theme_azure_hclight.mectrl_focus_visible .mectrl_commands .moreCommands .mectrl_trigger:focus {
    -ms-high-contrast-adjust: none;
    color: #fff !important;
    border-color: #fff !important;
    outline-color: #fff !important;
    fill: #fff !important;
    background-color: purple
}

.mectrl_theme_azure_hcdark .mectrl_commands .moreCommands .mectrl_trigger, .mectrl_theme_azure_hcdark .mectrl_commands .moreCommands .mectrl_trigger:focus {
    border: 1px solid #fff;
    color: #fff;
    border-color: #fff;
    outline-color: #fff;
    fill: #fff;
    background-color: #000
}

.mectrl_theme_azure_hcdark .mectrl_commands .moreCommands .mectrl_trigger.expanded, .mectrl_theme_azure_hcdark .mectrl_commands .moreCommands .mectrl_trigger:hover {
    -ms-high-contrast-adjust: none;
    color: #000 !important;
    border-color: #000 !important;
    outline-color: #000 !important;
    fill: #000 !important;
    background-color: #0ff
}

.mectrl_theme_azure_hcdark .mectrl_commands .moreCommands .mectrl_trigger:active {
    -ms-high-contrast-adjust: none;
    color: #000 !important;
    border-color: #000 !important;
    outline-color: #000 !important;
    fill: #000 !important;
    background-color: #0ff
}

.mectrl_theme_azure_hcdark.mectrl_focus_visible .mectrl_commands .moreCommands .mectrl_trigger:focus {
    -ms-high-contrast-adjust: none;
    color: #000 !important;
    border-color: #000 !important;
    outline-color: #000 !important;
    fill: #000 !important;
    background-color: #0ff
}

.mectrl_theme_gray .mectrl_commands .moreCommands .mectrl_trigger, .mectrl_theme_gray .mectrl_commands .moreCommands .mectrl_trigger:focus {
    color: #fff;
    background-color: #444
}

.mectrl_theme_gray .mectrl_commands .moreCommands .mectrl_trigger.expanded, .mectrl_theme_gray .mectrl_commands .moreCommands .mectrl_trigger:hover {
    color: inherit;
    background-color: #505050
}

.mectrl_theme_gray .mectrl_commands .moreCommands .mectrl_trigger:active {
    color: inherit;
    background-color: #262626
}

.mectrl_theme_gray.mectrl_focus_visible .mectrl_commands .moreCommands .mectrl_trigger:focus {
    color: inherit;
    background-color: #505050
}

.mectrl_theme_off_black .mectrl_commands .moreCommands .mectrl_trigger, .mectrl_theme_off_black .mectrl_commands .moreCommands .mectrl_trigger:focus {
    color: #fff;
    background-color: #262626
}

.mectrl_theme_off_black .mectrl_commands .moreCommands .mectrl_trigger.expanded, .mectrl_theme_off_black .mectrl_commands .moreCommands .mectrl_trigger:hover {
    color: inherit;
    background-color: #505050
}

.mectrl_theme_off_black .mectrl_commands .moreCommands .mectrl_trigger:active {
    color: inherit;
    background-color: #666
}

.mectrl_theme_off_black.mectrl_focus_visible .mectrl_commands .moreCommands .mectrl_trigger:focus {
    color: inherit;
    background-color: #505050
}

.mectrl_menu {
    position: relative
}

.mectrl_menu ul {
    list-style: none;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 130ms, opacity 130ms ease;
    transition: visibility 0s linear 130ms, opacity 130ms ease;
    max-width: 260px;
    min-width: 130px;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    border: solid 1px #ccc !important
}

.mectrl_menu ul.expanded {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

@media screen and (-ms-high-contrast: black-on-white), screen and (-ms-high-contrast: white-on-black) {
    .mectrl_menu ul {
        border: none !important
    }
}

.mectrl_menu ul li {
    display: block;
    height: 36px
}

.mectrl_menu ul li a, .mectrl_menu ul li button {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 10px;
    line-height: 36px;
    font-size: 14px
}

@media screen and (-ms-high-contrast: black-on-white), screen and (-ms-high-contrast: white-on-black) {
    .mectrl_menu ul li a, .mectrl_menu ul li button {
        border: solid 1px
    }
}

.mectrl_menu.fixed-menu ul {
    position: fixed
}

.mectrl_menu ul {
    color: #333 !important;
    background-color: #fff !important
}

.mectrl_menu ul a:focus, .mectrl_menu ul button:focus {
    color: #333 !important;
    background-color: #fff !important
}

.mectrl_menu ul a:hover, .mectrl_menu ul button:hover {
    color: inherit !important;
    background-color: rgba(0, 0, 0, .08) !important
}

.mectrl_menu ul a:active, .mectrl_menu ul button:active {
    color: inherit !important;
    background-color: rgba(0, 0, 0, .12) !important
}

.mectrl_focus_visible .mectrl_menu ul a:focus, .mectrl_focus_visible .mectrl_menu ul button:focus {
    color: inherit !important;
    background-color: rgba(0, 0, 0, .08) !important
}

.c-uhfh > .theme-dark .c-me .mectrl_menu ul, .mectrl_theme_dark .mectrl_menu ul {
    color: #fff !important;
    background-color: #1a1a1a !important
}

.c-uhfh > .theme-dark .c-me .mectrl_menu ul a:focus, .c-uhfh > .theme-dark .c-me .mectrl_menu ul button:focus, .mectrl_theme_dark .mectrl_menu ul a:focus, .mectrl_theme_dark .mectrl_menu ul button:focus {
    color: #fff !important;
    background-color: #1a1a1a !important
}

.c-uhfh > .theme-dark .c-me .mectrl_menu ul a:hover, .c-uhfh > .theme-dark .c-me .mectrl_menu ul button:hover, .mectrl_theme_dark .mectrl_menu ul a:hover, .mectrl_theme_dark .mectrl_menu ul button:hover {
    color: inherit !important;
    background-color: rgba(255, 255, 255, .16) !important
}

.c-uhfh > .theme-dark .c-me .mectrl_menu ul a:active, .c-uhfh > .theme-dark .c-me .mectrl_menu ul button:active, .mectrl_theme_dark .mectrl_menu ul a:active, .mectrl_theme_dark .mectrl_menu ul button:active {
    color: inherit !important;
    background-color: rgba(255, 255, 255, .24) !important
}

.c-uhfh > .theme-dark .c-me.mectrl_focus_visible .mectrl_menu ul a:focus, .c-uhfh > .theme-dark .c-me.mectrl_focus_visible .mectrl_menu ul button:focus, .mectrl_theme_dark.mectrl_focus_visible .mectrl_menu ul a:focus, .mectrl_theme_dark.mectrl_focus_visible .mectrl_menu ul button:focus {
    color: inherit !important;
    background-color: rgba(255, 255, 255, .16) !important
}

.mectrl_theme_azure_hclight .mectrl_menu ul {
    border: 1px solid #000 !important;
    color: #000 !important;
    border-color: #000 !important;
    outline-color: #000 !important;
    fill: #000 !important;
    background-color: #fff !important
}

.mectrl_theme_azure_hclight .mectrl_menu ul a:focus, .mectrl_theme_azure_hclight .mectrl_menu ul button:focus {
    -ms-high-contrast-adjust: none !important;
    color: #fff !important;
    border-color: #fff !important;
    outline-color: #fff !important;
    fill: #fff !important;
    background-color: purple !important
}

.mectrl_theme_azure_hclight .mectrl_menu ul a:hover, .mectrl_theme_azure_hclight .mectrl_menu ul button:hover {
    -ms-high-contrast-adjust: none !important;
    color: #fff !important;
    border-color: #fff !important;
    outline-color: #fff !important;
    fill: #fff !important;
    background-color: purple !important
}

.mectrl_theme_azure_hclight .mectrl_menu ul a:active, .mectrl_theme_azure_hclight .mectrl_menu ul button:active {
    -ms-high-contrast-adjust: none !important;
    color: #fff !important;
    border-color: #fff !important;
    outline-color: #fff !important;
    fill: #fff !important;
    background-color: purple !important
}

.mectrl_theme_azure_hclight.mectrl_focus_visible .mectrl_menu ul a:focus, .mectrl_theme_azure_hclight.mectrl_focus_visible .mectrl_menu ul button:focus {
    -ms-high-contrast-adjust: none !important;
    color: #fff !important;
    border-color: #fff !important;
    outline-color: #fff !important;
    fill: #fff !important;
    background-color: purple !important
}

.mectrl_theme_azure_hcdark .mectrl_menu ul {
    border: 1px solid #000 !important;
    color: #fff !important;
    border-color: #fff !important;
    outline-color: #fff !important;
    fill: #fff !important;
    background-color: #000 !important
}

.mectrl_theme_azure_hcdark .mectrl_menu ul a:focus, .mectrl_theme_azure_hcdark .mectrl_menu ul button:focus {
    -ms-high-contrast-adjust: none !important;
    color: #000 !important;
    border-color: #000 !important;
    outline-color: #000 !important;
    fill: #000 !important;
    background-color: #0ff !important
}

.mectrl_theme_azure_hcdark .mectrl_menu ul a:hover, .mectrl_theme_azure_hcdark .mectrl_menu ul button:hover {
    -ms-high-contrast-adjust: none !important;
    color: #000 !important;
    border-color: #000 !important;
    outline-color: #000 !important;
    fill: #000 !important;
    background-color: #0ff !important
}

.mectrl_theme_azure_hcdark .mectrl_menu ul a:active, .mectrl_theme_azure_hcdark .mectrl_menu ul button:active {
    -ms-high-contrast-adjust: none !important;
    color: #000 !important;
    border-color: #000 !important;
    outline-color: #000 !important;
    fill: #000 !important;
    background-color: #0ff !important
}

.mectrl_theme_azure_hcdark.mectrl_focus_visible .mectrl_menu ul a:focus, .mectrl_theme_azure_hcdark.mectrl_focus_visible .mectrl_menu ul button:focus {
    -ms-high-contrast-adjust: none !important;
    color: #000 !important;
    border-color: #000 !important;
    outline-color: #000 !important;
    fill: #000 !important;
    background-color: #0ff !important
}

.mectrl_theme_gray .mectrl_menu ul {
    color: #fff !important;
    background-color: #444 !important
}

.mectrl_theme_gray .mectrl_menu ul a:focus, .mectrl_theme_gray .mectrl_menu ul button:focus {
    color: #fff !important;
    background-color: #444 !important
}

.mectrl_theme_gray .mectrl_menu ul a:hover, .mectrl_theme_gray .mectrl_menu ul button:hover {
    color: inherit !important;
    background-color: #505050 !important
}

.mectrl_theme_gray .mectrl_menu ul a:active, .mectrl_theme_gray .mectrl_menu ul button:active {
    color: inherit !important;
    background-color: #262626 !important
}

.mectrl_theme_gray.mectrl_focus_visible .mectrl_menu ul a:focus, .mectrl_theme_gray.mectrl_focus_visible .mectrl_menu ul button:focus {
    color: inherit !important;
    background-color: #505050 !important
}

.mectrl_theme_off_black .mectrl_menu ul {
    color: #fff !important;
    background-color: #262626 !important
}

.mectrl_theme_off_black .mectrl_menu ul a:focus, .mectrl_theme_off_black .mectrl_menu ul button:focus {
    color: #fff !important;
    background-color: #262626 !important
}

.mectrl_theme_off_black .mectrl_menu ul a:hover, .mectrl_theme_off_black .mectrl_menu ul button:hover {
    color: inherit !important;
    background-color: #505050 !important
}

.mectrl_theme_off_black .mectrl_menu ul a:active, .mectrl_theme_off_black .mectrl_menu ul button:active {
    color: inherit !important;
    background-color: #666 !important
}

.mectrl_theme_off_black.mectrl_focus_visible .mectrl_menu ul a:focus, .mectrl_theme_off_black.mectrl_focus_visible .mectrl_menu ul button:focus {
    color: inherit !important;
    background-color: #505050 !important
}

.mectrl_presence {
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: contain;
    border-width: 4px;
    border: solid #fff;
    border-radius: 50%;
    margin-left: 84px;
    margin-top: 84px;
    z-index: 2
}

.mectrl_presence_header {
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: solid #fff;
    background-size: contain;
    border-width: 2px;
    margin-left: -17px;
    margin-top: 23px
}

.mectrl_currentAccount .mectrl_accountInfo > * {
    padding: 0
}

#mectrl_presenceDropdown_trigger {
    font-size: 13px;
    opacity: .6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

#mectrl_presenceDropdown_menu button {
    font-size: 12px;
    opacity: 1
}

.mectrl_presence_indicator_container {
    position: absolute
}

.mectrl_presence_indicator_container div {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-size: cover
}

.mectrl_presence_string_container {
    padding-left: 8px;
    margin-left: 16px;
    border-radius: 8px
}

.mectrl_presence_dropdown_glyph {
    width: 16px;
    height: 10px;
    background-size: contain;
    margin-left: 5px;
    margin-bottom: 1px
}

#mectrl_presenceDropdown_trigger {
    color: #231f20;
    background-color: inherit
}

#mectrl_presenceDropdown_menu button {
    color: #000;
    background-color: inherit
}

.c-uhfh > .theme-dark .c-me #mectrl_presenceDropdown_trigger, .mectrl_theme_dark #mectrl_presenceDropdown_trigger {
    color: #fff;
    background-color: #1a1a1a
}

.c-uhfh > .theme-dark .c-me #mectrl_presenceDropdown_menu button, .mectrl_theme_dark #mectrl_presenceDropdown_menu button {
    color: #fff;
    background-color: #1a1a1a
}

.mectrl_theme_azure_hclight #mectrl_presenceDropdown_trigger {
    color: #231f20;
    background-color: inherit
}

.mectrl_theme_azure_hclight #mectrl_presenceDropdown_menu button {
    color: #000;
    background-color: inherit
}

.mectrl_theme_azure_hcdark #mectrl_presenceDropdown_trigger {
    color: #fff;
    border-color: #fff;
    outline-color: #fff;
    fill: #fff;
    background-color: #000
}

.mectrl_theme_azure_hcdark #mectrl_presenceDropdown_menu button {
    color: #fff;
    border-color: #fff;
    outline-color: #fff;
    fill: #fff;
    background-color: #000
}

.mectrl_theme_gray #mectrl_presenceDropdown_trigger {
    color: #fff;
    background-color: #444
}

.mectrl_theme_gray #mectrl_presenceDropdown_menu button {
    color: #fff;
    background-color: #444
}

.mectrl_theme_off_black #mectrl_presenceDropdown_trigger {
    color: #fff;
    background-color: #262626
}

.mectrl_theme_off_black #mectrl_presenceDropdown_menu button {
    color: #fff;
    background-color: #262626
}

.mectrl_scrollShadow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .44)), color-stop(40%, rgba(0, 0, 0, .16)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(#fff 50%, rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, .44) 0, rgba(0, 0, 0, .16) 40%, rgba(0, 0, 0, 0) 100%);
    background-repeat: no-repeat;
    background-size: 100% 12px, 100% 6px;
    background-attachment: local, scroll
}

.c-uhfh > .theme-dark .c-me .mectrl_scrollShadow, .mectrl_theme_azure_hcdark .mectrl_scrollShadow, .mectrl_theme_azure_hclight .mectrl_scrollShadow, .mectrl_theme_dark .mectrl_scrollShadow {
    background: 0 0
}

.mectrl_theme_gray .mectrl_scrollShadow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #444), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .44)), color-stop(40%, rgba(0, 0, 0, .16)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(#444 50%, rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, .44) 0, rgba(0, 0, 0, .16) 40%, rgba(0, 0, 0, 0) 100%);
    background-repeat: no-repeat;
    background-size: 100% 12px, 100% 6px;
    background-attachment: local, scroll
}

.mectrl_theme_off_black .mectrl_scrollShadow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #262626), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .44)), color-stop(40%, rgba(0, 0, 0, .16)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(#262626 50%, rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, .44) 0, rgba(0, 0, 0, .16) 40%, rgba(0, 0, 0, 0) 100%);
    background-repeat: no-repeat;
    background-size: 100% 12px, 100% 6px;
    background-attachment: local, scroll
}

div.mectrl_accountList_container {
    overflow: auto;
    max-height: 270px
}

div.mectrl_accountList_container.signedOut {
    max-height: 330px
}

ul.mectrl_accountList {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.mectrl_accountList .mectrl_profilepic {
    float: left;
    margin-left: 16px;
    margin-right: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 40px;
    height: 40px
}

ul.mectrl_accountList .mectrl_profilepic_initials.mectrl_initials {
    font-size: 16px
}

div.mectrl_accountList_container {
    border-top: 1px solid rgba(0, 0, 0, .08)
}

.c-uhfh > .theme-dark .c-me div.mectrl_accountList_container, .mectrl_theme_dark div.mectrl_accountList_container {
    border-top: 1px solid rgba(255, 255, 255, .16)
}

.mectrl_theme_azure_hclight div.mectrl_accountList_container {
    border-top: 1px solid #000
}

.mectrl_theme_azure_hcdark div.mectrl_accountList_container {
    border-top: 1px solid #fff
}

.mectrl_theme_gray div.mectrl_accountList_container {
    border-top: 1px solid #505050
}

.mectrl_theme_off_black div.mectrl_accountList_container {
    border-top: 1px solid #505050
}

.mectrl_webview .c-uhfh > .theme-dark .c-me div.mectrl_accountList_container, .mectrl_webview div.mectrl_accountList_container, .mectrl_webview.mectrl_theme_azure_hcdark div.mectrl_accountList_container, .mectrl_webview.mectrl_theme_azure_hclight div.mectrl_accountList_container, .mectrl_webview.mectrl_theme_dark div.mectrl_accountList_container {
    border-top: none
}

.mectrl_accountItem {
    height: 60px;
    position: relative
}

.mectrl_accountItem .primaryAction {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (-ms-high-contrast: active) {
    .mectrl_accountItem .primaryAction:focus {
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast: white-on-black) {
    .mectrl_accountItem .primaryAction:active, .mectrl_accountItem .primaryAction:focus, .mectrl_accountItem .primaryAction:hover {
        background-color: #0ff
    }
}

@media screen and (-ms-high-contrast: black-on-white) {
    .mectrl_accountItem .primaryAction:active, .mectrl_accountItem .primaryAction:focus, .mectrl_accountItem .primaryAction:hover {
        background-color: indigo
    }
}

.mectrl_accountItem .primaryAction .mectrl_accountItemInfo {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 48px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    width: 0
}

.mectrl_accountItem .primaryAction:disabled {
    cursor: auto
}

.mectrl_accountItem .primaryAction:disabled .mectrl_profilepic:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%
}

.mectrl_accountItem .primaryAction:disabled .mectrl_accountItemInfo :nth-child(2) {
    font-style: italic
}

.mectrl_accountItem .mectrl_accountActions {
    position: absolute;
    top: 18px;
    right: 12px
}

.mectrl_accountItem .primaryAction, .mectrl_accountItem .primaryAction:focus {
    color: inherit;
    background-color: rgba(0, 0, 0, .04)
}

.mectrl_accountItem .primaryAction.expanded, .mectrl_accountItem:hover .primaryAction {
    color: inherit;
    background-color: rgba(0, 0, 0, .08)
}

@media screen and (-ms-high-contrast: white-on-black) {
    .mectrl_accountItem .primaryAction.expanded.signIn, .mectrl_accountItem:hover .primaryAction.signIn {
        background-color: #0ff
    }
}

@media screen and (-ms-high-contrast: black-on-white) {
    .mectrl_accountItem .primaryAction.expanded.signIn, .mectrl_accountItem:hover .primaryAction.signIn {
        background-color: indigo
    }
}

.mectrl_accountItem .primaryAction:active {
    color: inherit;
    background-color: rgba(0, 0, 0, .12)
}

@media screen and (-ms-high-contrast: white-on-black) {
    .mectrl_accountItem .primaryAction:active.signIn {
        background-color: #0ff
    }
}

@media screen and (-ms-high-contrast: black-on-white) {
    .mectrl_accountItem .primaryAction:active.signIn {
        background-color: indigo
    }
}

.mectrl_accountItem .primaryAction:disabled .mectrl_accountItemInfo {
    color: #656565
}

.mectrl_focus_visible .mectrl_accountItem .primaryAction:focus {
    color: inherit;
    background-color: rgba(0, 0, 0, .08)
}

@media screen and (-ms-high-contrast: white-on-black) {
    .mectrl_focus_visible .mectrl_accountItem .primaryAction:focus {
        background-color: #0ff
    }
}

@media screen and (-ms-high-contrast: black-on-white) {
    .mectrl_focus_visible .mectrl_accountItem .primaryAction:focus {
        background-color: indigo
    }
}

.c-uhfh > .theme-dark .c-me .mectrl_accountItem .primaryAction, .c-uhfh > .theme-dark .c-me .mectrl_accountItem .primaryAction:focus, .mectrl_theme_dark .mectrl_accountItem .primaryAction, .mectrl_theme_dark .mectrl_accountItem .primaryAction:focus {
    color: #ddd;
    background-color: rgba(255, 255, 255, .08)
}

.c-uhfh > .theme-dark .c-me .mectrl_accountItem .primaryAction.expanded, .c-uhfh > .theme-dark .c-me .mectrl_accountItem:hover .primaryAction, .mectrl_theme_dark .mectrl_accountItem .primaryAction.expanded, .mectrl_theme_dark .mectrl_accountItem:hover .primaryAction {
    color: inherit;
    background-color: rgba(255, 255, 255, .16)
}

@media screen and (-ms-high-contrast: white-on-black) {
    .c-uhfh > .theme-dark .c-me .mectrl_accountItem .primaryAction.expanded.signIn, .c-uhfh > .theme-dark .c-me .mectrl_accountItem:hover .primaryAction.signIn, .mectrl_theme_dark .mectrl_accountItem .primaryAction.expanded.signIn, .mectrl_theme_dark .mectrl_accountItem:hover .primaryAction.signIn {
        background-color: #0ff
    }
}

@media screen and (-ms-high-contrast: black-on-white) {
    .c-uhfh > .theme-dark .c-me .mectrl_accountItem .primaryAction.expanded.signIn, .c-uhfh > .theme-dark .c-me .mectrl_accountItem:hover .primaryAction.signIn, .mectrl_theme_dark .mectrl_accountItem .primaryAction.expanded.signIn, .mectrl_theme_dark .mectrl_accountItem:hover .primaryAction.signIn {
        background-color: indigo
    }
}

.c-uhfh > .theme-dark .c-me .mectrl_accountItem .primaryAction:active, .mectrl_theme_dark .mectrl_accountItem .primaryAction:active {
    color: inherit;
    background-color: rgba(255, 255, 255, .24)
}

@media screen and (-ms-high-contrast: white-on-black) {
    .c-uhfh > .theme-dark .c-me .mectrl_accountItem .primaryAction:active.signIn, .mectrl_theme_dark .mectrl_accountItem .primaryAction:active.signIn {
        background-color: #0ff
    }
}

@media screen and (-ms-high-contrast: black-on-white) {
    .c-uhfh > .theme-dark .c-me .mectrl_accountItem .primaryAction:active.signIn, .mectrl_theme_dark .mectrl_accountItem .primaryAction:active.signIn {
        background-color: indigo
    }
}

.c-uhfh > .theme-dark .c-me.mectrl_focus_visible .mectrl_accountItem .primaryAction:focus, .mectrl_theme_dark.mectrl_focus_visible .mectrl_accountItem .primaryAction:focus {
    color: inherit;
    background-color: rgba(255, 255, 255, .16)
}

@media screen and (-ms-high-contrast: white-on-black) {
    .c-uhfh > .theme-dark .c-me.mectrl_focus_visible .mectrl_accountItem .primaryAction:focus, .mectrl_theme_dark.mectrl_focus_visible .mectrl_accountItem .primaryAction:focus {
        background-color: #0ff
    }
}

@media screen and (-ms-high-contrast: black-on-white) {
    .c-uhfh > .theme-dark .c-me.mectrl_focus_visible .mectrl_accountItem .primaryAction:focus, .mectrl_theme_dark.mectrl_focus_visible .mectrl_accountItem .primaryAction:focus {
        background-color: indigo
    }
}

.mectrl_theme_azure_hclight .mectrl_accountItem .primaryAction, .mectrl_theme_azure_hclight .mectrl_accountItem .primaryAction:focus {
    -webkit-box-shadow: inset 0 0 0 1px;
    box-shadow: inset 0 0 0 1px;
    color: #000;
    border-color: #000;
    outline-color: #000;
    fill: #000;
    background-color: #fff
}

.mectrl_theme_azure_hclight .mectrl_accountItem .primaryAction.expanded, .mectrl_theme_azure_hclight .mectrl_accountItem:hover .primaryAction {
    -ms-high-contrast-adjust: none;
    color: #fff !important;
    border-color: #fff !important;
    outline-color: #fff !important;
    fill: #fff !important;
    background-color: purple
}

@media screen and (-ms-high-contrast: white-on-black) {
    .mectrl_theme_azure_hclight .mectrl_accountItem .primaryAction.expanded.signIn, .mectrl_theme_azure_hclight .mectrl_accountItem:hover .primaryAction.signIn {
        background-color: #0ff
    }
}

@media screen and (-ms-high-contrast: black-on-white) {
    .mectrl_theme_azure_hclight .mectrl_accountItem .primaryAction.expanded.signIn, .mectrl_theme_azure_hclight .mectrl_accountItem:hover .primaryAction.signIn {
        background-color: indigo
    }
}

.mectrl_theme_azure_hclight .mectrl_accountItem .primaryAction:active {
    -ms-high-contrast-adjust: none;
    color: #fff !important;
    border-color: #fff !important;
    outline-color: #fff !important;
    fill: #fff !important;
    background-color: purple
}

@media screen and (-ms-high-contrast: white-on-black) {
    .mectrl_theme_azure_hclight .mectrl_accountItem .primaryAction:active.signIn {
        background-color: #0ff
    }
}

@media screen and (-ms-high-contrast: black-on-white) {
    .mectrl_theme_azure_hclight .mectrl_accountItem .primaryAction:active.signIn {
        background-color: indigo
    }
}

.mectrl_theme_azure_hclight .mectrl_accountItem .primaryAction:disabled {
    color: maroon !important;
    border-color: maroon !important;
    outline-color: maroon !important;
    fill: maroon !important;
    background-color: #fff !important
}

.mectrl_theme_azure_hclight .mectrl_accountItem .primaryAction:disabled:focus, .mectrl_theme_azure_hclight .mectrl_accountItem .primaryAction:disabled:hover {
    -ms-high-contrast-adjust: none;
    color: maroon !important;
    border-color: maroon !important;
    outline-color: maroon !important;
    fill: maroon !important;
    background-color: #fff !important
}

.mectrl_theme_azure_hclight.mectrl_focus_visible .mectrl_accountItem .primaryAction:focus {
    -ms-high-contrast-adjust: none;
    color: #fff !important;
    border-color: #fff !important;
    outline-color: #fff !important;
    fill: #fff !important;
    background-color: purple
}

@media screen and (-ms-high-contrast: white-on-black) {
    .mectrl_theme_azure_hclight.mectrl_focus_visible .mectrl_accountItem .primaryAction:focus {
        background-color: #0ff
    }
}

@media screen and (-ms-high-contrast: black-on-white) {
    .mectrl_theme_azure_hclight.mectrl_focus_visible .mectrl_accountItem .primaryAction:focus {
        background-color: indigo
    }
}

.mectrl_theme_azure_hcdark .mectrl_accountItem .primaryAction, .mectrl_theme_azure_hcdark .mectrl_accountItem .primaryAction:focus {
    -webkit-box-shadow: inset 0 0 0 1px;
    box-shadow: inset 0 0 0 1px;
    color: #fff;
    border-color: #fff;
    outline-color: #fff;
    fill: #fff;
    background-color: #000
}

.mectrl_theme_azure_hcdark .mectrl_accountItem .primaryAction.expanded, .mectrl_theme_azure_hcdark .mectrl_accountItem:hover .primaryAction {
    -ms-high-contrast-adjust: none;
    color: #000 !important;
    border-color: #000 !important;
    outline-color: #000 !important;
    fill: #000 !important;
    background-color: #0ff
}

@media screen and (-ms-high-contrast: white-on-black) {
    .mectrl_theme_azure_hcdark .mectrl_accountItem .primaryAction.expanded.signIn, .mectrl_theme_azure_hcdark .mectrl_accountItem:hover .primaryAction.signIn {
        background-color: #0ff
    }
}

@media screen and (-ms-high-contrast: black-on-white) {
    .mectrl_theme_azure_hcdark .mectrl_accountItem .primaryAction.expanded.signIn, .mectrl_theme_azure_hcdark .mectrl_accountItem:hover .primaryAction.signIn {
        background-color: indigo
    }
}

.mectrl_theme_azure_hcdark .mectrl_accountItem .primaryAction:active {
    -ms-high-contrast-adjust: none;
    color: #000 !important;
    border-color: #000 !important;
    outline-color: #000 !important;
    fill: #000 !important;
    background-color: #0ff
}

@media screen and (-ms-high-contrast: white-on-black) {
    .mectrl_theme_azure_hcdark .mectrl_accountItem .primaryAction:active.signIn {
        background-color: #0ff
    }
}

@media screen and (-ms-high-contrast: black-on-white) {
    .mectrl_theme_azure_hcdark .mectrl_accountItem .primaryAction:active.signIn {
        background-color: indigo
    }
}

.mectrl_theme_azure_hcdark .mectrl_accountItem .primaryAction:disabled {
    color: #0f0 !important;
    border-color: #0f0 !important;
    outline-color: #0f0 !important;
    fill: #0f0 !important;
    background-color: #000 !important
}

.mectrl_theme_azure_hcdark .mectrl_accountItem .primaryAction:disabled:focus, .mectrl_theme_azure_hcdark .mectrl_accountItem .primaryAction:disabled:hover {
    -ms-high-contrast-adjust: none;
    color: #0f0 !important;
    border-color: #0f0 !important;
    outline-color: #0f0 !important;
    fill: #0f0 !important;
    background-color: #000 !important
}

.mectrl_theme_azure_hcdark.mectrl_focus_visible .mectrl_accountItem .primaryAction:focus {
    -ms-high-contrast-adjust: none;
    color: #000 !important;
    border-color: #000 !important;
    outline-color: #000 !important;
    fill: #000 !important;
    background-color: #0ff
}

@media screen and (-ms-high-contrast: white-on-black) {
    .mectrl_theme_azure_hcdark.mectrl_focus_visible .mectrl_accountItem .primaryAction:focus {
        background-color: #0ff
    }
}

@media screen and (-ms-high-contrast: black-on-white) {
    .mectrl_theme_azure_hcdark.mectrl_focus_visible .mectrl_accountItem .primaryAction:focus {
        background-color: indigo
    }
}

.mectrl_theme_gray .mectrl_accountItem .primaryAction, .mectrl_theme_gray .mectrl_accountItem .primaryAction:focus {
    color: inherit;
    background-color: #666
}

.mectrl_theme_gray .mectrl_accountItem .primaryAction.expanded, .mectrl_theme_gray .mectrl_accountItem:hover .primaryAction {
    color: inherit;
    background-color: #505050
}

@media screen and (-ms-high-contrast: white-on-black) {
    .mectrl_theme_gray .mectrl_accountItem .primaryAction.expanded.signIn, .mectrl_theme_gray .mectrl_accountItem:hover .primaryAction.signIn {
        background-color: #0ff
    }
}

@media screen and (-ms-high-contrast: black-on-white) {
    .mectrl_theme_gray .mectrl_accountItem .primaryAction.expanded.signIn, .mectrl_theme_gray .mectrl_accountItem:hover .primaryAction.signIn {
        background-color: indigo
    }
}

.mectrl_theme_gray .mectrl_accountItem .primaryAction:active {
    color: inherit;
    background-color: #262626
}

@media screen and (-ms-high-contrast: white-on-black) {
    .mectrl_theme_gray .mectrl_accountItem .primaryAction:active.signIn {
        background-color: #0ff
    }
}

@media screen and (-ms-high-contrast: black-on-white) {
    .mectrl_theme_gray .mectrl_accountItem .primaryAction:active.signIn {
        background-color: indigo
    }
}

.mectrl_theme_gray.mectrl_focus_visible .mectrl_accountItem .primaryAction:focus {
    color: inherit;
    background-color: #505050
}

@media screen and (-ms-high-contrast: white-on-black) {
    .mectrl_theme_gray.mectrl_focus_visible .mectrl_accountItem .primaryAction:focus {
        background-color: #0ff
    }
}

@media screen and (-ms-high-contrast: black-on-white) {
    .mectrl_theme_gray.mectrl_focus_visible .mectrl_accountItem .primaryAction:focus {
        background-color: indigo
    }
}

.mectrl_theme_off_black .mectrl_accountItem .primaryAction, .mectrl_theme_off_black .mectrl_accountItem .primaryAction:focus {
    color: inherit;
    background-color: #363636
}

.mectrl_theme_off_black .mectrl_accountItem .primaryAction.expanded, .mectrl_theme_off_black .mectrl_accountItem:hover .primaryAction {
    color: inherit;
    background-color: #505050
}

@media screen and (-ms-high-contrast: white-on-black) {
    .mectrl_theme_off_black .mectrl_accountItem .primaryAction.expanded.signIn, .mectrl_theme_off_black .mectrl_accountItem:hover .primaryAction.signIn {
        background-color: #0ff
    }
}

@media screen and (-ms-high-contrast: black-on-white) {
    .mectrl_theme_off_black .mectrl_accountItem .primaryAction.expanded.signIn, .mectrl_theme_off_black .mectrl_accountItem:hover .primaryAction.signIn {
        background-color: indigo
    }
}

.mectrl_theme_off_black .mectrl_accountItem .primaryAction:active {
    color: inherit;
    background-color: #666
}

@media screen and (-ms-high-contrast: white-on-black) {
    .mectrl_theme_off_black .mectrl_accountItem .primaryAction:active.signIn {
        background-color: #0ff
    }
}

@media screen and (-ms-high-contrast: black-on-white) {
    .mectrl_theme_off_black .mectrl_accountItem .primaryAction:active.signIn {
        background-color: indigo
    }
}

.mectrl_theme_off_black.mectrl_focus_visible .mectrl_accountItem .primaryAction:focus {
    color: inherit;
    background-color: #505050
}

@media screen and (-ms-high-contrast: white-on-black) {
    .mectrl_theme_off_black.mectrl_focus_visible .mectrl_accountItem .primaryAction:focus {
        background-color: #0ff
    }
}

@media screen and (-ms-high-contrast: black-on-white) {
    .mectrl_theme_off_black.mectrl_focus_visible .mectrl_accountItem .primaryAction:focus {
        background-color: indigo
    }
}

.mectrl_accountActions .mectrl_trigger {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.mectrl_accountActions .mectrl_trigger[disabled] {
    cursor: default
}

.mectrl_accountActions .mectrl_trigger, .mectrl_accountActions .mectrl_trigger:focus {
    color: inherit;
    background-color: inherit
}

.mectrl_accountActions .mectrl_trigger.expanded, .mectrl_accountActions .mectrl_trigger:hover {
    background-color: #fff
}

.mectrl_focus_visible .mectrl_accountActions .mectrl_trigger:focus {
    background-color: #fff
}

.c-uhfh > .theme-dark .c-me .mectrl_accountActions .mectrl_trigger, .c-uhfh > .theme-dark .c-me .mectrl_accountActions .mectrl_trigger:focus, .mectrl_theme_dark .mectrl_accountActions .mectrl_trigger, .mectrl_theme_dark .mectrl_accountActions .mectrl_trigger:focus {
    color: inherit;
    background-color: inherit
}

.c-uhfh > .theme-dark .c-me .mectrl_accountActions .mectrl_trigger.expanded, .c-uhfh > .theme-dark .c-me .mectrl_accountActions .mectrl_trigger:hover, .mectrl_theme_dark .mectrl_accountActions .mectrl_trigger.expanded, .mectrl_theme_dark .mectrl_accountActions .mectrl_trigger:hover {
    background-color: rgba(255, 255, 255, .48)
}

.c-uhfh > .theme-dark .c-me.mectrl_focus_visible .mectrl_accountActions .mectrl_trigger:focus, .mectrl_theme_dark.mectrl_focus_visible .mectrl_accountActions .mectrl_trigger:focus {
    background-color: rgba(255, 255, 255, .48)
}

.mectrl_theme_azure_hclight .mectrl_accountActions .mectrl_trigger, .mectrl_theme_azure_hclight .mectrl_accountActions .mectrl_trigger:focus {
    color: inherit;
    background-color: inherit;
    border: 1px solid #000;
    color: #000;
    border-color: #000;
    outline-color: #000;
    fill: #000;
    background-color: #fff
}

.mectrl_theme_azure_hclight .mectrl_accountActions .mectrl_trigger.expanded, .mectrl_theme_azure_hclight .mectrl_accountActions .mectrl_trigger:hover {
    -ms-high-contrast-adjust: none;
    color: #fff !important;
    border-color: #fff !important;
    outline-color: #fff !important;
    fill: #fff !important;
    background-color: purple
}

.mectrl_theme_azure_hclight.mectrl_focus_visible .mectrl_accountActions .mectrl_trigger:focus {
    -ms-high-contrast-adjust: none;
    color: #fff !important;
    border-color: #fff !important;
    outline-color: #fff !important;
    fill: #fff !important;
    background-color: purple
}

.mectrl_theme_azure_hcdark .mectrl_accountActions .mectrl_trigger, .mectrl_theme_azure_hcdark .mectrl_accountActions .mectrl_trigger:focus {
    color: inherit;
    background-color: inherit;
    border: 1px solid #fff;
    color: #fff;
    border-color: #fff;
    outline-color: #fff;
    fill: #fff;
    background-color: #000
}

.mectrl_theme_azure_hcdark .mectrl_accountActions .mectrl_trigger.expanded, .mectrl_theme_azure_hcdark .mectrl_accountActions .mectrl_trigger:hover {
    -ms-high-contrast-adjust: none;
    color: #000 !important;
    border-color: #000 !important;
    outline-color: #000 !important;
    fill: #000 !important;
    background-color: #0ff
}

.mectrl_theme_azure_hcdark.mectrl_focus_visible .mectrl_accountActions .mectrl_trigger:focus {
    -ms-high-contrast-adjust: none;
    color: #000 !important;
    border-color: #000 !important;
    outline-color: #000 !important;
    fill: #000 !important;
    background-color: #0ff
}

.mectrl_theme_gray .mectrl_accountActions .mectrl_trigger, .mectrl_theme_gray .mectrl_accountActions .mectrl_trigger:focus {
    color: inherit;
    background-color: inherit
}

.mectrl_theme_gray .mectrl_accountActions .mectrl_trigger.expanded, .mectrl_theme_gray .mectrl_accountActions .mectrl_trigger:hover {
    background-color: rgba(68, 68, 68, .48)
}

.mectrl_theme_gray.mectrl_focus_visible .mectrl_accountActions .mectrl_trigger:focus {
    background-color: rgba(68, 68, 68, .48)
}

.mectrl_theme_off_black .mectrl_accountActions .mectrl_trigger, .mectrl_theme_off_black .mectrl_accountActions .mectrl_trigger:focus {
    color: inherit;
    background-color: inherit
}

.mectrl_theme_off_black .mectrl_accountActions .mectrl_trigger.expanded, .mectrl_theme_off_black .mectrl_accountActions .mectrl_trigger:hover {
    background-color: rgba(38, 38, 38, .48)
}

.mectrl_theme_off_black.mectrl_focus_visible .mectrl_accountActions .mectrl_trigger:focus {
    background-color: rgba(38, 38, 38, .48)
}

.mectrl_accountItemInfo {
    font-size: 12px
}

.mectrl_accountItemInfo a, .mectrl_accountItemInfo div {
    font-size: 12px
}

.mectrl_accountItemInfo .signedIn {
    font-weight: 700
}

h1.mectrl_signedOutAccountListHeader {
    font-size: 15px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0
}

.w8hcgFksdo30C8w-bygqu {
    color: #000
}

.ydkKdaztSS0AeHWIeIHsQ a {
    color: #0067B8
}

.erL690_8JwUW-R4bJRcfl {
    background-color: #EBEBEB;
    border: none;
    color: #000
}

.erL690_8JwUW-R4bJRcfl:enabled:hover {
    color: #000;
    background-color: #DBDBDB;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border: none
}

.erL690_8JwUW-R4bJRcfl:enabled:focus {
    background-color: #DBDBDB;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border: 2px solid #000
}

.erL690_8JwUW-R4bJRcfl:disabled {
    opacity: 1;
    color: rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.2);
    border: none
}

._1zNQOqxpBFSokeCLGi_hGr {
    border: none;
    background-color: #0067B8;
    color: #fff
}

._1zNQOqxpBFSokeCLGi_hGr:enabled:hover {
    color: #fff;
    background-color: #0067B8;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border: none
}

._1zNQOqxpBFSokeCLGi_hGr:enabled:focus {
    background-color: #0067B8;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border: 2px solid #000
}

._1zNQOqxpBFSokeCLGi_hGr:disabled {
    opacity: 1;
    color: rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 120, 215, 0.2);
    border: none
}

._23tra1HsiiP6cT-Cka-ycB {
    position: relative;
    display: flex;
    z-index: 9999;
    width: 100%;
    background-color: #F2F2F2;
    justify-content: space-between;
    text-align: left
}

div[dir="rtl"]._23tra1HsiiP6cT-Cka-ycB {
    text-align: right
}

._1Upc2NjY8AlDn177YoVj0y {
    margin: 0;
    padding-left: 5%;
    padding-top: 8px;
    padding-bottom: 8px
}

div[dir="rtl"] ._1Upc2NjY8AlDn177YoVj0y {
    margin: 0;
    padding: 8px 5% 8px 0;
    float: none
}

._23tra1HsiiP6cT-Cka-ycB svg {
    fill: none;
    max-width: none;
    max-height: none
}

._1V_hlU-7jdtPiooHMu89BB {
    display: table-cell;
    padding: 12px;
    width: 24px;
    height: 24px;
    font-family: Segoe UI, SegoeUI, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 0
}

.f6QKJD7fhSbnJLarTL-W- {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    font-family: Segoe UI, SegoeUI, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px
}

.f6QKJD7fhSbnJLarTL-W- a {
    text-decoration: underline
}

._2j0fmugLb1FgYz6KPuB91w {
    display: inline-block;
    margin-left: 5%;
    margin-right: 5%;
    min-width: 40%;
    min-width: calc((150px + 3 * 4px) * 2 + 150px);
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    align-self: center;
    position: relative
}

._1XuCi2WhiqeWRUVp3pnFG3 {
    margin: 4px;
    padding: 5px;
    min-width: 150px;
    min-height: 36px;
    vertical-align: top;
    cursor: pointer;
    font-family: Segoe UI, SegoeUI, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    text-align: center
}

._1XuCi2WhiqeWRUVp3pnFG3:focus {
    box-sizing: border-box
}

._1XuCi2WhiqeWRUVp3pnFG3:disabled {
    cursor: not-allowed
}

._2bvsb3ubApyZ0UGoQA9O9T {
    display: block;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    overflow: auto;
    text-align: left
}

div[dir="rtl"]._2bvsb3ubApyZ0UGoQA9O9T {
    text-align: right
}

div[dir="rtl"] ._2bvsb3ubApyZ0UGoQA9O9T {
    left: auto;
    right: 0
}

.AFsJE948muYyzCMktdzuk {
    position: relative;
    top: 8%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    width: 640px;
    background-color: #fff;
    border: 1px solid #0067B8
}

._3kWyBRbW_dgnMiEyx06Fu4 {
    float: right;
    z-index: 1;
    margin: 2px;
    padding: 12px;
    border: none;
    cursor: pointer;
    font-family: Segoe UI, SegoeUI, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 13px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #666;
    background-color: #fff
}

div[dir="rtl"] ._3kWyBRbW_dgnMiEyx06Fu4 {
    margin: 2px;
    padding: 12px;
    float: left
}

.uCYvKvHXrhjNgflv1VqdD {
    position: static;
    margin-top: 36px;
    margin-left: 36px;
    margin-right: 36px
}

._17pX1m9O_W--iZbDt3Ta5r {
    margin-top: 0;
    margin-bottom: 12px;
    font-family: Segoe UI, SegoeUI, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: none
}

._1kBkHQ1V1wu3kl-YcLgUr6 {
    height: 446px;
    overflow: auto
}

._20_nXDf6uFs9Q6wxRXG-I- {
    margin-top: 0;
    font-family: Segoe UI, SegoeUI, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px
}

._20_nXDf6uFs9Q6wxRXG-I- a {
    text-decoration: underline
}

dl._2a0NH_GDQEQe5Ynfo7suVH {
    margin-top: 36px;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    text-transform: none
}

dt._3j_LCPv7fyXv3A8FIXVwZ4 {
    margin-top: 20px;
    float: none;
    font-family: Segoe UI, SegoeUI, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    list-style: none
}

.k-vxTGFbdq1aOZB2HHpjh {
    margin: 0;
    padding: 0;
    border: none
}

._2Bucyy75c_ogoU1g-liB5R {
    margin: 0;
    padding: 0;
    border-bottom: none;
    font-family: Segoe UI, SegoeUI, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: none
}

._63gwfzV8dclrsl2cfd90r {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 13px;
    font-family: Segoe UI, SegoeUI, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px
}

._1l8wM_4mRYGz3Iu7l3BZR7 {
    display: block
}

._2UE03QS02aZGkslegN_F-i {
    display: inline-block;
    position: relative;
    left: 5px;
    margin-bottom: 13px;
    margin-right: 34px;
    padding: 3px
}

div[dir="rtl"] ._2UE03QS02aZGkslegN_F-i {
    margin: 0 0 13px 34px;
    padding: 3px;
    float: none
}

div[dir="rtl"] ._2UE03QS02aZGkslegN_F-i {
    left: auto;
    right: 5px
}

._23tra1HsiiP6cT-Cka-ycB *::before, ._2bvsb3ubApyZ0UGoQA9O9T *::before, ._23tra1HsiiP6cT-Cka-ycB *::after, ._2bvsb3ubApyZ0UGoQA9O9T *::after {
    box-sizing: inherit
}

._1HSFn0HzGo6w4ADApV8-c4 {
    outline: 2px solid rgba(0, 0, 0, 0.8)
}

input[type="radio"]._1dp8Vp5m3HwAqGx8qBmFV2 {
    display: inline-block;
    position: relative;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    height: 0;
    width: 0;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type="radio"]._1dp8Vp5m3HwAqGx8qBmFV2 + label::before {
    display: block;
    position: absolute;
    top: 5px;
    left: 3px;
    height: 19px;
    width: 19px;
    content: "";
    border-radius: 50%;
    border: 1px solid #000;
    background-color: #fff
}

div[dir="rtl"] input[type="radio"]._1dp8Vp5m3HwAqGx8qBmFV2 + label::before {
    left: auto;
    right: 3px
}

input[type="radio"]._1dp8Vp5m3HwAqGx8qBmFV2:not(:disabled) + label:hover::before {
    border: 1px solid #0067B8
}

input[type="radio"]._1dp8Vp5m3HwAqGx8qBmFV2:not(:disabled) + label:hover::after {
    display: block;
    position: absolute;
    top: 10px;
    left: 8px;
    height: 9px;
    width: 9px;
    content: "";
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.8)
}

div[dir="rtl"] input[type="radio"]._1dp8Vp5m3HwAqGx8qBmFV2:not(:disabled) + label:hover::after {
    left: auto;
    right: 8px
}

input[type="radio"]._1dp8Vp5m3HwAqGx8qBmFV2:not(:disabled) + label:focus::before {
    border: 1px solid #0067B8
}

input[type="radio"]._1dp8Vp5m3HwAqGx8qBmFV2:not(:disabled) + label:focus::after {
    display: block;
    position: absolute;
    top: 10px;
    left: 8px;
    height: 9px;
    width: 9px;
    content: "";
    border-radius: 50%;
    background-color: #000
}

div[dir="rtl"] input[type="radio"]._1dp8Vp5m3HwAqGx8qBmFV2:not(:disabled) + label:focus::after {
    left: auto;
    right: 8px
}

input[type="radio"]._1dp8Vp5m3HwAqGx8qBmFV2:checked + label::after {
    display: block;
    position: absolute;
    top: 10px;
    left: 8px;
    height: 9px;
    width: 9px;
    content: "";
    border-radius: 50%;
    background-color: #000
}

div[dir="rtl"] input[type="radio"]._1dp8Vp5m3HwAqGx8qBmFV2:checked + label::after {
    left: auto;
    right: 8px
}

input[type="radio"]._1dp8Vp5m3HwAqGx8qBmFV2:disabled + label {
    cursor: not-allowed
}

input[type="radio"]._1dp8Vp5m3HwAqGx8qBmFV2:disabled + label::before {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.2)
}

._3RJzeL3l9Rl_lAQEm6VwdX {
    display: block;
    position: static;
    float: right;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 19px;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 0;
    width: 80%;
    width: calc(100% - 19px);
    font-family: Segoe UI, SegoeUI, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    text-transform: none;
    cursor: pointer;
    box-sizing: border-box
}

div[dir="rtl"] ._3RJzeL3l9Rl_lAQEm6VwdX {
    margin: 0 19px 0 0;
    padding: 0 8px 0 0;
    float: left
}

.nohp3sIG12ZBhzcMnPala {
    margin-top: 20px;
    margin-bottom: 48px
}

._2uhaEsmeotZ3P-M0AXo2kF {
    padding: 0;
    width: 278px;
    height: 36px;
    cursor: pointer;
    font-family: Segoe UI, SegoeUI, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    text-align: center
}

._2uhaEsmeotZ3P-M0AXo2kF:focus {
    box-sizing: border-box
}

._2uhaEsmeotZ3P-M0AXo2kF:disabled {
    cursor: not-allowed
}

._3tOu1FJ59c_xz_PmI1lKV5 {
    float: right;
    padding: 0;
    width: 278px;
    height: 36px;
    cursor: pointer;
    font-family: Segoe UI, SegoeUI, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    text-align: center
}

._3tOu1FJ59c_xz_PmI1lKV5:focus {
    box-sizing: border-box
}

._3tOu1FJ59c_xz_PmI1lKV5:disabled {
    cursor: not-allowed
}

div[dir="rtl"] ._3tOu1FJ59c_xz_PmI1lKV5 {
    margin: 0;
    padding: 0;
    float: left
}

@media only screen and (max-width: 768px) {
    ._2j0fmugLb1FgYz6KPuB91w, ._1Upc2NjY8AlDn177YoVj0y {
        padding-top: 8px;
        padding-bottom: 12px;
        padding-left: 3.75%;
        padding-right: 3.75%;
        margin: 0;
        width: 92.5%
    }

    ._23tra1HsiiP6cT-Cka-ycB {
        display: block
    }

    ._1XuCi2WhiqeWRUVp3pnFG3 {
        margin-bottom: 8px;
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }

    ._2bvsb3ubApyZ0UGoQA9O9T {
        overflow: hidden
    }

    .AFsJE948muYyzCMktdzuk {
        top: 1.8%;
        width: 93.33%;
        height: 96.4%;
        overflow: hidden
    }

    .uCYvKvHXrhjNgflv1VqdD {
        margin-top: 24px;
        margin-left: 24px;
        margin-right: 24px;
        height: 100%
    }

    ._1kBkHQ1V1wu3kl-YcLgUr6 {
        height: 62%;
        height: calc(100% - 188px);
        min-height: 50%
    }

    ._2uhaEsmeotZ3P-M0AXo2kF {
        width: 100%
    }

    ._3tOu1FJ59c_xz_PmI1lKV5 {
        margin-bottom: 12px;
        margin-left: 0;
        width: 100%
    }

    div[dir="rtl"] ._3tOu1FJ59c_xz_PmI1lKV5 {
        margin: 0 0 12px 0;
        padding: 0;
        float: none
    }
}

@media only screen and (max-width: 768px) and (orientation: landscape), only screen and (max-height: 260px), only screen and (max-width: 340px) {
    .AFsJE948muYyzCMktdzuk {
        overflow: auto
    }
}

@media only screen and (max-height: 260px), only screen and (max-width: 340px) {
    ._1XuCi2WhiqeWRUVp3pnFG3 {
        min-width: 0
    }

    ._3kWyBRbW_dgnMiEyx06Fu4 {
        padding: 3%
    }

    .uCYvKvHXrhjNgflv1VqdD {
        margin-top: 3%;
        margin-left: 3%;
        margin-right: 3%
    }

    ._17pX1m9O_W--iZbDt3Ta5r {
        margin-bottom: 3%
    }

    ._1kBkHQ1V1wu3kl-YcLgUr6 {
        height: calc(79% - 64px)
    }

    .nohp3sIG12ZBhzcMnPala {
        margin-top: 5%;
        margin-bottom: 10%
    }

    ._3tOu1FJ59c_xz_PmI1lKV5 {
        margin-bottom: 3%
    }

    div[dir="rtl"] ._3tOu1FJ59c_xz_PmI1lKV5 {
        margin: 0 0 3% 0;
        padding: 0;
        float: none
    }
}

._23tra1HsiiP6cT-Cka-ycB {
    background-color: #F2F2F2 !important;
}

.w8hcgFksdo30C8w-bygqu {
    color: #000000 !important;
}

.ydkKdaztSS0AeHWIeIHsQ a {
    color: #0067B8 !important;
}

._2bvsb3ubApyZ0UGoQA9O9T {
    background-color: rgba(255, 255, 255, 0.6) !important;
}

.AFsJE948muYyzCMktdzuk {
    background-color: #FFFFFF !important;
    border: 1px solid #0067B8 !important;
}

._3kWyBRbW_dgnMiEyx06Fu4 {
    color: #666666 !important;
    background-color: #FFFFFF !important;
}

._1zNQOqxpBFSokeCLGi_hGr {
    border: none !important;
    background-color: #0067B8 !important;
    color: #FFFFFF !important;
}

._1zNQOqxpBFSokeCLGi_hGr:enabled:hover {
    color: #FFFFFF !important;
    background-color: #0067B8 !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important;
    border: none !important;
}

._1zNQOqxpBFSokeCLGi_hGr:enabled:focus {
    background-color: #0067B8 !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important;
    border: 2px solid #000000 !important;
}

._1zNQOqxpBFSokeCLGi_hGr:disabled {
    opacity: 1 !important;
    color: rgba(0, 0, 0, 0.2) !important;
    background-color: rgba(0, 120, 215, 0.2) !important;
    border: none !important;
}

.erL690_8JwUW-R4bJRcfl {
    border: none !important;
    background-color: #EBEBEB !important;
    color: #000000 !important;
}

.erL690_8JwUW-R4bJRcfl:enabled:hover {
    color: #000000 !important;
    background-color: #DBDBDB !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important;
    border: none !important;
}

.erL690_8JwUW-R4bJRcfl:enabled:focus {
    background-color: #DBDBDB !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important;
    border: 2px solid #000000 !important;
}

.erL690_8JwUW-R4bJRcfl:disabled {
    opacity: 1 !important;
    color: rgba(0, 0, 0, 0.2) !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
    border: none !important;
}

input[type="radio"]._1dp8Vp5m3HwAqGx8qBmFV2 + label::before {
    border: 1px solid #000000 !important;
    background-color: #FFFFFF !important;
}

._1HSFn0HzGo6w4ADApV8-c4 {
    outline: 2px solid rgba(0, 0, 0, 0.8) !important;
}

input[type="radio"]._1dp8Vp5m3HwAqGx8qBmFV2:checked + label::after {
    background-color: #000000 !important;
}

input[type="radio"]._1dp8Vp5m3HwAqGx8qBmFV2 + label:hover::before {
    border: 1px solid #0067B8 !important;
}

input[type="radio"]._1dp8Vp5m3HwAqGx8qBmFV2 + label:hover::after {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

input[type="radio"]._1dp8Vp5m3HwAqGx8qBmFV2 + label:focus::before {
    border: 1px solid #0067B8 !important;
}

input[type="radio"]._1dp8Vp5m3HwAqGx8qBmFV2 + label:focus::after {
    background-color: #000000 !important;
}

input[type="radio"]._1dp8Vp5m3HwAqGx8qBmFV2:disabled + label::before {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.mectrl_resetStyle, a.mectrl_resetStyle, button.mectrl_resetStyle {
    height: auto;
    min-width: auto;
    min-height: auto;
    border-style: none;
    border-width: 0;
    padding: 0;
    margin: 0;
    outline-style: none !important;
    background-color: transparent;
    text-decoration: none;
    text-align: left;
    font-family: "Microsoft Yahei UI", "Microsoft Yahei", Verdana, Simsun, "Segoe UI", "Segoe UI Web Regular", "Helvetica Neue", "BBAlpha Sans", "S60 Sans", Arial, sans-serif;
    cursor: pointer
}

.mectrl_dropdown {
    position: relative
}

.mectrl_dropdownbody {
    position: absolute;
    right: 0;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 120ms, opacity 120ms ease;
    transition: visibility 0s linear 120ms, opacity 120ms ease
}

.mectrl_dropdownbody.expanded {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.mectrl_focus_visible :focus {
    outline-style: solid !important;
    outline-color: #666 !important;
    outline-width: 2px !important;
    outline-offset: -2px !important
}

.mectrl_focus_visible.mectrl_theme_dark :focus, .mectrl_focus_visible.mectrl_theme_gray :focus, .mectrl_focus_visible.mectrl_theme_off_black :focus {
    outline-style: solid !important;
    outline-color: #fff !important;
    outline-width: 2px !important;
    outline-offset: -2px !important
}

.mectrl_focus_visible.mectrl_theme_dark_header .mectrl_mainDropdown #mectrl_main_trigger:focus, .mectrl_focus_visible.mectrl_theme_gray_header .mectrl_mainDropdown #mectrl_main_trigger:focus, .mectrl_focus_visible.mectrl_theme_off_black_header .mectrl_mainDropdown #mectrl_main_trigger:focus {
    outline-style: solid !important;
    outline-color: #fff !important;
    outline-width: 2px !important;
    outline-offset: -2px !important
}

.mectrl_focus_visible.mectrl_theme_light_header .mectrl_mainDropdown #mectrl_main_trigger:focus {
    outline-style: solid !important;
    outline-color: #666 !important;
    outline-width: 2px !important;
    outline-offset: -2px !important
}

.mectrl_glyph {
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.glyph_more {
    width: 24px;
    height: 24px
}

.glyph_text {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute
}

.mectrl_signIn_circle_glyph {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' stroke='%23707070'%3E%3Cg class='mectrl_stroke' stroke-width='1.9' fill='none'%3E%3Ccircle cx='32' cy='32' r='30.25'/%3E%3Cg transform='matrix(1.1 0 0 1.1 8.8 5.61)'%3E%3Ccircle class='mectrl_stroke' cx='20' cy='16' r='7'/%3E%3Cpath class='mectrl_stroke' d='M30 35h10m-5-5v10M30.833 32.09A11 11 0 009 34'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.glyph_aadAccount_circle {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='%23707070' stroke='%23707070'%3E%3Ccircle class='mectrl_stroke' cx='32' cy='32' r='30.25' stroke-width='1.5' fill='none'/%3E%3Cg class='mectrl_stroke' fill='none' stroke-width='2.5' transform='matrix(.9 0 0 .9 10.4 10.4)'%3E%3Crect x='13.3' y='12.3' width='21.4' height='28.5' rx='.6' ry='.6'/%3E%3Ccircle cy='25.4' cx='24' r='3.6'/%3E%3Cpath d='M18 35a1 1 0 1112 0'/%3E%3C/g%3E%3Cg class='mectrl_fill' stroke='none'%3E%3Cpath d='M36.68 14h2.34l-3.24 6.75h-2.43zM24.89 14h2.43l5.58 11.25a1.046 1.046 0 01-1.791 1.08l-.549-1.08z'/%3E%3C/g%3E%3C/svg%3E")
}

.glyph_account_circle {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' stroke='%23707070'%3E%3Cg class='mectrl_stroke' fill='none'%3E%3Ccircle cx='32' cy='32' r='30.25' stroke-width='1.5'/%3E%3Cg transform='matrix(.9 0 0 .9 10.431 10.431)' stroke-width='2'%3E%3Ccircle cx='24.25' cy='18' r='9'/%3E%3Cpath d='M11.2 40a1 1 0 1126.1 0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.glyph_msft {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='108' height='23'%3E%3Cpath d='M44.836 4.6v13.8h-2.4V7.583H42.4L38.119 18.4h-1.588L32.142 7.583h-.028V18.4H29.9V4.6h3.436L37.3 14.83h.057L41.545 4.6zm2 1.049a1.268 1.268 0 01.419-.967 1.411 1.411 0 011-.39 1.392 1.392 0 011.02.4 1.3 1.3 0 01.405.957 1.249 1.249 0 01-.414.953 1.428 1.428 0 01-1.011.385A1.4 1.4 0 0147.25 6.6a1.263 1.263 0 01-.41-.949M49.41 18.4h-2.329V8.507h2.329zm7.064-1.694a3.225 3.225 0 001.145-.24 4.808 4.808 0 001.155-.636V18a4.659 4.659 0 01-1.266.481 6.9 6.9 0 01-1.554.163 4.707 4.707 0 01-4.918-4.907 5.644 5.644 0 011.4-3.932 5.054 5.054 0 013.955-1.545 5.42 5.42 0 011.324.169 4.4 4.4 0 011.063.39v2.232a4.73 4.73 0 00-1.1-.611 3.187 3.187 0 00-1.15-.217 2.918 2.918 0 00-2.223.9 3.366 3.366 0 00-.847 2.415 3.217 3.217 0 00.813 2.339 2.938 2.938 0 002.209.837m8.931-8.363a2.892 2.892 0 01.5.039 2.025 2.025 0 01.376.1v2.357a2.075 2.075 0 00-.535-.255 2.649 2.649 0 00-.851-.12 1.811 1.811 0 00-1.449.722 3.47 3.47 0 00-.592 2.223V18.4h-2.335V8.507h2.329v1.559h.039a2.731 2.731 0 01.962-1.266 2.615 2.615 0 011.55-.457m1 5.254a5.355 5.355 0 011.387-3.887 5.1 5.1 0 013.85-1.434 4.741 4.741 0 013.623 1.381 5.208 5.208 0 011.3 3.729 5.259 5.259 0 01-1.385 3.83 5.02 5.02 0 01-3.773 1.424 4.931 4.931 0 01-3.652-1.352 4.984 4.984 0 01-1.349-3.688m2.426-.076a3.53 3.53 0 00.7 2.367 2.5 2.5 0 002.011.818 2.344 2.344 0 001.934-.818 3.78 3.78 0 00.664-2.425 3.649 3.649 0 00-.688-2.411 2.39 2.39 0 00-1.929-.813 2.441 2.441 0 00-1.988.852 3.707 3.707 0 00-.707 2.43m11.2-2.416a1 1 0 00.317.785 5.431 5.431 0 001.405.716 4.768 4.768 0 011.959 1.256 2.608 2.608 0 01.563 1.689 2.718 2.718 0 01-1.073 2.243 4.565 4.565 0 01-2.9.846 6.962 6.962 0 01-1.362-.149 6.036 6.036 0 01-1.265-.38v-2.29a5.74 5.74 0 001.367.7 4.009 4.009 0 001.328.26 2.37 2.37 0 001.164-.221.792.792 0 00.375-.741 1.027 1.027 0 00-.389-.813 5.772 5.772 0 00-1.478-.766 4.56 4.56 0 01-1.828-1.212 2.657 2.657 0 01-.539-1.713 2.706 2.706 0 011.063-2.2 4.245 4.245 0 012.764-.862 6.669 6.669 0 011.164.116 5.131 5.131 0 011.078.3v2.214a4.943 4.943 0 00-1.078-.53 3.61 3.61 0 00-1.222-.221 1.776 1.776 0 00-1.035.26.822.822 0 00-.37.712m5.241 2.493a5.355 5.355 0 011.386-3.89 5.1 5.1 0 013.85-1.434 4.741 4.741 0 013.623 1.381 5.208 5.208 0 011.3 3.729 5.259 5.259 0 01-1.385 3.83 5.02 5.02 0 01-3.773 1.424 4.931 4.931 0 01-3.652-1.352 4.984 4.984 0 01-1.349-3.688m2.426-.076a3.535 3.535 0 00.7 2.367 2.506 2.506 0 002.012.818 2.344 2.344 0 001.934-.818 3.78 3.78 0 00.664-2.425 3.649 3.649 0 00-.688-2.411 2.391 2.391 0 00-1.93-.813 2.44 2.44 0 00-1.987.852 3.707 3.707 0 00-.707 2.43m15.464-3.109H99.7V18.4h-2.359v-7.988h-1.655V8.507h1.655V7.13a3.425 3.425 0 011.016-2.555 3.56 3.56 0 012.6-1 5.949 5.949 0 01.751.043 3.025 3.025 0 01.577.13v2.016a2.381 2.381 0 00-.4-.164 2.106 2.106 0 00-.664-.1 1.405 1.405 0 00-1.126.457 2.015 2.015 0 00-.395 1.356v1.194h3.469V6.283l2.338-.712v2.936h2.358v1.905h-2.358v4.629a1.954 1.954 0 00.332 1.29 1.329 1.329 0 001.045.375 1.569 1.569 0 00.486-.1 2.271 2.271 0 00.5-.231V18.3a2.765 2.765 0 01-.736.231 5.072 5.072 0 01-1.015.105 2.889 2.889 0 01-2.209-.784 3.341 3.341 0 01-.736-2.363z' fill='%23737373'/%3E%3Cpath fill='%23f25022' d='M0 0h10.931v10.931H0z'/%3E%3Cpath fill='%237fba00' d='M12.069 0H23v10.931H12.069z'/%3E%3Cpath fill='%2300a4ef' d='M0 12.069h10.931V23H0z'/%3E%3Cpath fill='%23ffb900' d='M12.069 12.069H23V23H12.069z'/%3E%3C/svg%3E")
}

.glyph_more {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23707070'%3E%3Cg class='mectrl_fill'%3E%3Ccircle r='2' cx='12' cy='24'/%3E%3Ccircle r='2' cx='24' cy='24'/%3E%3Ccircle r='2' cx='36' cy='24'/%3E%3C/g%3E%3C/svg%3E")
}

.glyph_more:active, .glyph_more:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23707070'%3E%3Cg class='mectrl_fill'%3E%3Ccircle r='2' cx='12' cy='24'/%3E%3Ccircle r='2' cx='24' cy='24'/%3E%3Ccircle r='2' cx='36' cy='24'/%3E%3C/g%3E%3C/svg%3E")
}

.glyph_chevron {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 3 16 10' fill='%23231F20'%3E%3Cg class='mectrl_fill'%3E%3Cpath d='M15.284 3.642l.716.716-8 8-8-8 .716-.716L8 10.926z'/%3E%3C/g%3E%3C/svg%3E")
}

.glyph_authApp_icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 5a18.454 18.454 0 016 1v1c0 .984-.143 1.935-.43 2.852-.286.916-.69 1.768-1.21 2.554A9.725 9.725 0 016 16a9.595 9.595 0 01-2.46-1.484 9.65 9.65 0 01-1.892-2.102A10.245 10.245 0 01.43 9.867 9.113 9.113 0 010 7.023c0-.067.005-.145.016-.234l.03-.273c.011-.094.024-.185.04-.274A7.54 7.54 0 00.125 6c.964-.333 1.93-.583 2.898-.75C3.993 5.083 4.984 5 6 5zm2 7v-.25c0-.213-.031-.42-.094-.617a1.818 1.818 0 00-.28-.547 2.283 2.283 0 00-.43-.438 1.812 1.812 0 00-.555-.289c.265-.125.474-.31.625-.554.15-.245.229-.513.234-.805a1.505 1.505 0 00-.914-1.383A1.471 1.471 0 006 7a1.505 1.505 0 00-1.383.914A1.472 1.472 0 004.5 8.5c0 .292.076.56.227.805.15.244.362.43.632.554a1.94 1.94 0 00-.554.29c-.167.124-.31.27-.43.437-.12.167-.21.349-.273.547A2.219 2.219 0 004 11.75V12h4zM6 1.5c-.344 0-.667.065-.969.195-.302.13-.567.308-.797.532A2.477 2.477 0 003.5 4L2 4.25V4a3.948 3.948 0 011.172-2.82C3.537.82 3.96.534 4.445.32A3.81 3.81 0 016 0a3.948 3.948 0 012.82 1.172c.36.364.646.789.86 1.273A3.81 3.81 0 0110 4v.25L8.5 4c0-.344-.065-.667-.195-.969a2.603 2.603 0 00-.532-.797A2.477 2.477 0 006 1.5z' fill='%23000'/%3E%3C/svg%3E")
}

.glyph_authApp_close {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.453 5L10 9.552 9.552 10 5 5.453.448 10 0 9.552 4.547 5 0 .448.448 0 5 4.547 9.552 0 10 .448 5.453 5z' fill='%23323130'/%3E%3C/svg%3E")
}

.c-uhfh > .theme-dark .c-me .glyph_msft, .mectrl_theme_dark .glyph_msft, .mectrl_theme_gray .glyph_msft, .mectrl_theme_off_black .glyph_msft {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='108' height='23'%3E%3Cpath d='M44.836 4.6v13.8h-2.4V7.583H42.4L38.119 18.4h-1.588L32.142 7.583h-.028V18.4H29.9V4.6h3.436L37.3 14.83h.057L41.545 4.6zm2 1.049a1.268 1.268 0 01.419-.967 1.411 1.411 0 011-.39 1.392 1.392 0 011.02.4 1.3 1.3 0 01.405.957 1.249 1.249 0 01-.414.953 1.428 1.428 0 01-1.011.385A1.4 1.4 0 0147.25 6.6a1.263 1.263 0 01-.41-.949M49.41 18.4h-2.329V8.507h2.329zm7.064-1.694a3.225 3.225 0 001.145-.24 4.808 4.808 0 001.155-.636V18a4.659 4.659 0 01-1.266.481 6.9 6.9 0 01-1.554.163 4.707 4.707 0 01-4.918-4.907 5.644 5.644 0 011.4-3.932 5.054 5.054 0 013.955-1.545 5.42 5.42 0 011.324.169 4.4 4.4 0 011.063.39v2.232a4.73 4.73 0 00-1.1-.611 3.187 3.187 0 00-1.15-.217 2.918 2.918 0 00-2.223.9 3.366 3.366 0 00-.847 2.415 3.217 3.217 0 00.813 2.339 2.938 2.938 0 002.209.837m8.931-8.363a2.892 2.892 0 01.5.039 2.025 2.025 0 01.376.1v2.357a2.075 2.075 0 00-.535-.255 2.649 2.649 0 00-.851-.12 1.811 1.811 0 00-1.449.722 3.47 3.47 0 00-.592 2.223V18.4h-2.335V8.507h2.329v1.559h.039a2.731 2.731 0 01.962-1.266 2.615 2.615 0 011.55-.457m1 5.254a5.355 5.355 0 011.387-3.887 5.1 5.1 0 013.85-1.434 4.741 4.741 0 013.623 1.381 5.208 5.208 0 011.3 3.729 5.259 5.259 0 01-1.385 3.83 5.02 5.02 0 01-3.773 1.424 4.931 4.931 0 01-3.652-1.352 4.984 4.984 0 01-1.349-3.688m2.426-.076a3.53 3.53 0 00.7 2.367 2.5 2.5 0 002.011.818 2.344 2.344 0 001.934-.818 3.78 3.78 0 00.664-2.425 3.649 3.649 0 00-.688-2.411 2.39 2.39 0 00-1.929-.813 2.441 2.441 0 00-1.988.852 3.707 3.707 0 00-.707 2.43m11.2-2.416a1 1 0 00.317.785 5.431 5.431 0 001.405.716 4.768 4.768 0 011.959 1.256 2.608 2.608 0 01.563 1.689 2.718 2.718 0 01-1.073 2.243 4.565 4.565 0 01-2.9.846 6.962 6.962 0 01-1.362-.149 6.036 6.036 0 01-1.265-.38v-2.29a5.74 5.74 0 001.367.7 4.009 4.009 0 001.328.26 2.37 2.37 0 001.164-.221.792.792 0 00.375-.741 1.027 1.027 0 00-.389-.813 5.772 5.772 0 00-1.478-.766 4.56 4.56 0 01-1.828-1.212 2.657 2.657 0 01-.539-1.713 2.706 2.706 0 011.063-2.2 4.245 4.245 0 012.764-.862 6.669 6.669 0 011.164.116 5.131 5.131 0 011.078.3v2.214a4.943 4.943 0 00-1.078-.53 3.61 3.61 0 00-1.222-.221 1.776 1.776 0 00-1.035.26.822.822 0 00-.37.712m5.241 2.493a5.355 5.355 0 011.386-3.89 5.1 5.1 0 013.85-1.434 4.741 4.741 0 013.623 1.381 5.208 5.208 0 011.3 3.729 5.259 5.259 0 01-1.385 3.83 5.02 5.02 0 01-3.773 1.424 4.931 4.931 0 01-3.652-1.352 4.984 4.984 0 01-1.349-3.688m2.426-.076a3.535 3.535 0 00.7 2.367 2.506 2.506 0 002.012.818 2.344 2.344 0 001.934-.818 3.78 3.78 0 00.664-2.425 3.649 3.649 0 00-.688-2.411 2.391 2.391 0 00-1.93-.813 2.44 2.44 0 00-1.987.852 3.707 3.707 0 00-.707 2.43m15.464-3.109H99.7V18.4h-2.359v-7.988h-1.655V8.507h1.655V7.13a3.425 3.425 0 011.016-2.555 3.56 3.56 0 012.6-1 5.949 5.949 0 01.751.043 3.025 3.025 0 01.577.13v2.016a2.381 2.381 0 00-.4-.164 2.106 2.106 0 00-.664-.1 1.405 1.405 0 00-1.126.457 2.015 2.015 0 00-.395 1.356v1.194h3.469V6.283l2.338-.712v2.936h2.358v1.905h-2.358v4.629a1.954 1.954 0 00.332 1.29 1.329 1.329 0 001.045.375 1.569 1.569 0 00.486-.1 2.271 2.271 0 00.5-.231V18.3a2.765 2.765 0 01-.736.231 5.072 5.072 0 01-1.015.105 2.889 2.889 0 01-2.209-.784 3.341 3.341 0 01-.736-2.363z' fill='%23fff'/%3E%3Cpath fill='%23f25022' d='M0 0h10.931v10.931H0z'/%3E%3Cpath fill='%237fba00' d='M12.069 0H23v10.931H12.069z'/%3E%3Cpath fill='%2300a4ef' d='M0 12.069h10.931V23H0z'/%3E%3Cpath fill='%23ffb900' d='M12.069 12.069H23V23H12.069z'/%3E%3C/svg%3E")
}

.c-uhfh > .theme-dark .c-me .mectrl_signIn_circle_glyph, .mectrl_theme_dark .mectrl_signIn_circle_glyph, .mectrl_theme_gray .mectrl_signIn_circle_glyph, .mectrl_theme_off_black .mectrl_signIn_circle_glyph {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' stroke='%23fff'%3E%3Cg class='mectrl_stroke' stroke-width='1.9' fill='none'%3E%3Ccircle cx='32' cy='32' r='30.25'/%3E%3Cg transform='matrix(1.1 0 0 1.1 8.8 5.61)'%3E%3Ccircle class='mectrl_stroke' cx='20' cy='16' r='7'/%3E%3Cpath class='mectrl_stroke' d='M30 35h10m-5-5v10M30.833 32.09A11 11 0 009 34'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.c-uhfh > .theme-dark .c-me .glyph_aadAccount_circle, .mectrl_theme_dark .glyph_aadAccount_circle, .mectrl_theme_gray .glyph_aadAccount_circle, .mectrl_theme_off_black .glyph_aadAccount_circle {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='%23fff' stroke='%23fff'%3E%3Ccircle class='mectrl_stroke' cx='32' cy='32' r='30.25' stroke-width='1.5' fill='none'/%3E%3Cg class='mectrl_stroke' fill='none' stroke-width='2.5' transform='matrix(.9 0 0 .9 10.4 10.4)'%3E%3Crect x='13.3' y='12.3' width='21.4' height='28.5' rx='.6' ry='.6'/%3E%3Ccircle cy='25.4' cx='24' r='3.6'/%3E%3Cpath d='M18 35a1 1 0 1112 0'/%3E%3C/g%3E%3Cg class='mectrl_fill' stroke='none'%3E%3Cpath d='M36.68 14h2.34l-3.24 6.75h-2.43zM24.89 14h2.43l5.58 11.25a1.046 1.046 0 01-1.791 1.08l-.549-1.08z'/%3E%3C/g%3E%3C/svg%3E")
}

.c-uhfh > .theme-dark .c-me .glyph_account_circle, .mectrl_theme_dark .glyph_account_circle, .mectrl_theme_gray .glyph_account_circle, .mectrl_theme_off_black .glyph_account_circle {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' stroke='%23fff'%3E%3Cg class='mectrl_stroke' fill='none'%3E%3Ccircle cx='32' cy='32' r='30.25' stroke-width='1.5'/%3E%3Cg transform='matrix(.9 0 0 .9 10.431 10.431)' stroke-width='2'%3E%3Ccircle cx='24.25' cy='18' r='9'/%3E%3Cpath d='M11.2 40a1 1 0 1126.1 0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.c-uhfh > .theme-dark .c-me .glyph_more, .mectrl_theme_dark .glyph_more, .mectrl_theme_gray .glyph_more, .mectrl_theme_off_black .glyph_more {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23fff'%3E%3Cg class='mectrl_fill'%3E%3Ccircle r='2' cx='12' cy='24'/%3E%3Ccircle r='2' cx='24' cy='24'/%3E%3Ccircle r='2' cx='36' cy='24'/%3E%3C/g%3E%3C/svg%3E")
}

.c-uhfh > .theme-dark .c-me .glyph_more:active, .c-uhfh > .theme-dark .c-me .glyph_more:hover, .mectrl_theme_dark .glyph_more:active, .mectrl_theme_dark .glyph_more:hover, .mectrl_theme_gray .glyph_more:active, .mectrl_theme_gray .glyph_more:hover, .mectrl_theme_off_black .glyph_more:active, .mectrl_theme_off_black .glyph_more:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23fff'%3E%3Cg class='mectrl_fill'%3E%3Ccircle r='2' cx='12' cy='24'/%3E%3Ccircle r='2' cx='24' cy='24'/%3E%3Ccircle r='2' cx='36' cy='24'/%3E%3C/g%3E%3C/svg%3E")
}

.c-uhfh > .theme-dark .c-me .glyph_chevron, .mectrl_theme_dark .glyph_chevron, .mectrl_theme_gray .glyph_chevron, .mectrl_theme_off_black .glyph_chevron {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 3 16 10' fill='%23fff'%3E%3Cg class='mectrl_fill'%3E%3Cpath d='M15.284 3.642l.716.716-8 8-8-8 .716-.716L8 10.926z'/%3E%3C/g%3E%3C/svg%3E")
}

.c-uhfh > .theme-dark .c-me .glyph_authApp_icon, .mectrl_theme_dark .glyph_authApp_icon, .mectrl_theme_gray .glyph_authApp_icon, .mectrl_theme_off_black .glyph_authApp_icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 5a18.454 18.454 0 016 1v1c0 .984-.143 1.935-.43 2.852a10.01 10.01 0 01-1.21 2.554A9.724 9.724 0 016 16a9.595 9.595 0 01-2.46-1.484 9.65 9.65 0 01-1.892-2.102A10.245 10.245 0 01.43 9.867 9.113 9.113 0 010 7.023c0-.067.005-.145.016-.234l.03-.273c.011-.094.024-.185.04-.274A7.54 7.54 0 00.125 6c.964-.333 1.93-.583 2.898-.75C3.993 5.083 4.984 5 6 5zm2 7v-.25c0-.213-.031-.42-.094-.617a1.818 1.818 0 00-.281-.547 2.283 2.283 0 00-.43-.438 1.812 1.812 0 00-.554-.289c.265-.125.474-.31.625-.554.15-.245.229-.513.234-.805a1.505 1.505 0 00-.914-1.383A1.472 1.472 0 006 7a1.505 1.505 0 00-1.383.914A1.472 1.472 0 004.5 8.5c0 .292.076.56.227.805.15.244.362.43.632.554a1.94 1.94 0 00-.554.29c-.167.124-.31.27-.43.437-.12.167-.21.349-.273.547A2.22 2.22 0 004 11.75V12h4zM6 1.5c-.344 0-.667.065-.969.195-.302.13-.567.308-.797.532A2.477 2.477 0 003.5 4L2 4.25V4a3.948 3.948 0 011.172-2.82C3.537.82 3.96.534 4.445.32A3.81 3.81 0 016 0a3.948 3.948 0 012.82 1.172c.36.364.646.789.86 1.273A3.81 3.81 0 0110 4v.25L8.5 4c0-.344-.065-.667-.195-.969a2.603 2.603 0 00-.532-.797A2.477 2.477 0 006 1.5z' fill='%23fff'/%3E%3C/svg%3E")
}

.c-uhfh > .theme-dark .c-me .glyph_authApp_close, .mectrl_theme_dark .glyph_authApp_close, .mectrl_theme_gray .glyph_authApp_close, .mectrl_theme_off_black .glyph_authApp_close {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.444 5l4.463 4.468-.44.44L5 5.443.532 9.907l-.44-.44L4.557 5 .093.532l.44-.44L5 4.557 9.468.093l.44.44L5.443 5z' fill='%23fff'/%3E%3C/svg%3E")
}

@media screen and (-ms-high-contrast: black-on-white) {
    .c-uhfh > .theme-dark .c-me .glyph_text, .mectrl_theme_dark .glyph_text, .mectrl_theme_gray .glyph_text, .mectrl_theme_off_black .glyph_text {
        clip: rect(1px, 1px, 1px, 1px);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        width: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute
    }

    .c-uhfh > .theme-dark .c-me .mectrl_signIn_circle_glyph, .mectrl_theme_dark .mectrl_signIn_circle_glyph, .mectrl_theme_gray .mectrl_signIn_circle_glyph, .mectrl_theme_off_black .mectrl_signIn_circle_glyph {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' stroke='%23707070'%3E%3Cg class='mectrl_stroke' stroke-width='1.9' fill='none'%3E%3Ccircle cx='32' cy='32' r='30.25'/%3E%3Cg transform='matrix(1.1 0 0 1.1 8.8 5.61)'%3E%3Ccircle class='mectrl_stroke' cx='20' cy='16' r='7'/%3E%3Cpath class='mectrl_stroke' d='M30 35h10m-5-5v10M30.833 32.09A11 11 0 009 34'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }

    .c-uhfh > .theme-dark .c-me .glyph_aadAccount_circle, .mectrl_theme_dark .glyph_aadAccount_circle, .mectrl_theme_gray .glyph_aadAccount_circle, .mectrl_theme_off_black .glyph_aadAccount_circle {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='%23707070' stroke='%23707070'%3E%3Ccircle class='mectrl_stroke' cx='32' cy='32' r='30.25' stroke-width='1.5' fill='none'/%3E%3Cg class='mectrl_stroke' fill='none' stroke-width='2.5' transform='matrix(.9 0 0 .9 10.4 10.4)'%3E%3Crect x='13.3' y='12.3' width='21.4' height='28.5' rx='.6' ry='.6'/%3E%3Ccircle cy='25.4' cx='24' r='3.6'/%3E%3Cpath d='M18 35a1 1 0 1112 0'/%3E%3C/g%3E%3Cg class='mectrl_fill' stroke='none'%3E%3Cpath d='M36.68 14h2.34l-3.24 6.75h-2.43zM24.89 14h2.43l5.58 11.25a1.046 1.046 0 01-1.791 1.08l-.549-1.08z'/%3E%3C/g%3E%3C/svg%3E")
    }

    .c-uhfh > .theme-dark .c-me .glyph_account_circle, .mectrl_theme_dark .glyph_account_circle, .mectrl_theme_gray .glyph_account_circle, .mectrl_theme_off_black .glyph_account_circle {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' stroke='%23707070'%3E%3Cg class='mectrl_stroke' fill='none'%3E%3Ccircle cx='32' cy='32' r='30.25' stroke-width='1.5'/%3E%3Cg transform='matrix(.9 0 0 .9 10.431 10.431)' stroke-width='2'%3E%3Ccircle cx='24.25' cy='18' r='9'/%3E%3Cpath d='M11.2 40a1 1 0 1126.1 0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }

    .c-uhfh > .theme-dark .c-me .glyph_msft, .mectrl_theme_dark .glyph_msft, .mectrl_theme_gray .glyph_msft, .mectrl_theme_off_black .glyph_msft {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='108' height='23'%3E%3Cpath d='M44.836 4.6v13.8h-2.4V7.583H42.4L38.119 18.4h-1.588L32.142 7.583h-.028V18.4H29.9V4.6h3.436L37.3 14.83h.057L41.545 4.6zm2 1.049a1.268 1.268 0 01.419-.967 1.411 1.411 0 011-.39 1.392 1.392 0 011.02.4 1.3 1.3 0 01.405.957 1.249 1.249 0 01-.414.953 1.428 1.428 0 01-1.011.385A1.4 1.4 0 0147.25 6.6a1.263 1.263 0 01-.41-.949M49.41 18.4h-2.329V8.507h2.329zm7.064-1.694a3.225 3.225 0 001.145-.24 4.808 4.808 0 001.155-.636V18a4.659 4.659 0 01-1.266.481 6.9 6.9 0 01-1.554.163 4.707 4.707 0 01-4.918-4.907 5.644 5.644 0 011.4-3.932 5.054 5.054 0 013.955-1.545 5.42 5.42 0 011.324.169 4.4 4.4 0 011.063.39v2.232a4.73 4.73 0 00-1.1-.611 3.187 3.187 0 00-1.15-.217 2.918 2.918 0 00-2.223.9 3.366 3.366 0 00-.847 2.415 3.217 3.217 0 00.813 2.339 2.938 2.938 0 002.209.837m8.931-8.363a2.892 2.892 0 01.5.039 2.025 2.025 0 01.376.1v2.357a2.075 2.075 0 00-.535-.255 2.649 2.649 0 00-.851-.12 1.811 1.811 0 00-1.449.722 3.47 3.47 0 00-.592 2.223V18.4h-2.335V8.507h2.329v1.559h.039a2.731 2.731 0 01.962-1.266 2.615 2.615 0 011.55-.457m1 5.254a5.355 5.355 0 011.387-3.887 5.1 5.1 0 013.85-1.434 4.741 4.741 0 013.623 1.381 5.208 5.208 0 011.3 3.729 5.259 5.259 0 01-1.385 3.83 5.02 5.02 0 01-3.773 1.424 4.931 4.931 0 01-3.652-1.352 4.984 4.984 0 01-1.349-3.688m2.426-.076a3.53 3.53 0 00.7 2.367 2.5 2.5 0 002.011.818 2.344 2.344 0 001.934-.818 3.78 3.78 0 00.664-2.425 3.649 3.649 0 00-.688-2.411 2.39 2.39 0 00-1.929-.813 2.441 2.441 0 00-1.988.852 3.707 3.707 0 00-.707 2.43m11.2-2.416a1 1 0 00.317.785 5.431 5.431 0 001.405.716 4.768 4.768 0 011.959 1.256 2.608 2.608 0 01.563 1.689 2.718 2.718 0 01-1.073 2.243 4.565 4.565 0 01-2.9.846 6.962 6.962 0 01-1.362-.149 6.036 6.036 0 01-1.265-.38v-2.29a5.74 5.74 0 001.367.7 4.009 4.009 0 001.328.26 2.37 2.37 0 001.164-.221.792.792 0 00.375-.741 1.027 1.027 0 00-.389-.813 5.772 5.772 0 00-1.478-.766 4.56 4.56 0 01-1.828-1.212 2.657 2.657 0 01-.539-1.713 2.706 2.706 0 011.063-2.2 4.245 4.245 0 012.764-.862 6.669 6.669 0 011.164.116 5.131 5.131 0 011.078.3v2.214a4.943 4.943 0 00-1.078-.53 3.61 3.61 0 00-1.222-.221 1.776 1.776 0 00-1.035.26.822.822 0 00-.37.712m5.241 2.493a5.355 5.355 0 011.386-3.89 5.1 5.1 0 013.85-1.434 4.741 4.741 0 013.623 1.381 5.208 5.208 0 011.3 3.729 5.259 5.259 0 01-1.385 3.83 5.02 5.02 0 01-3.773 1.424 4.931 4.931 0 01-3.652-1.352 4.984 4.984 0 01-1.349-3.688m2.426-.076a3.535 3.535 0 00.7 2.367 2.506 2.506 0 002.012.818 2.344 2.344 0 001.934-.818 3.78 3.78 0 00.664-2.425 3.649 3.649 0 00-.688-2.411 2.391 2.391 0 00-1.93-.813 2.44 2.44 0 00-1.987.852 3.707 3.707 0 00-.707 2.43m15.464-3.109H99.7V18.4h-2.359v-7.988h-1.655V8.507h1.655V7.13a3.425 3.425 0 011.016-2.555 3.56 3.56 0 012.6-1 5.949 5.949 0 01.751.043 3.025 3.025 0 01.577.13v2.016a2.381 2.381 0 00-.4-.164 2.106 2.106 0 00-.664-.1 1.405 1.405 0 00-1.126.457 2.015 2.015 0 00-.395 1.356v1.194h3.469V6.283l2.338-.712v2.936h2.358v1.905h-2.358v4.629a1.954 1.954 0 00.332 1.29 1.329 1.329 0 001.045.375 1.569 1.569 0 00.486-.1 2.271 2.271 0 00.5-.231V18.3a2.765 2.765 0 01-.736.231 5.072 5.072 0 01-1.015.105 2.889 2.889 0 01-2.209-.784 3.341 3.341 0 01-.736-2.363z' fill='%23737373'/%3E%3Cpath fill='%23f25022' d='M0 0h10.931v10.931H0z'/%3E%3Cpath fill='%237fba00' d='M12.069 0H23v10.931H12.069z'/%3E%3Cpath fill='%2300a4ef' d='M0 12.069h10.931V23H0z'/%3E%3Cpath fill='%23ffb900' d='M12.069 12.069H23V23H12.069z'/%3E%3C/svg%3E")
    }

    .c-uhfh > .theme-dark .c-me .glyph_more, .mectrl_theme_dark .glyph_more, .mectrl_theme_gray .glyph_more, .mectrl_theme_off_black .glyph_more {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23707070'%3E%3Cg class='mectrl_fill'%3E%3Ccircle r='2' cx='12' cy='24'/%3E%3Ccircle r='2' cx='24' cy='24'/%3E%3Ccircle r='2' cx='36' cy='24'/%3E%3C/g%3E%3C/svg%3E")
    }

    .c-uhfh > .theme-dark .c-me .glyph_more:active, .c-uhfh > .theme-dark .c-me .glyph_more:hover, .mectrl_theme_dark .glyph_more:active, .mectrl_theme_dark .glyph_more:hover, .mectrl_theme_gray .glyph_more:active, .mectrl_theme_gray .glyph_more:hover, .mectrl_theme_off_black .glyph_more:active, .mectrl_theme_off_black .glyph_more:hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23707070'%3E%3Cg class='mectrl_fill'%3E%3Ccircle r='2' cx='12' cy='24'/%3E%3Ccircle r='2' cx='24' cy='24'/%3E%3Ccircle r='2' cx='36' cy='24'/%3E%3C/g%3E%3C/svg%3E")
    }

    .c-uhfh > .theme-dark .c-me .glyph_chevron, .mectrl_theme_dark .glyph_chevron, .mectrl_theme_gray .glyph_chevron, .mectrl_theme_off_black .glyph_chevron {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 3 16 10' fill='%23231F20'%3E%3Cg class='mectrl_fill'%3E%3Cpath d='M15.284 3.642l.716.716-8 8-8-8 .716-.716L8 10.926z'/%3E%3C/g%3E%3C/svg%3E")
    }

    .c-uhfh > .theme-dark .c-me .glyph_authApp_icon, .mectrl_theme_dark .glyph_authApp_icon, .mectrl_theme_gray .glyph_authApp_icon, .mectrl_theme_off_black .glyph_authApp_icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 5a18.454 18.454 0 016 1v1c0 .984-.143 1.935-.43 2.852-.286.916-.69 1.768-1.21 2.554A9.725 9.725 0 016 16a9.595 9.595 0 01-2.46-1.484 9.65 9.65 0 01-1.892-2.102A10.245 10.245 0 01.43 9.867 9.113 9.113 0 010 7.023c0-.067.005-.145.016-.234l.03-.273c.011-.094.024-.185.04-.274A7.54 7.54 0 00.125 6c.964-.333 1.93-.583 2.898-.75C3.993 5.083 4.984 5 6 5zm2 7v-.25c0-.213-.031-.42-.094-.617a1.818 1.818 0 00-.28-.547 2.283 2.283 0 00-.43-.438 1.812 1.812 0 00-.555-.289c.265-.125.474-.31.625-.554.15-.245.229-.513.234-.805a1.505 1.505 0 00-.914-1.383A1.471 1.471 0 006 7a1.505 1.505 0 00-1.383.914A1.472 1.472 0 004.5 8.5c0 .292.076.56.227.805.15.244.362.43.632.554a1.94 1.94 0 00-.554.29c-.167.124-.31.27-.43.437-.12.167-.21.349-.273.547A2.219 2.219 0 004 11.75V12h4zM6 1.5c-.344 0-.667.065-.969.195-.302.13-.567.308-.797.532A2.477 2.477 0 003.5 4L2 4.25V4a3.948 3.948 0 011.172-2.82C3.537.82 3.96.534 4.445.32A3.81 3.81 0 016 0a3.948 3.948 0 012.82 1.172c.36.364.646.789.86 1.273A3.81 3.81 0 0110 4v.25L8.5 4c0-.344-.065-.667-.195-.969a2.603 2.603 0 00-.532-.797A2.477 2.477 0 006 1.5z' fill='%23000'/%3E%3C/svg%3E")
    }

    .c-uhfh > .theme-dark .c-me .glyph_authApp_close, .mectrl_theme_dark .glyph_authApp_close, .mectrl_theme_gray .glyph_authApp_close, .mectrl_theme_off_black .glyph_authApp_close {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.453 5L10 9.552 9.552 10 5 5.453.448 10 0 9.552 4.547 5 0 .448.448 0 5 4.547 9.552 0 10 .448 5.453 5z' fill='%23323130'/%3E%3C/svg%3E")
    }
}

@media screen and (-ms-high-contrast: white-on-black) {
    .glyph_msft {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='108' height='23'%3E%3Cpath d='M44.836 4.6v13.8h-2.4V7.583H42.4L38.119 18.4h-1.588L32.142 7.583h-.028V18.4H29.9V4.6h3.436L37.3 14.83h.057L41.545 4.6zm2 1.049a1.268 1.268 0 01.419-.967 1.411 1.411 0 011-.39 1.392 1.392 0 011.02.4 1.3 1.3 0 01.405.957 1.249 1.249 0 01-.414.953 1.428 1.428 0 01-1.011.385A1.4 1.4 0 0147.25 6.6a1.263 1.263 0 01-.41-.949M49.41 18.4h-2.329V8.507h2.329zm7.064-1.694a3.225 3.225 0 001.145-.24 4.808 4.808 0 001.155-.636V18a4.659 4.659 0 01-1.266.481 6.9 6.9 0 01-1.554.163 4.707 4.707 0 01-4.918-4.907 5.644 5.644 0 011.4-3.932 5.054 5.054 0 013.955-1.545 5.42 5.42 0 011.324.169 4.4 4.4 0 011.063.39v2.232a4.73 4.73 0 00-1.1-.611 3.187 3.187 0 00-1.15-.217 2.918 2.918 0 00-2.223.9 3.366 3.366 0 00-.847 2.415 3.217 3.217 0 00.813 2.339 2.938 2.938 0 002.209.837m8.931-8.363a2.892 2.892 0 01.5.039 2.025 2.025 0 01.376.1v2.357a2.075 2.075 0 00-.535-.255 2.649 2.649 0 00-.851-.12 1.811 1.811 0 00-1.449.722 3.47 3.47 0 00-.592 2.223V18.4h-2.335V8.507h2.329v1.559h.039a2.731 2.731 0 01.962-1.266 2.615 2.615 0 011.55-.457m1 5.254a5.355 5.355 0 011.387-3.887 5.1 5.1 0 013.85-1.434 4.741 4.741 0 013.623 1.381 5.208 5.208 0 011.3 3.729 5.259 5.259 0 01-1.385 3.83 5.02 5.02 0 01-3.773 1.424 4.931 4.931 0 01-3.652-1.352 4.984 4.984 0 01-1.349-3.688m2.426-.076a3.53 3.53 0 00.7 2.367 2.5 2.5 0 002.011.818 2.344 2.344 0 001.934-.818 3.78 3.78 0 00.664-2.425 3.649 3.649 0 00-.688-2.411 2.39 2.39 0 00-1.929-.813 2.441 2.441 0 00-1.988.852 3.707 3.707 0 00-.707 2.43m11.2-2.416a1 1 0 00.317.785 5.431 5.431 0 001.405.716 4.768 4.768 0 011.959 1.256 2.608 2.608 0 01.563 1.689 2.718 2.718 0 01-1.073 2.243 4.565 4.565 0 01-2.9.846 6.962 6.962 0 01-1.362-.149 6.036 6.036 0 01-1.265-.38v-2.29a5.74 5.74 0 001.367.7 4.009 4.009 0 001.328.26 2.37 2.37 0 001.164-.221.792.792 0 00.375-.741 1.027 1.027 0 00-.389-.813 5.772 5.772 0 00-1.478-.766 4.56 4.56 0 01-1.828-1.212 2.657 2.657 0 01-.539-1.713 2.706 2.706 0 011.063-2.2 4.245 4.245 0 012.764-.862 6.669 6.669 0 011.164.116 5.131 5.131 0 011.078.3v2.214a4.943 4.943 0 00-1.078-.53 3.61 3.61 0 00-1.222-.221 1.776 1.776 0 00-1.035.26.822.822 0 00-.37.712m5.241 2.493a5.355 5.355 0 011.386-3.89 5.1 5.1 0 013.85-1.434 4.741 4.741 0 013.623 1.381 5.208 5.208 0 011.3 3.729 5.259 5.259 0 01-1.385 3.83 5.02 5.02 0 01-3.773 1.424 4.931 4.931 0 01-3.652-1.352 4.984 4.984 0 01-1.349-3.688m2.426-.076a3.535 3.535 0 00.7 2.367 2.506 2.506 0 002.012.818 2.344 2.344 0 001.934-.818 3.78 3.78 0 00.664-2.425 3.649 3.649 0 00-.688-2.411 2.391 2.391 0 00-1.93-.813 2.44 2.44 0 00-1.987.852 3.707 3.707 0 00-.707 2.43m15.464-3.109H99.7V18.4h-2.359v-7.988h-1.655V8.507h1.655V7.13a3.425 3.425 0 011.016-2.555 3.56 3.56 0 012.6-1 5.949 5.949 0 01.751.043 3.025 3.025 0 01.577.13v2.016a2.381 2.381 0 00-.4-.164 2.106 2.106 0 00-.664-.1 1.405 1.405 0 00-1.126.457 2.015 2.015 0 00-.395 1.356v1.194h3.469V6.283l2.338-.712v2.936h2.358v1.905h-2.358v4.629a1.954 1.954 0 00.332 1.29 1.329 1.329 0 001.045.375 1.569 1.569 0 00.486-.1 2.271 2.271 0 00.5-.231V18.3a2.765 2.765 0 01-.736.231 5.072 5.072 0 01-1.015.105 2.889 2.889 0 01-2.209-.784 3.341 3.341 0 01-.736-2.363z' fill='%23fff'/%3E%3Cpath fill='%23f25022' d='M0 0h10.931v10.931H0z'/%3E%3Cpath fill='%237fba00' d='M12.069 0H23v10.931H12.069z'/%3E%3Cpath fill='%2300a4ef' d='M0 12.069h10.931V23H0z'/%3E%3Cpath fill='%23ffb900' d='M12.069 12.069H23V23H12.069z'/%3E%3C/svg%3E")
    }

    .mectrl_signIn_circle_glyph {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' stroke='%23fff'%3E%3Cg class='mectrl_stroke' stroke-width='1.9' fill='none'%3E%3Ccircle cx='32' cy='32' r='30.25'/%3E%3Cg transform='matrix(1.1 0 0 1.1 8.8 5.61)'%3E%3Ccircle class='mectrl_stroke' cx='20' cy='16' r='7'/%3E%3Cpath class='mectrl_stroke' d='M30 35h10m-5-5v10M30.833 32.09A11 11 0 009 34'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }

    .glyph_aadAccount_circle {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='%23fff' stroke='%23fff'%3E%3Ccircle class='mectrl_stroke' cx='32' cy='32' r='30.25' stroke-width='1.5' fill='none'/%3E%3Cg class='mectrl_stroke' fill='none' stroke-width='2.5' transform='matrix(.9 0 0 .9 10.4 10.4)'%3E%3Crect x='13.3' y='12.3' width='21.4' height='28.5' rx='.6' ry='.6'/%3E%3Ccircle cy='25.4' cx='24' r='3.6'/%3E%3Cpath d='M18 35a1 1 0 1112 0'/%3E%3C/g%3E%3Cg class='mectrl_fill' stroke='none'%3E%3Cpath d='M36.68 14h2.34l-3.24 6.75h-2.43zM24.89 14h2.43l5.58 11.25a1.046 1.046 0 01-1.791 1.08l-.549-1.08z'/%3E%3C/g%3E%3C/svg%3E")
    }

    .glyph_account_circle {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' stroke='%23fff'%3E%3Cg class='mectrl_stroke' fill='none'%3E%3Ccircle cx='32' cy='32' r='30.25' stroke-width='1.5'/%3E%3Cg transform='matrix(.9 0 0 .9 10.431 10.431)' stroke-width='2'%3E%3Ccircle cx='24.25' cy='18' r='9'/%3E%3Cpath d='M11.2 40a1 1 0 1126.1 0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }

    .glyph_more {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23fff'%3E%3Cg class='mectrl_fill'%3E%3Ccircle r='2' cx='12' cy='24'/%3E%3Ccircle r='2' cx='24' cy='24'/%3E%3Ccircle r='2' cx='36' cy='24'/%3E%3C/g%3E%3C/svg%3E")
    }

    .glyph_more:active, .glyph_more:hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23fff'%3E%3Cg class='mectrl_fill'%3E%3Ccircle r='2' cx='12' cy='24'/%3E%3Ccircle r='2' cx='24' cy='24'/%3E%3Ccircle r='2' cx='36' cy='24'/%3E%3C/g%3E%3C/svg%3E")
    }

    .glyph_chevron {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 3 16 10' fill='%23fff'%3E%3Cg class='mectrl_fill'%3E%3Cpath d='M15.284 3.642l.716.716-8 8-8-8 .716-.716L8 10.926z'/%3E%3C/g%3E%3C/svg%3E")
    }

    .glyph_authApp_icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 5a18.454 18.454 0 016 1v1c0 .984-.143 1.935-.43 2.852a10.01 10.01 0 01-1.21 2.554A9.724 9.724 0 016 16a9.595 9.595 0 01-2.46-1.484 9.65 9.65 0 01-1.892-2.102A10.245 10.245 0 01.43 9.867 9.113 9.113 0 010 7.023c0-.067.005-.145.016-.234l.03-.273c.011-.094.024-.185.04-.274A7.54 7.54 0 00.125 6c.964-.333 1.93-.583 2.898-.75C3.993 5.083 4.984 5 6 5zm2 7v-.25c0-.213-.031-.42-.094-.617a1.818 1.818 0 00-.281-.547 2.283 2.283 0 00-.43-.438 1.812 1.812 0 00-.554-.289c.265-.125.474-.31.625-.554.15-.245.229-.513.234-.805a1.505 1.505 0 00-.914-1.383A1.472 1.472 0 006 7a1.505 1.505 0 00-1.383.914A1.472 1.472 0 004.5 8.5c0 .292.076.56.227.805.15.244.362.43.632.554a1.94 1.94 0 00-.554.29c-.167.124-.31.27-.43.437-.12.167-.21.349-.273.547A2.22 2.22 0 004 11.75V12h4zM6 1.5c-.344 0-.667.065-.969.195-.302.13-.567.308-.797.532A2.477 2.477 0 003.5 4L2 4.25V4a3.948 3.948 0 011.172-2.82C3.537.82 3.96.534 4.445.32A3.81 3.81 0 016 0a3.948 3.948 0 012.82 1.172c.36.364.646.789.86 1.273A3.81 3.81 0 0110 4v.25L8.5 4c0-.344-.065-.667-.195-.969a2.603 2.603 0 00-.532-.797A2.477 2.477 0 006 1.5z' fill='%23fff'/%3E%3C/svg%3E")
    }

    .glyph_authApp_close {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.444 5l4.463 4.468-.44.44L5 5.443.532 9.907l-.44-.44L4.557 5 .093.532l.44-.44L5 4.557 9.468.093l.44.44L5.443 5z' fill='%23fff'/%3E%3C/svg%3E")
    }
}

@media screen and (-ms-high-contrast: black-on-white) {
    .glyph_text {
        clip: rect(1px, 1px, 1px, 1px);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        width: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute
    }

    .mectrl_signIn_circle_glyph {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' stroke='%23707070'%3E%3Cg class='mectrl_stroke' stroke-width='1.9' fill='none'%3E%3Ccircle cx='32' cy='32' r='30.25'/%3E%3Cg transform='matrix(1.1 0 0 1.1 8.8 5.61)'%3E%3Ccircle class='mectrl_stroke' cx='20' cy='16' r='7'/%3E%3Cpath class='mectrl_stroke' d='M30 35h10m-5-5v10M30.833 32.09A11 11 0 009 34'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }

    .glyph_aadAccount_circle {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='%23707070' stroke='%23707070'%3E%3Ccircle class='mectrl_stroke' cx='32' cy='32' r='30.25' stroke-width='1.5' fill='none'/%3E%3Cg class='mectrl_stroke' fill='none' stroke-width='2.5' transform='matrix(.9 0 0 .9 10.4 10.4)'%3E%3Crect x='13.3' y='12.3' width='21.4' height='28.5' rx='.6' ry='.6'/%3E%3Ccircle cy='25.4' cx='24' r='3.6'/%3E%3Cpath d='M18 35a1 1 0 1112 0'/%3E%3C/g%3E%3Cg class='mectrl_fill' stroke='none'%3E%3Cpath d='M36.68 14h2.34l-3.24 6.75h-2.43zM24.89 14h2.43l5.58 11.25a1.046 1.046 0 01-1.791 1.08l-.549-1.08z'/%3E%3C/g%3E%3C/svg%3E")
    }

    .glyph_account_circle {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' stroke='%23707070'%3E%3Cg class='mectrl_stroke' fill='none'%3E%3Ccircle cx='32' cy='32' r='30.25' stroke-width='1.5'/%3E%3Cg transform='matrix(.9 0 0 .9 10.431 10.431)' stroke-width='2'%3E%3Ccircle cx='24.25' cy='18' r='9'/%3E%3Cpath d='M11.2 40a1 1 0 1126.1 0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }

    .glyph_msft {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='108' height='23'%3E%3Cpath d='M44.836 4.6v13.8h-2.4V7.583H42.4L38.119 18.4h-1.588L32.142 7.583h-.028V18.4H29.9V4.6h3.436L37.3 14.83h.057L41.545 4.6zm2 1.049a1.268 1.268 0 01.419-.967 1.411 1.411 0 011-.39 1.392 1.392 0 011.02.4 1.3 1.3 0 01.405.957 1.249 1.249 0 01-.414.953 1.428 1.428 0 01-1.011.385A1.4 1.4 0 0147.25 6.6a1.263 1.263 0 01-.41-.949M49.41 18.4h-2.329V8.507h2.329zm7.064-1.694a3.225 3.225 0 001.145-.24 4.808 4.808 0 001.155-.636V18a4.659 4.659 0 01-1.266.481 6.9 6.9 0 01-1.554.163 4.707 4.707 0 01-4.918-4.907 5.644 5.644 0 011.4-3.932 5.054 5.054 0 013.955-1.545 5.42 5.42 0 011.324.169 4.4 4.4 0 011.063.39v2.232a4.73 4.73 0 00-1.1-.611 3.187 3.187 0 00-1.15-.217 2.918 2.918 0 00-2.223.9 3.366 3.366 0 00-.847 2.415 3.217 3.217 0 00.813 2.339 2.938 2.938 0 002.209.837m8.931-8.363a2.892 2.892 0 01.5.039 2.025 2.025 0 01.376.1v2.357a2.075 2.075 0 00-.535-.255 2.649 2.649 0 00-.851-.12 1.811 1.811 0 00-1.449.722 3.47 3.47 0 00-.592 2.223V18.4h-2.335V8.507h2.329v1.559h.039a2.731 2.731 0 01.962-1.266 2.615 2.615 0 011.55-.457m1 5.254a5.355 5.355 0 011.387-3.887 5.1 5.1 0 013.85-1.434 4.741 4.741 0 013.623 1.381 5.208 5.208 0 011.3 3.729 5.259 5.259 0 01-1.385 3.83 5.02 5.02 0 01-3.773 1.424 4.931 4.931 0 01-3.652-1.352 4.984 4.984 0 01-1.349-3.688m2.426-.076a3.53 3.53 0 00.7 2.367 2.5 2.5 0 002.011.818 2.344 2.344 0 001.934-.818 3.78 3.78 0 00.664-2.425 3.649 3.649 0 00-.688-2.411 2.39 2.39 0 00-1.929-.813 2.441 2.441 0 00-1.988.852 3.707 3.707 0 00-.707 2.43m11.2-2.416a1 1 0 00.317.785 5.431 5.431 0 001.405.716 4.768 4.768 0 011.959 1.256 2.608 2.608 0 01.563 1.689 2.718 2.718 0 01-1.073 2.243 4.565 4.565 0 01-2.9.846 6.962 6.962 0 01-1.362-.149 6.036 6.036 0 01-1.265-.38v-2.29a5.74 5.74 0 001.367.7 4.009 4.009 0 001.328.26 2.37 2.37 0 001.164-.221.792.792 0 00.375-.741 1.027 1.027 0 00-.389-.813 5.772 5.772 0 00-1.478-.766 4.56 4.56 0 01-1.828-1.212 2.657 2.657 0 01-.539-1.713 2.706 2.706 0 011.063-2.2 4.245 4.245 0 012.764-.862 6.669 6.669 0 011.164.116 5.131 5.131 0 011.078.3v2.214a4.943 4.943 0 00-1.078-.53 3.61 3.61 0 00-1.222-.221 1.776 1.776 0 00-1.035.26.822.822 0 00-.37.712m5.241 2.493a5.355 5.355 0 011.386-3.89 5.1 5.1 0 013.85-1.434 4.741 4.741 0 013.623 1.381 5.208 5.208 0 011.3 3.729 5.259 5.259 0 01-1.385 3.83 5.02 5.02 0 01-3.773 1.424 4.931 4.931 0 01-3.652-1.352 4.984 4.984 0 01-1.349-3.688m2.426-.076a3.535 3.535 0 00.7 2.367 2.506 2.506 0 002.012.818 2.344 2.344 0 001.934-.818 3.78 3.78 0 00.664-2.425 3.649 3.649 0 00-.688-2.411 2.391 2.391 0 00-1.93-.813 2.44 2.44 0 00-1.987.852 3.707 3.707 0 00-.707 2.43m15.464-3.109H99.7V18.4h-2.359v-7.988h-1.655V8.507h1.655V7.13a3.425 3.425 0 011.016-2.555 3.56 3.56 0 012.6-1 5.949 5.949 0 01.751.043 3.025 3.025 0 01.577.13v2.016a2.381 2.381 0 00-.4-.164 2.106 2.106 0 00-.664-.1 1.405 1.405 0 00-1.126.457 2.015 2.015 0 00-.395 1.356v1.194h3.469V6.283l2.338-.712v2.936h2.358v1.905h-2.358v4.629a1.954 1.954 0 00.332 1.29 1.329 1.329 0 001.045.375 1.569 1.569 0 00.486-.1 2.271 2.271 0 00.5-.231V18.3a2.765 2.765 0 01-.736.231 5.072 5.072 0 01-1.015.105 2.889 2.889 0 01-2.209-.784 3.341 3.341 0 01-.736-2.363z' fill='%23737373'/%3E%3Cpath fill='%23f25022' d='M0 0h10.931v10.931H0z'/%3E%3Cpath fill='%237fba00' d='M12.069 0H23v10.931H12.069z'/%3E%3Cpath fill='%2300a4ef' d='M0 12.069h10.931V23H0z'/%3E%3Cpath fill='%23ffb900' d='M12.069 12.069H23V23H12.069z'/%3E%3C/svg%3E")
    }

    .glyph_more {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23707070'%3E%3Cg class='mectrl_fill'%3E%3Ccircle r='2' cx='12' cy='24'/%3E%3Ccircle r='2' cx='24' cy='24'/%3E%3Ccircle r='2' cx='36' cy='24'/%3E%3C/g%3E%3C/svg%3E")
    }

    .glyph_more:active, .glyph_more:hover {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23707070'%3E%3Cg class='mectrl_fill'%3E%3Ccircle r='2' cx='12' cy='24'/%3E%3Ccircle r='2' cx='24' cy='24'/%3E%3Ccircle r='2' cx='36' cy='24'/%3E%3C/g%3E%3C/svg%3E")
    }

    .glyph_chevron {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 3 16 10' fill='%23231F20'%3E%3Cg class='mectrl_fill'%3E%3Cpath d='M15.284 3.642l.716.716-8 8-8-8 .716-.716L8 10.926z'/%3E%3C/g%3E%3C/svg%3E")
    }

    .glyph_authApp_icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 5a18.454 18.454 0 016 1v1c0 .984-.143 1.935-.43 2.852-.286.916-.69 1.768-1.21 2.554A9.725 9.725 0 016 16a9.595 9.595 0 01-2.46-1.484 9.65 9.65 0 01-1.892-2.102A10.245 10.245 0 01.43 9.867 9.113 9.113 0 010 7.023c0-.067.005-.145.016-.234l.03-.273c.011-.094.024-.185.04-.274A7.54 7.54 0 00.125 6c.964-.333 1.93-.583 2.898-.75C3.993 5.083 4.984 5 6 5zm2 7v-.25c0-.213-.031-.42-.094-.617a1.818 1.818 0 00-.28-.547 2.283 2.283 0 00-.43-.438 1.812 1.812 0 00-.555-.289c.265-.125.474-.31.625-.554.15-.245.229-.513.234-.805a1.505 1.505 0 00-.914-1.383A1.471 1.471 0 006 7a1.505 1.505 0 00-1.383.914A1.472 1.472 0 004.5 8.5c0 .292.076.56.227.805.15.244.362.43.632.554a1.94 1.94 0 00-.554.29c-.167.124-.31.27-.43.437-.12.167-.21.349-.273.547A2.219 2.219 0 004 11.75V12h4zM6 1.5c-.344 0-.667.065-.969.195-.302.13-.567.308-.797.532A2.477 2.477 0 003.5 4L2 4.25V4a3.948 3.948 0 011.172-2.82C3.537.82 3.96.534 4.445.32A3.81 3.81 0 016 0a3.948 3.948 0 012.82 1.172c.36.364.646.789.86 1.273A3.81 3.81 0 0110 4v.25L8.5 4c0-.344-.065-.667-.195-.969a2.603 2.603 0 00-.532-.797A2.477 2.477 0 006 1.5z' fill='%23000'/%3E%3C/svg%3E")
    }

    .glyph_authApp_close {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.453 5L10 9.552 9.552 10 5 5.453.448 10 0 9.552 4.547 5 0 .448.448 0 5 4.547 9.552 0 10 .448 5.453 5z' fill='%23323130'/%3E%3C/svg%3E")
    }
}

.mectrl_theme_azure_hcdark .glyph_msft {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='108' height='23'%3E%3Cpath d='M44.836 4.6v13.8h-2.4V7.583H42.4L38.119 18.4h-1.588L32.142 7.583h-.028V18.4H29.9V4.6h3.436L37.3 14.83h.057L41.545 4.6zm2 1.049a1.268 1.268 0 01.419-.967 1.411 1.411 0 011-.39 1.392 1.392 0 011.02.4 1.3 1.3 0 01.405.957 1.249 1.249 0 01-.414.953 1.428 1.428 0 01-1.011.385A1.4 1.4 0 0147.25 6.6a1.263 1.263 0 01-.41-.949M49.41 18.4h-2.329V8.507h2.329zm7.064-1.694a3.225 3.225 0 001.145-.24 4.808 4.808 0 001.155-.636V18a4.659 4.659 0 01-1.266.481 6.9 6.9 0 01-1.554.163 4.707 4.707 0 01-4.918-4.907 5.644 5.644 0 011.4-3.932 5.054 5.054 0 013.955-1.545 5.42 5.42 0 011.324.169 4.4 4.4 0 011.063.39v2.232a4.73 4.73 0 00-1.1-.611 3.187 3.187 0 00-1.15-.217 2.918 2.918 0 00-2.223.9 3.366 3.366 0 00-.847 2.415 3.217 3.217 0 00.813 2.339 2.938 2.938 0 002.209.837m8.931-8.363a2.892 2.892 0 01.5.039 2.025 2.025 0 01.376.1v2.357a2.075 2.075 0 00-.535-.255 2.649 2.649 0 00-.851-.12 1.811 1.811 0 00-1.449.722 3.47 3.47 0 00-.592 2.223V18.4h-2.335V8.507h2.329v1.559h.039a2.731 2.731 0 01.962-1.266 2.615 2.615 0 011.55-.457m1 5.254a5.355 5.355 0 011.387-3.887 5.1 5.1 0 013.85-1.434 4.741 4.741 0 013.623 1.381 5.208 5.208 0 011.3 3.729 5.259 5.259 0 01-1.385 3.83 5.02 5.02 0 01-3.773 1.424 4.931 4.931 0 01-3.652-1.352 4.984 4.984 0 01-1.349-3.688m2.426-.076a3.53 3.53 0 00.7 2.367 2.5 2.5 0 002.011.818 2.344 2.344 0 001.934-.818 3.78 3.78 0 00.664-2.425 3.649 3.649 0 00-.688-2.411 2.39 2.39 0 00-1.929-.813 2.441 2.441 0 00-1.988.852 3.707 3.707 0 00-.707 2.43m11.2-2.416a1 1 0 00.317.785 5.431 5.431 0 001.405.716 4.768 4.768 0 011.959 1.256 2.608 2.608 0 01.563 1.689 2.718 2.718 0 01-1.073 2.243 4.565 4.565 0 01-2.9.846 6.962 6.962 0 01-1.362-.149 6.036 6.036 0 01-1.265-.38v-2.29a5.74 5.74 0 001.367.7 4.009 4.009 0 001.328.26 2.37 2.37 0 001.164-.221.792.792 0 00.375-.741 1.027 1.027 0 00-.389-.813 5.772 5.772 0 00-1.478-.766 4.56 4.56 0 01-1.828-1.212 2.657 2.657 0 01-.539-1.713 2.706 2.706 0 011.063-2.2 4.245 4.245 0 012.764-.862 6.669 6.669 0 011.164.116 5.131 5.131 0 011.078.3v2.214a4.943 4.943 0 00-1.078-.53 3.61 3.61 0 00-1.222-.221 1.776 1.776 0 00-1.035.26.822.822 0 00-.37.712m5.241 2.493a5.355 5.355 0 011.386-3.89 5.1 5.1 0 013.85-1.434 4.741 4.741 0 013.623 1.381 5.208 5.208 0 011.3 3.729 5.259 5.259 0 01-1.385 3.83 5.02 5.02 0 01-3.773 1.424 4.931 4.931 0 01-3.652-1.352 4.984 4.984 0 01-1.349-3.688m2.426-.076a3.535 3.535 0 00.7 2.367 2.506 2.506 0 002.012.818 2.344 2.344 0 001.934-.818 3.78 3.78 0 00.664-2.425 3.649 3.649 0 00-.688-2.411 2.391 2.391 0 00-1.93-.813 2.44 2.44 0 00-1.987.852 3.707 3.707 0 00-.707 2.43m15.464-3.109H99.7V18.4h-2.359v-7.988h-1.655V8.507h1.655V7.13a3.425 3.425 0 011.016-2.555 3.56 3.56 0 012.6-1 5.949 5.949 0 01.751.043 3.025 3.025 0 01.577.13v2.016a2.381 2.381 0 00-.4-.164 2.106 2.106 0 00-.664-.1 1.405 1.405 0 00-1.126.457 2.015 2.015 0 00-.395 1.356v1.194h3.469V6.283l2.338-.712v2.936h2.358v1.905h-2.358v4.629a1.954 1.954 0 00.332 1.29 1.329 1.329 0 001.045.375 1.569 1.569 0 00.486-.1 2.271 2.271 0 00.5-.231V18.3a2.765 2.765 0 01-.736.231 5.072 5.072 0 01-1.015.105 2.889 2.889 0 01-2.209-.784 3.341 3.341 0 01-.736-2.363z' fill='%23fff'/%3E%3Cpath fill='%23f25022' d='M0 0h10.931v10.931H0z'/%3E%3Cpath fill='%237fba00' d='M12.069 0H23v10.931H12.069z'/%3E%3Cpath fill='%2300a4ef' d='M0 12.069h10.931V23H0z'/%3E%3Cpath fill='%23ffb900' d='M12.069 12.069H23V23H12.069z'/%3E%3C/svg%3E")
}

.mectrl_theme_azure_hcdark .mectrl_signIn_circle_glyph {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' stroke='%23fff'%3E%3Cg class='mectrl_stroke' stroke-width='1.9' fill='none'%3E%3Ccircle cx='32' cy='32' r='30.25'/%3E%3Cg transform='matrix(1.1 0 0 1.1 8.8 5.61)'%3E%3Ccircle class='mectrl_stroke' cx='20' cy='16' r='7'/%3E%3Cpath class='mectrl_stroke' d='M30 35h10m-5-5v10M30.833 32.09A11 11 0 009 34'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.mectrl_theme_azure_hcdark .glyph_aadAccount_circle {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='%23fff' stroke='%23fff'%3E%3Ccircle class='mectrl_stroke' cx='32' cy='32' r='30.25' stroke-width='1.5' fill='none'/%3E%3Cg class='mectrl_stroke' fill='none' stroke-width='2.5' transform='matrix(.9 0 0 .9 10.4 10.4)'%3E%3Crect x='13.3' y='12.3' width='21.4' height='28.5' rx='.6' ry='.6'/%3E%3Ccircle cy='25.4' cx='24' r='3.6'/%3E%3Cpath d='M18 35a1 1 0 1112 0'/%3E%3C/g%3E%3Cg class='mectrl_fill' stroke='none'%3E%3Cpath d='M36.68 14h2.34l-3.24 6.75h-2.43zM24.89 14h2.43l5.58 11.25a1.046 1.046 0 01-1.791 1.08l-.549-1.08z'/%3E%3C/g%3E%3C/svg%3E")
}

.mectrl_theme_azure_hcdark .glyph_account_circle {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' stroke='%23fff'%3E%3Cg class='mectrl_stroke' fill='none'%3E%3Ccircle cx='32' cy='32' r='30.25' stroke-width='1.5'/%3E%3Cg transform='matrix(.9 0 0 .9 10.431 10.431)' stroke-width='2'%3E%3Ccircle cx='24.25' cy='18' r='9'/%3E%3Cpath d='M11.2 40a1 1 0 1126.1 0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.mectrl_theme_azure_hcdark .glyph_more {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23fff'%3E%3Cg class='mectrl_fill'%3E%3Ccircle r='2' cx='12' cy='24'/%3E%3Ccircle r='2' cx='24' cy='24'/%3E%3Ccircle r='2' cx='36' cy='24'/%3E%3C/g%3E%3C/svg%3E")
}

.mectrl_theme_azure_hcdark .glyph_more:active, .mectrl_theme_azure_hcdark .glyph_more:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23707070'%3E%3Cg class='mectrl_fill'%3E%3Ccircle r='2' cx='12' cy='24'/%3E%3Ccircle r='2' cx='24' cy='24'/%3E%3Ccircle r='2' cx='36' cy='24'/%3E%3C/g%3E%3C/svg%3E")
}

.mectrl_theme_azure_hcdark .glyph_chevron {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 3 16 10' fill='%23fff'%3E%3Cg class='mectrl_fill'%3E%3Cpath d='M15.284 3.642l.716.716-8 8-8-8 .716-.716L8 10.926z'/%3E%3C/g%3E%3C/svg%3E")
}

.mectrl_theme_azure_hcdark .glyph_authApp_icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 5a18.454 18.454 0 016 1v1c0 .984-.143 1.935-.43 2.852a10.01 10.01 0 01-1.21 2.554A9.724 9.724 0 016 16a9.595 9.595 0 01-2.46-1.484 9.65 9.65 0 01-1.892-2.102A10.245 10.245 0 01.43 9.867 9.113 9.113 0 010 7.023c0-.067.005-.145.016-.234l.03-.273c.011-.094.024-.185.04-.274A7.54 7.54 0 00.125 6c.964-.333 1.93-.583 2.898-.75C3.993 5.083 4.984 5 6 5zm2 7v-.25c0-.213-.031-.42-.094-.617a1.818 1.818 0 00-.281-.547 2.283 2.283 0 00-.43-.438 1.812 1.812 0 00-.554-.289c.265-.125.474-.31.625-.554.15-.245.229-.513.234-.805a1.505 1.505 0 00-.914-1.383A1.472 1.472 0 006 7a1.505 1.505 0 00-1.383.914A1.472 1.472 0 004.5 8.5c0 .292.076.56.227.805.15.244.362.43.632.554a1.94 1.94 0 00-.554.29c-.167.124-.31.27-.43.437-.12.167-.21.349-.273.547A2.22 2.22 0 004 11.75V12h4zM6 1.5c-.344 0-.667.065-.969.195-.302.13-.567.308-.797.532A2.477 2.477 0 003.5 4L2 4.25V4a3.948 3.948 0 011.172-2.82C3.537.82 3.96.534 4.445.32A3.81 3.81 0 016 0a3.948 3.948 0 012.82 1.172c.36.364.646.789.86 1.273A3.81 3.81 0 0110 4v.25L8.5 4c0-.344-.065-.667-.195-.969a2.603 2.603 0 00-.532-.797A2.477 2.477 0 006 1.5z' fill='%23fff'/%3E%3C/svg%3E")
}

.mectrl_theme_azure_hcdark .glyph_authApp_close {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.444 5l4.463 4.468-.44.44L5 5.443.532 9.907l-.44-.44L4.557 5 .093.532l.44-.44L5 4.557 9.468.093l.44.44L5.443 5z' fill='%23fff'/%3E%3C/svg%3E")
}

.mectrl_theme_azure_hcdark .mectrl_accountItem:hover .glyph_account_circle, .mectrl_theme_azure_hcdark.mectrl_focus_visible .primaryAction:focus .glyph_account_circle {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' stroke='%23707070'%3E%3Cg class='mectrl_stroke' fill='none'%3E%3Ccircle cx='32' cy='32' r='30.25' stroke-width='1.5'/%3E%3Cg transform='matrix(.9 0 0 .9 10.431 10.431)' stroke-width='2'%3E%3Ccircle cx='24.25' cy='18' r='9'/%3E%3Cpath d='M11.2 40a1 1 0 1126.1 0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.mectrl_theme_azure_hcdark .mectrl_accountItem:hover .glyph_aadAccount_circle, .mectrl_theme_azure_hcdark.mectrl_focus_visible .primaryAction:focus .glyph_aadAccount_circle {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='%23707070' stroke='%23707070'%3E%3Ccircle class='mectrl_stroke' cx='32' cy='32' r='30.25' stroke-width='1.5' fill='none'/%3E%3Cg class='mectrl_stroke' fill='none' stroke-width='2.5' transform='matrix(.9 0 0 .9 10.4 10.4)'%3E%3Crect x='13.3' y='12.3' width='21.4' height='28.5' rx='.6' ry='.6'/%3E%3Ccircle cy='25.4' cx='24' r='3.6'/%3E%3Cpath d='M18 35a1 1 0 1112 0'/%3E%3C/g%3E%3Cg class='mectrl_fill' stroke='none'%3E%3Cpath d='M36.68 14h2.34l-3.24 6.75h-2.43zM24.89 14h2.43l5.58 11.25a1.046 1.046 0 01-1.791 1.08l-.549-1.08z'/%3E%3C/g%3E%3C/svg%3E")
}

.mectrl_theme_azure_hcdark .mectrl_accountItem:hover .mectrl_profilepic_initials, .mectrl_theme_azure_hcdark.mectrl_focus_visible .primaryAction:focus .mectrl_profilepic_initials {
    border-color: #707070;
    color: #707070
}

.mectrl_theme_azure_hcdark .mectrl_accountItem:hover .mectrl_signIn_circle_glyph, .mectrl_theme_azure_hcdark.mectrl_focus_visible .primaryAction:focus .mectrl_signIn_circle_glyph {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' stroke='%23707070'%3E%3Cg class='mectrl_stroke' stroke-width='1.9' fill='none'%3E%3Ccircle cx='32' cy='32' r='30.25'/%3E%3Cg transform='matrix(1.1 0 0 1.1 8.8 5.61)'%3E%3Ccircle class='mectrl_stroke' cx='20' cy='16' r='7'/%3E%3Cpath class='mectrl_stroke' d='M30 35h10m-5-5v10M30.833 32.09A11 11 0 009 34'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.mectrl_theme_azure_hcdark .mectrl_trigger:focus .glyph_more, .mectrl_theme_azure_hcdark .mectrl_trigger:hover .glyph_more {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23707070'%3E%3Cg class='mectrl_fill'%3E%3Ccircle r='2' cx='12' cy='24'/%3E%3Ccircle r='2' cx='24' cy='24'/%3E%3Ccircle r='2' cx='36' cy='24'/%3E%3C/g%3E%3C/svg%3E")
}

.mectrl_theme_azure_hclight .glyph_text {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute
}

.mectrl_theme_azure_hclight .mectrl_signIn_circle_glyph {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' stroke='%23707070'%3E%3Cg class='mectrl_stroke' stroke-width='1.9' fill='none'%3E%3Ccircle cx='32' cy='32' r='30.25'/%3E%3Cg transform='matrix(1.1 0 0 1.1 8.8 5.61)'%3E%3Ccircle class='mectrl_stroke' cx='20' cy='16' r='7'/%3E%3Cpath class='mectrl_stroke' d='M30 35h10m-5-5v10M30.833 32.09A11 11 0 009 34'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.mectrl_theme_azure_hclight .glyph_aadAccount_circle {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='%23707070' stroke='%23707070'%3E%3Ccircle class='mectrl_stroke' cx='32' cy='32' r='30.25' stroke-width='1.5' fill='none'/%3E%3Cg class='mectrl_stroke' fill='none' stroke-width='2.5' transform='matrix(.9 0 0 .9 10.4 10.4)'%3E%3Crect x='13.3' y='12.3' width='21.4' height='28.5' rx='.6' ry='.6'/%3E%3Ccircle cy='25.4' cx='24' r='3.6'/%3E%3Cpath d='M18 35a1 1 0 1112 0'/%3E%3C/g%3E%3Cg class='mectrl_fill' stroke='none'%3E%3Cpath d='M36.68 14h2.34l-3.24 6.75h-2.43zM24.89 14h2.43l5.58 11.25a1.046 1.046 0 01-1.791 1.08l-.549-1.08z'/%3E%3C/g%3E%3C/svg%3E")
}

.mectrl_theme_azure_hclight .glyph_account_circle {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' stroke='%23707070'%3E%3Cg class='mectrl_stroke' fill='none'%3E%3Ccircle cx='32' cy='32' r='30.25' stroke-width='1.5'/%3E%3Cg transform='matrix(.9 0 0 .9 10.431 10.431)' stroke-width='2'%3E%3Ccircle cx='24.25' cy='18' r='9'/%3E%3Cpath d='M11.2 40a1 1 0 1126.1 0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.mectrl_theme_azure_hclight .glyph_msft {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='108' height='23'%3E%3Cpath d='M44.836 4.6v13.8h-2.4V7.583H42.4L38.119 18.4h-1.588L32.142 7.583h-.028V18.4H29.9V4.6h3.436L37.3 14.83h.057L41.545 4.6zm2 1.049a1.268 1.268 0 01.419-.967 1.411 1.411 0 011-.39 1.392 1.392 0 011.02.4 1.3 1.3 0 01.405.957 1.249 1.249 0 01-.414.953 1.428 1.428 0 01-1.011.385A1.4 1.4 0 0147.25 6.6a1.263 1.263 0 01-.41-.949M49.41 18.4h-2.329V8.507h2.329zm7.064-1.694a3.225 3.225 0 001.145-.24 4.808 4.808 0 001.155-.636V18a4.659 4.659 0 01-1.266.481 6.9 6.9 0 01-1.554.163 4.707 4.707 0 01-4.918-4.907 5.644 5.644 0 011.4-3.932 5.054 5.054 0 013.955-1.545 5.42 5.42 0 011.324.169 4.4 4.4 0 011.063.39v2.232a4.73 4.73 0 00-1.1-.611 3.187 3.187 0 00-1.15-.217 2.918 2.918 0 00-2.223.9 3.366 3.366 0 00-.847 2.415 3.217 3.217 0 00.813 2.339 2.938 2.938 0 002.209.837m8.931-8.363a2.892 2.892 0 01.5.039 2.025 2.025 0 01.376.1v2.357a2.075 2.075 0 00-.535-.255 2.649 2.649 0 00-.851-.12 1.811 1.811 0 00-1.449.722 3.47 3.47 0 00-.592 2.223V18.4h-2.335V8.507h2.329v1.559h.039a2.731 2.731 0 01.962-1.266 2.615 2.615 0 011.55-.457m1 5.254a5.355 5.355 0 011.387-3.887 5.1 5.1 0 013.85-1.434 4.741 4.741 0 013.623 1.381 5.208 5.208 0 011.3 3.729 5.259 5.259 0 01-1.385 3.83 5.02 5.02 0 01-3.773 1.424 4.931 4.931 0 01-3.652-1.352 4.984 4.984 0 01-1.349-3.688m2.426-.076a3.53 3.53 0 00.7 2.367 2.5 2.5 0 002.011.818 2.344 2.344 0 001.934-.818 3.78 3.78 0 00.664-2.425 3.649 3.649 0 00-.688-2.411 2.39 2.39 0 00-1.929-.813 2.441 2.441 0 00-1.988.852 3.707 3.707 0 00-.707 2.43m11.2-2.416a1 1 0 00.317.785 5.431 5.431 0 001.405.716 4.768 4.768 0 011.959 1.256 2.608 2.608 0 01.563 1.689 2.718 2.718 0 01-1.073 2.243 4.565 4.565 0 01-2.9.846 6.962 6.962 0 01-1.362-.149 6.036 6.036 0 01-1.265-.38v-2.29a5.74 5.74 0 001.367.7 4.009 4.009 0 001.328.26 2.37 2.37 0 001.164-.221.792.792 0 00.375-.741 1.027 1.027 0 00-.389-.813 5.772 5.772 0 00-1.478-.766 4.56 4.56 0 01-1.828-1.212 2.657 2.657 0 01-.539-1.713 2.706 2.706 0 011.063-2.2 4.245 4.245 0 012.764-.862 6.669 6.669 0 011.164.116 5.131 5.131 0 011.078.3v2.214a4.943 4.943 0 00-1.078-.53 3.61 3.61 0 00-1.222-.221 1.776 1.776 0 00-1.035.26.822.822 0 00-.37.712m5.241 2.493a5.355 5.355 0 011.386-3.89 5.1 5.1 0 013.85-1.434 4.741 4.741 0 013.623 1.381 5.208 5.208 0 011.3 3.729 5.259 5.259 0 01-1.385 3.83 5.02 5.02 0 01-3.773 1.424 4.931 4.931 0 01-3.652-1.352 4.984 4.984 0 01-1.349-3.688m2.426-.076a3.535 3.535 0 00.7 2.367 2.506 2.506 0 002.012.818 2.344 2.344 0 001.934-.818 3.78 3.78 0 00.664-2.425 3.649 3.649 0 00-.688-2.411 2.391 2.391 0 00-1.93-.813 2.44 2.44 0 00-1.987.852 3.707 3.707 0 00-.707 2.43m15.464-3.109H99.7V18.4h-2.359v-7.988h-1.655V8.507h1.655V7.13a3.425 3.425 0 011.016-2.555 3.56 3.56 0 012.6-1 5.949 5.949 0 01.751.043 3.025 3.025 0 01.577.13v2.016a2.381 2.381 0 00-.4-.164 2.106 2.106 0 00-.664-.1 1.405 1.405 0 00-1.126.457 2.015 2.015 0 00-.395 1.356v1.194h3.469V6.283l2.338-.712v2.936h2.358v1.905h-2.358v4.629a1.954 1.954 0 00.332 1.29 1.329 1.329 0 001.045.375 1.569 1.569 0 00.486-.1 2.271 2.271 0 00.5-.231V18.3a2.765 2.765 0 01-.736.231 5.072 5.072 0 01-1.015.105 2.889 2.889 0 01-2.209-.784 3.341 3.341 0 01-.736-2.363z' fill='%23737373'/%3E%3Cpath fill='%23f25022' d='M0 0h10.931v10.931H0z'/%3E%3Cpath fill='%237fba00' d='M12.069 0H23v10.931H12.069z'/%3E%3Cpath fill='%2300a4ef' d='M0 12.069h10.931V23H0z'/%3E%3Cpath fill='%23ffb900' d='M12.069 12.069H23V23H12.069z'/%3E%3C/svg%3E")
}

.mectrl_theme_azure_hclight .glyph_more {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23707070'%3E%3Cg class='mectrl_fill'%3E%3Ccircle r='2' cx='12' cy='24'/%3E%3Ccircle r='2' cx='24' cy='24'/%3E%3Ccircle r='2' cx='36' cy='24'/%3E%3C/g%3E%3C/svg%3E")
}

.mectrl_theme_azure_hclight .glyph_more:active, .mectrl_theme_azure_hclight .glyph_more:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23fff'%3E%3Cg class='mectrl_fill'%3E%3Ccircle r='2' cx='12' cy='24'/%3E%3Ccircle r='2' cx='24' cy='24'/%3E%3Ccircle r='2' cx='36' cy='24'/%3E%3C/g%3E%3C/svg%3E")
}

.mectrl_theme_azure_hclight .glyph_chevron {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 3 16 10' fill='%23231F20'%3E%3Cg class='mectrl_fill'%3E%3Cpath d='M15.284 3.642l.716.716-8 8-8-8 .716-.716L8 10.926z'/%3E%3C/g%3E%3C/svg%3E")
}

.mectrl_theme_azure_hclight .glyph_authApp_icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 5a18.454 18.454 0 016 1v1c0 .984-.143 1.935-.43 2.852-.286.916-.69 1.768-1.21 2.554A9.725 9.725 0 016 16a9.595 9.595 0 01-2.46-1.484 9.65 9.65 0 01-1.892-2.102A10.245 10.245 0 01.43 9.867 9.113 9.113 0 010 7.023c0-.067.005-.145.016-.234l.03-.273c.011-.094.024-.185.04-.274A7.54 7.54 0 00.125 6c.964-.333 1.93-.583 2.898-.75C3.993 5.083 4.984 5 6 5zm2 7v-.25c0-.213-.031-.42-.094-.617a1.818 1.818 0 00-.28-.547 2.283 2.283 0 00-.43-.438 1.812 1.812 0 00-.555-.289c.265-.125.474-.31.625-.554.15-.245.229-.513.234-.805a1.505 1.505 0 00-.914-1.383A1.471 1.471 0 006 7a1.505 1.505 0 00-1.383.914A1.472 1.472 0 004.5 8.5c0 .292.076.56.227.805.15.244.362.43.632.554a1.94 1.94 0 00-.554.29c-.167.124-.31.27-.43.437-.12.167-.21.349-.273.547A2.219 2.219 0 004 11.75V12h4zM6 1.5c-.344 0-.667.065-.969.195-.302.13-.567.308-.797.532A2.477 2.477 0 003.5 4L2 4.25V4a3.948 3.948 0 011.172-2.82C3.537.82 3.96.534 4.445.32A3.81 3.81 0 016 0a3.948 3.948 0 012.82 1.172c.36.364.646.789.86 1.273A3.81 3.81 0 0110 4v.25L8.5 4c0-.344-.065-.667-.195-.969a2.603 2.603 0 00-.532-.797A2.477 2.477 0 006 1.5z' fill='%23000'/%3E%3C/svg%3E")
}

.mectrl_theme_azure_hclight .glyph_authApp_close {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.453 5L10 9.552 9.552 10 5 5.453.448 10 0 9.552 4.547 5 0 .448.448 0 5 4.547 9.552 0 10 .448 5.453 5z' fill='%23323130'/%3E%3C/svg%3E")
}

.mectrl_theme_azure_hclight .mectrl_accountItem:hover .glyph_account_circle, .mectrl_theme_azure_hclight.mectrl_focus_visible .primaryAction:focus .glyph_account_circle {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' stroke='%23fff'%3E%3Cg class='mectrl_stroke' fill='none'%3E%3Ccircle cx='32' cy='32' r='30.25' stroke-width='1.5'/%3E%3Cg transform='matrix(.9 0 0 .9 10.431 10.431)' stroke-width='2'%3E%3Ccircle cx='24.25' cy='18' r='9'/%3E%3Cpath d='M11.2 40a1 1 0 1126.1 0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.mectrl_theme_azure_hclight .mectrl_accountItem:hover .glyph_aadAccount_circle, .mectrl_theme_azure_hclight.mectrl_focus_visible .primaryAction:focus .glyph_aadAccount_circle {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='%23fff' stroke='%23fff'%3E%3Ccircle class='mectrl_stroke' cx='32' cy='32' r='30.25' stroke-width='1.5' fill='none'/%3E%3Cg class='mectrl_stroke' fill='none' stroke-width='2.5' transform='matrix(.9 0 0 .9 10.4 10.4)'%3E%3Crect x='13.3' y='12.3' width='21.4' height='28.5' rx='.6' ry='.6'/%3E%3Ccircle cy='25.4' cx='24' r='3.6'/%3E%3Cpath d='M18 35a1 1 0 1112 0'/%3E%3C/g%3E%3Cg class='mectrl_fill' stroke='none'%3E%3Cpath d='M36.68 14h2.34l-3.24 6.75h-2.43zM24.89 14h2.43l5.58 11.25a1.046 1.046 0 01-1.791 1.08l-.549-1.08z'/%3E%3C/g%3E%3C/svg%3E")
}

.mectrl_theme_azure_hclight .mectrl_accountItem:hover .mectrl_profilepic_initials, .mectrl_theme_azure_hclight.mectrl_focus_visible .primaryAction:focus .mectrl_profilepic_initials {
    border-color: #fff;
    color: #fff
}

.mectrl_theme_azure_hclight .mectrl_accountItem:hover .mectrl_signIn_circle_glyph, .mectrl_theme_azure_hclight.mectrl_focus_visible .primaryAction:focus .mectrl_signIn_circle_glyph {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' stroke='%23fff'%3E%3Cg class='mectrl_stroke' stroke-width='1.9' fill='none'%3E%3Ccircle cx='32' cy='32' r='30.25'/%3E%3Cg transform='matrix(1.1 0 0 1.1 8.8 5.61)'%3E%3Ccircle class='mectrl_stroke' cx='20' cy='16' r='7'/%3E%3Cpath class='mectrl_stroke' d='M30 35h10m-5-5v10M30.833 32.09A11 11 0 009 34'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.mectrl_theme_azure_hclight .mectrl_trigger:focus .glyph_more, .mectrl_theme_azure_hclight .mectrl_trigger:hover .glyph_more {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23fff'%3E%3Cg class='mectrl_fill'%3E%3Ccircle r='2' cx='12' cy='24'/%3E%3Ccircle r='2' cx='24' cy='24'/%3E%3Ccircle r='2' cx='36' cy='24'/%3E%3C/g%3E%3C/svg%3E")
}

.mectrl_profilepic {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.mectrl_profilepic_initials {
    border: 1px solid #777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#mectrl_currentAccount_picture .mectrl_profilepic_initials {
    font-size: 32px
}

.mectrl_profilepic_initials.mectrl_initials {
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    border-radius: 50%
}

.c-uhfh > .theme-dark .c-me .mectrl_profilepic_initials, .mectrl_theme_azure_hcdark .mectrl_profilepic_initials, .mectrl_theme_dark .mectrl_profilepic_initials, .mectrl_theme_gray .mectrl_profilepic_initials, .mectrl_theme_off_black .mectrl_profilepic_initials {
    border: 1px solid #fff;
    color: #fff
}

.mectrl_profilepic_button {
    position: relative
}

.mectrl_profilepic_button:hover::before {
    z-index: 1;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300' fill='%23fff' stroke='%23fff'%3E%3Ccircle cx='72.8' cy='106.3' r='7' stroke='none'/%3E%3Cg class='mectrl_stroke' fill='none'%3E%3Ccircle cx='150' cy='155' r='49' stroke-width='15'/%3E%3Cpath d='M45 79v153h210V79h-55l-15-15h-70l-15 15z' stroke-width='14'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 32px 32px;
    background-position: center center;
    background-repeat: no-repeat
}

@media screen and (-ms-high-contrast: black-on-white) {
    .mectrl_profilepic_button:hover::before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300' stroke='%23000'%3E%3Ccircle cx='72.8' cy='106.3' r='7' stroke='none'/%3E%3Cg class='mectrl_stroke' fill='none'%3E%3Ccircle cx='150' cy='155' r='49' stroke-width='15'/%3E%3Cpath d='M45 79v153h210V79h-55l-15-15h-70l-15 15z' stroke-width='14'/%3E%3C/g%3E%3C/svg%3E")
    }
}

@media screen and (-ms-high-contrast: white-on-black) {
    .mectrl_profilepic_button:hover::before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300' fill='%230ff' stroke='%230ff'%3E%3Ccircle cx='72.8' cy='106.3' r='7' stroke='none'/%3E%3Cg class='mectrl_stroke' fill='none'%3E%3Ccircle cx='150' cy='155' r='49' stroke-width='15'/%3E%3Cpath d='M45 79v153h210V79h-55l-15-15h-70l-15 15z' stroke-width='14'/%3E%3C/g%3E%3C/svg%3E")
    }
}

.mectrl_focus_visible .mectrl_profilepic_button:focus::before {
    z-index: 1;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300' fill='%23fff' stroke='%23fff'%3E%3Ccircle cx='72.8' cy='106.3' r='7' stroke='none'/%3E%3Cg class='mectrl_stroke' fill='none'%3E%3Ccircle cx='150' cy='155' r='49' stroke-width='15'/%3E%3Cpath d='M45 79v153h210V79h-55l-15-15h-70l-15 15z' stroke-width='14'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 32px 32px;
    background-position: center center;
    background-repeat: no-repeat
}

@media screen and (-ms-high-contrast: black-on-white) {
    .mectrl_focus_visible .mectrl_profilepic_button:focus::before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300' stroke='%23000'%3E%3Ccircle cx='72.8' cy='106.3' r='7' stroke='none'/%3E%3Cg class='mectrl_stroke' fill='none'%3E%3Ccircle cx='150' cy='155' r='49' stroke-width='15'/%3E%3Cpath d='M45 79v153h210V79h-55l-15-15h-70l-15 15z' stroke-width='14'/%3E%3C/g%3E%3C/svg%3E")
    }
}

@media screen and (-ms-high-contrast: white-on-black) {
    .mectrl_focus_visible .mectrl_profilepic_button:focus::before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300' fill='%230ff' stroke='%230ff'%3E%3Ccircle cx='72.8' cy='106.3' r='7' stroke='none'/%3E%3Cg class='mectrl_stroke' fill='none'%3E%3Ccircle cx='150' cy='155' r='49' stroke-width='15'/%3E%3Cpath d='M45 79v153h210V79h-55l-15-15h-70l-15 15z' stroke-width='14'/%3E%3C/g%3E%3C/svg%3E")
    }
}

.mectrl_profilepic_button:focus::before, .mectrl_profilepic_button:hover::before {
    background-color: rgba(0, 0, 0, .5)
}

@media screen and (-ms-high-contrast: black-on-white) {
    .mectrl_profilepic_button:focus::before, .mectrl_profilepic_button:hover::before {
        background-color: rgba(255, 255, 255, .5)
    }
}

@media screen and (-ms-high-contrast: white-on-black) {
    .mectrl_profilepic_button:focus::before, .mectrl_profilepic_button:hover::before {
        background-color: rgba(255, 255, 255, .5)
    }
}

.mectrl_theme_azure_hclight .mectrl_profilepic_button {
    -webkit-box-shadow: inset 0 0 0 1px;
    box-shadow: inset 0 0 0 1px
}

.mectrl_theme_azure_hclight .mectrl_profilepic_button:focus::before, .mectrl_theme_azure_hclight .mectrl_profilepic_button:hover::before {
    -webkit-box-shadow: inset 0 0 0 1px;
    box-shadow: inset 0 0 0 1px;
    -ms-high-contrast-adjust: none;
    color: #fff !important;
    border-color: #fff !important;
    outline-color: #fff !important;
    fill: #fff !important;
    background-color: purple
}

.mectrl_theme_azure_hcdark .mectrl_profilepic_button {
    -webkit-box-shadow: inset 0 0 0 1px;
    box-shadow: inset 0 0 0 1px
}

.mectrl_theme_azure_hcdark .mectrl_profilepic_button:focus::before, .mectrl_theme_azure_hcdark .mectrl_profilepic_button:hover::before {
    -webkit-box-shadow: inset 0 0 0 1px;
    box-shadow: inset 0 0 0 1px;
    -ms-high-contrast-adjust: none;
    color: #000 !important;
    border-color: #000 !important;
    outline-color: #000 !important;
    fill: #000 !important;
    background-color: #0ff
}

.mectrl_topHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 13px;
    width: 100%;
    height: 48px
}

.mectrl_topHeader .mectrl_profilepic {
    width: 32px;
    height: 32px;
    margin: 8px
}

.mectrl_topHeader .mectrl_header_text {
    max-width: 160px;
    line-height: 48px;
    vertical-align: top;
    font-family: "Microsoft Yahei UI", "Microsoft Yahei", Verdana, Simsun, "Segoe UI", "Segoe UI Web Regular", "Helvetica Neue", "BBAlpha Sans", "S60 Sans", Arial, sans-serif;
    font-size: 13px;
    padding-left: 12px;
    padding-right: 4px
}

.mectrl_topHeader .mectrl_header_text.noIcon {
    padding-right: 12px
}

.mectrl_topHeader {
    color: #333
}

.c-uhfh > .theme-dark .c-me .mectrl_topHeader, .mectrl_theme_dark .mectrl_topHeader {
    color: #fff
}

.c-uhfh > .theme-dark .c-me .mectrl_header_text, .mectrl_theme_dark .mectrl_header_text {
    color: #fff
}

.mectrl_theme_dark.mectrl_theme_light_header .mectrl_topHeader {
    color: #333
}

.mectrl_theme_dark.mectrl_theme_light_header .mectrl_header_text {
    color: #333
}

.mectrl_theme_azure_hclight .mectrl_topHeader {
    color: #000
}

.mectrl_theme_azure_hcdark .mectrl_topHeader {
    color: #fff
}

.mectrl_theme_gray .mectrl_topHeader {
    color: #fff
}

.mectrl_theme_off_black .mectrl_topHeader {
    color: #fff
}

.mectrl_screen_reader_text {
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    color: #000
}

.c-uhfh > .theme-dark .c-me .mectrl_screen_reader_text, .mectrl_theme_azure_hcdark .mectrl_screen_reader_text, .mectrl_theme_dark .mectrl_screen_reader_text, .mectrl_theme_dark_header .mectrl_screen_reader_text, .mectrl_theme_gray .mectrl_screen_reader_text, .mectrl_theme_off_black .mectrl_screen_reader_text {
    color: #fff
}

.mectrl_theme_dark.mectrl_theme_light_header {
    color: #fff
}

span[id^=mectrl_tooltip].mectrl_tooltip {
    display: block;
    visibility: hidden;
    position: fixed;
    z-index: 1300000;
    max-width: 260px;
    padding: 4px;
    font-family: "Microsoft Yahei UI", "Microsoft Yahei", Verdana, Simsun, "Segoe UI", "Segoe UI Web Regular", "Helvetica Neue", "BBAlpha Sans", "S60 Sans", Arial, sans-serif;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    word-break: break-all;
    overflow-wrap: break-word;
    border: 1px solid #ccc;
    color: #333;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 2px #777;
    box-shadow: 2px 2px 2px #777;
    pointer-events: none
}

.mectrl_truncate, a.mectrl_truncate, button.mectrl_truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mectrl_root, .mectrl_root div {
    font-family: "Microsoft Yahei UI", "Microsoft Yahei", Verdana, Simsun, "Segoe UI", "Segoe UI Web Regular", "Helvetica Neue", "BBAlpha Sans", "S60 Sans", Arial, sans-serif;
    line-height: normal
}

.mectrl_root *, .mectrl_root div * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mectrl_mainDropdown > .mectrl_dropdownbody {
    width: 320px;
    max-width: 100vw;
    -webkit-box-shadow: 0 24px 54px rgba(0, 0, 0, .15), 0 4.5px 13.5px rgba(0, 0, 0, .08);
    box-shadow: 0 24px 54px rgba(0, 0, 0, .15), 0 4.5px 13.5px rgba(0, 0, 0, .08)
}

@media screen and (-ms-high-contrast: active) {
    .mectrl_mainDropdown > .mectrl_dropdownbody {
        border: 1px solid
    }
}

a.mectrl_trigger {
    display: inline-block
}

#mectrl_authApp_banner_parent {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 16px;
    border-radius: 4px;
    font-family: Segoe UI;
    font-size: 12px;
    line-height: 16px;
    color: #323130;
    height: 32px
}

.mectrl_authApp_banner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #f3f9fd;
    border-radius: 4px 0 0 4px;
    padding: 8px 14px;
    font-family: Segoe UI;
    font-size: 12px;
    color: #323130;
    height: 32px
}

.mectrl_authApp_close.mectrl_resetStyle {
    width: 32px;
    height: 32px;
    background-color: #f3f9fd;
    border-radius: 0 4px 4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #323130;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mectrl_authApp_close.mectrl_resetStyle:hover {
    background-color: #d0e7f8
}

.mectrl_authApp_close.mectrl_resetStyle:focus {
    background-color: #d0e7f8;
    border: 1px dashed #777;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mectrl_authApp_close.mectrl_resetStyle:active {
    background-color: #a9d3f2
}

.mectrl_authApp_banner:hover {
    background-color: #d0e7f8
}

.mectrl_authApp_banner:hover + .mectrl_authApp_close {
    background-color: #d0e7f8 !important
}

.mectrl_authApp_banner:focus {
    background-color: #d0e7f8;
    border: 1px dashed #777;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mectrl_authApp_banner:focus + .mectrl_authApp_close {
    background-color: #d0e7f8
}

.mectrl_authApp_banner:active {
    background-color: #a9d3f2
}

.mectrl_authApp_banner:active + .mectrl_authApp_close {
    background-color: #d0e7f8
}

.glyph_authApp_icon {
    height: 16px;
    width: 12px;
    border-radius: 0;
    bottom: 8px;
    margin-right: 10px
}

.glyph_authApp_close {
    height: 10px;
    width: 10px
}

.c-uhfh > .theme-dark .c-me .mectrl_authApp_banner, .c-uhfh > .theme-dark .c-me .mectrl_authApp_banner_parent, .c-uhfh > .theme-dark .c-me .mectrl_authApp_close, .mectrl_theme_dark .mectrl_authApp_banner, .mectrl_theme_dark .mectrl_authApp_banner_parent, .mectrl_theme_dark .mectrl_authApp_close {
    background-color: #004377;
    color: #fff
}

.c-uhfh > .theme-dark .c-me .mectrl_authApp_banner:hover, .c-uhfh > .theme-dark .c-me .mectrl_authApp_banner_parent:hover, .c-uhfh > .theme-dark .c-me .mectrl_authApp_close:hover, .mectrl_theme_dark .mectrl_authApp_banner:hover, .mectrl_theme_dark .mectrl_authApp_banner_parent:hover, .mectrl_theme_dark .mectrl_authApp_close:hover {
    background-color: #005ba1
}

.c-uhfh > .theme-dark .c-me .mectrl_authApp_banner:focus, .c-uhfh > .theme-dark .c-me .mectrl_authApp_banner_parent:focus, .c-uhfh > .theme-dark .c-me .mectrl_authApp_close:focus, .mectrl_theme_dark .mectrl_authApp_banner:focus, .mectrl_theme_dark .mectrl_authApp_banner_parent:focus, .mectrl_theme_dark .mectrl_authApp_close:focus {
    background-color: #005ba1;
    border: 1px dashed #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.c-uhfh > .theme-dark .c-me .mectrl_authApp_banner:active, .c-uhfh > .theme-dark .c-me .mectrl_authApp_banner_parent:active, .c-uhfh > .theme-dark .c-me .mectrl_authApp_close:active, .mectrl_theme_dark .mectrl_authApp_banner:active, .mectrl_theme_dark .mectrl_authApp_banner_parent:active, .mectrl_theme_dark .mectrl_authApp_close:active {
    background-color: #006cbe
}

.mectrl_theme_azure_hclight .mectrl_authApp_banner, .mectrl_theme_azure_hclight .mectrl_authApp_close {
    background-color: #e5e5e5;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000
}

.mectrl_theme_azure_hclight .mectrl_authApp_banner:active, .mectrl_theme_azure_hclight .mectrl_authApp_banner:focus, .mectrl_theme_azure_hclight .mectrl_authApp_banner:hover, .mectrl_theme_azure_hclight .mectrl_authApp_close:active, .mectrl_theme_azure_hclight .mectrl_authApp_close:focus, .mectrl_theme_azure_hclight .mectrl_authApp_close:hover {
    background-color: #751a7c;
    color: #fff
}

.mectrl_theme_azure_hcdark .mectrl_authApp_banner, .mectrl_theme_azure_hcdark .mectrl_authApp_close {
    background-color: #1a1a1a;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff
}

.mectrl_theme_azure_hcdark .mectrl_authApp_banner:active, .mectrl_theme_azure_hcdark .mectrl_authApp_banner:focus, .mectrl_theme_azure_hcdark .mectrl_authApp_banner:hover, .mectrl_theme_azure_hcdark .mectrl_authApp_close:active, .mectrl_theme_azure_hcdark .mectrl_authApp_close:focus, .mectrl_theme_azure_hcdark .mectrl_authApp_close:hover {
    background-color: #73fbfd;
    color: #000
}