.DropdownMenu ul{
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
div.DropdownMenu .MenuList {
        width: 1200px;
        display: none;
}
.DropdownMenu .MenuList .TopMenuActive:after, .DropdownMenu .MenuList .TopMenu:hover:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid white;
        position: absolute;
        bottom: 0;
        left: 50%;
}
.DropdownMenu::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: linear-gradient(to right, #ffcc00, #ffd700, #ffcc00);
}
.DropdownMenu .Dropdown .sub span{
        color: #666;
        font-size: 14px;
}
.DropdownMenu .Dropdown .sub:hover{
        background: #f3f3f3;
}
.DropdownMenu .Dropdown .sub span:hover{
        color:  var(--color-blue);
}
.DropdownMenu .MenuList li {
        display: block;
        /* float: left; */
        list-style: outside none none;
}
.DropdownMenu ul.MenuList li.sub img {
        display: none;
}
.DropdownMenu .MenuList>li:last-child{
        border-right: none;
}
.DropdownMenu .MenuList .TopMenu .HasChildren:after, .DropdownMenu .MenuList .TopMenuActive .HasChildren:after {
        display: inline-block;
        color: #fff;
        width: 0;
        height: 0;
        margin-left: 5px;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        position: relative;
        top: -2px;
}
.DropdownMenu .MenuList .TopMenu a:hover,
.TopMenuActive a:hover {
}
.DropdownMenu .MenuList .TopMenu:hover a {
        color: #fff;
        text-decoration: none;
}
.DropdownMenu .AdvanceBar {
        background: #cfcfcf url("images/advance_bg.png") repeat-x scroll 0 0;
        display: none;
        height: 30px;
        line-height: 30px;
}
.DropdownMenu .MenuList .Dropdown li a:hover {
        color: #fdf418;
        background: none;
}
.DropdownMenu .MenuList li.LanguageMenu img {
        width: 35px;
}
.DropdownMenu .MenuList li.LanguageMenu img[style*="border-bottom: 2px solid rgb(255, 235, 59)"] {
        width: 38px;
        border: 1px solid rgb(255 235 59 / 54%) !important;
}
.DropdownMenu {
        width: calc(100vw - 2px);
        background-color: #0d57b8;
        margin: 0 calc((var(--main-width) - 100vw) / 2);
        box-shadow: 0px 4px 18.4px 0px #00000026;
        position: relative;
}
.DropdownMenu ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.DropdownMenu .MenuList {
        margin: 0 auto;
        width: 100%;
        position: relative;
}
.DropdownMenu .MenuList li {
        display: block;
        /* float: left; */
        list-style: outside none none;
        margin: 0 1px;
}
.DropdownMenu ul.MenuList img {
        width: 20px;
        /* margin: 5px; */
}
.DropdownMenu .MenuList>li:last-child{
        border-right: none;
}
.DropdownMenu .MenuList .TopMenu:hover,
.TopMenuActive {
        background: #FFFFFF40;
}
.DropdownMenu .MenuList>li:first-child{
        padding: 12px 4px;
}
.DropdownMenu .MenuList>li {
        padding: 12px 15px;
        position: relative;
}
.DropdownMenu .TopMenu span, .DropdownMenu .TopMenuActive span {
        font-family: 'Be Vietnam Pro';
        font-size: 15px;
        font-weight: 700;
        line-height: 1.5;
        text-align: left;
        color: #FFFFFF;
        text-transform: uppercase;
        white-space: normal;
}
.DropdownMenu .MenuList .TopMenu a:hover,
.TopMenuActive a:hover {
}
.DropdownMenu .MenuList .TopMenu a {
        color: #182940;
        text-decoration: none;
        align-items: center;
        justify-content: center;
        height: 100%;
}
.DropdownMenu .MenuList .TopMenuActive a {
        align-items: center;
}
.DropdownMenu .MenuList .TopMenu:hover a {
        color: #fff;
        text-decoration: none;
}
.DropdownMenu .MenuList .Dropdown {
        color: #fff;
        left: 0;
        position: absolute;
        text-align: left;
        top: 100%;
        z-index: 1000;
        overflow: unset !important;
        background-color: rgba(255,255,255,1);
        box-shadow: -1px 3px 3px 0 rgb(0 0 0 / 30%);
        border: 1px solid #fff;
        min-width: 250px;
}
.DropdownMenu .MenuList .Dropdown .sub {
        display: block;
        position: relative;
        text-align: left;
        padding: 8px 15px;
}
.DropdownMenu .MenuList .Dropdown>.sub{
        border-bottom: 1px solid #DADCE0;
}
.DropdownMenu .MenuList .Dropdown>.sub:after {
        display: none;
        content: "";
        width: 80px;
        height: 2px;
        background: var(--bg-blue);
        left: 0;
        position: absolute;
        top: 42px;
        transition: width .1s;
}
.DropdownMenu .MenuList .Dropdown>.sub:hover:after{
        width: 100px;
}
.DropdownMenu .MenuList .Dropdown>.sub:last-child{
        border-bottom: none;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
        background: transparent;
        cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown>.sub a {
        color: #212529;
        display: block;
        margin: 0;
        padding: 0;
        text-decoration: none;
        text-shadow: none;
        text-transform: none;
        white-space: nowrap;
        font-weight: 600;
        font-size: 14px;
        line-height: 1.5;
}
.DropdownMenu .MenuList .Dropdown>.sub>a.HasChildren:after {
        transform: rotate(-90deg);
        margin-bottom: 3px;
        color: #1c1c1c;
}
.DropdownMenu .MenuList .Popup {
        background: #ffffff none repeat scroll 0 0;
        display: inline-block;
        left: 100%;
        position: absolute;
        top: 0;
        min-width: 250px;
        z-index: 1001;
        max-width: 250px;
}
.DropdownMenu .MenuList .Popup .sub {
        position: relative;
        border-bottom: 1px solid #ddd;
}
.DropdownMenu .MenuList .Popup .sub a {
        padding-right: 10px;
        font-weight: 600;
        font-size: 14px;
}
.DropdownMenu .AdvanceBar {
        background: #cfcfcf url("images/advance_bg.png") repeat-x scroll 0 0;
        display: none;
        height: 30px;
        line-height: 30px;
}
.DropdownMenu .MenuList .Dropdown li a:hover {
        color: var(--bg-blue);
        background: none;
}
.DropdownMenu .MenuList li.LanguageMenu {
        height: 45px;
        padding: 0 15px;
        gap: 3px;
}
.DropdownMenu .MenuList .TopMenu .toggle-icon, .DropdownMenu .MenuList .TopMenuActive .toggle-icon {
        display: none;
}
.DropdownMenu .MenuList .TopMenu .rotated, .DropdownMenu .MenuList .TopMenuActive .rotated {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
        div.DropdownMenu .MenuList {
                display: flex;
                flex-wrap: wrap;
                white-space: nowrap;
                justify-content: left;
                width: 100%;
        }
        .DropdownMenu{
                margin: 0;
        }
}
@media only screen and (max-width: 1023px) {
        div.DropdownMenu .TopMenuActive::after {
                width: 100%;
        }
        div.DropdownMenu ul.MenuList li a {
        }
        .DropdownMenu {
                border: none;
        }
        .DropdownMenu div.navbar-button {
                position: static;
                background: transparent;
                margin: 0px;
                border-left: 1px solid #eeeeee;
                margin-right: 0px;
                margin-left: 0;
                order: 1;
                padding: 0px 14px !important;
                height: 25px;
                /* width: unset !important; */
                width: 46px !important;
                z-index: 1;
        }
        div.DropdownMenu {
                /* width: unset !important; */
                /* position: static !important; */
                order: 4;
                /* display: flex; */
                /* flex-direction: column; */
                align-items: flex-end;
                /* padding: 5px 0; */
                /* background: var(--bg-blue); */
                /* margin: 5px 10px !important; */
                /* margin-bottom: 10px !important; */
        }
        .DropdownMenu .navbar-button span {
                background: #ffffff !important;
                width: 14px !important;
                height: 2px !important;
                margin: 1.5px !important;
        }
        div.DropdownMenu > ul.MenuList {
                /* max-height: 50vh !important; */
                /* width: 100% !important; */
                /* height: auto !important; */
                /* box-shadow: none; */
                /* order: 2; */
                /* position: absolute; */
                /* margin-top: 4px !important; */
                /* border-bottom: 1px solid #eeeeee; */
                /* padding: 10px !important; */
                /* left: 0; */
                /* z-index: 0; */
                /* border: 1px solid #eeeeee; */
                /* border-top: 0; */
        }
        .DropdownMenu
        .navbar-button
        span[style="margin: -2px; transform: rotate(45deg);"] {
                background: white !important;
                height: 2px;
                margin: -1px !important;
        }
        .DropdownMenu
        .navbar-button
        span[style="margin: -2px; transform: rotate(-45deg);"] {
                background: white !important;
                height: 2px;
                margin: -1px !important;
        }
        .DropdownMenu .TopMenu span,
        .DropdownMenu .TopMenuActive span {
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 21px;
                /* identical to box height, or 150% */
                /* Grey 3 */
                color: #3b4e68;
        }
        div.DropdownMenu .TopMenuActive::after {
                display: none;
        }
        .DropdownMenu ul.MenuList li a span {
                flex: none !important;
                /* padding: 5px 0; */
                /* border-bottom: 1px solid #0084F3; */
        }
        .DropdownMenu .MenuList > li + li:before {
                display: none;
        }
        .MenuList > li:nth-child(1) > a > img {
                /* display: none; */
        }
        .DropdownMenu .MenuList > li:nth-child(1) > a > span {
                display: block;
        }
        div.DropdownMenu li.LanguageMenu {
                padding: 5px 0px !important;
        }
        div.DropdownMenu li.LanguageMenu img {
                margin: 0 !important;
                margin-right: 10px !important;
        }
}
@media only screen and (max-width: 1023px) {
        div.DropdownMenu .TopMenuActive::after {
                width: 100%;
        }
        div.DropdownMenu ul.MenuList li a {
                /* padding: 0px !important; */
                /* justify-content: flex-start !important; */
        }
        .DropdownMenu {
                border: none;
        }
        .DropdownMenu div.navbar-button {
                position: static;
                background: transparent;
                margin: 0px;
                border-left: 1px solid #eeeeee;
                margin-right: 0px;
                margin-left: 0;
                order: 1;
                /* padding: 0px 14px !important; */
                height: 25px;
                /* width: unset !important; */
                width: 46px !important;
                z-index: 1;
        }
        div.DropdownMenu {
                /* width: unset !important; */
                /* position: static !important; */
                order: 4;
                /* display: flex; */
                /* flex-direction: column; */
                /* align-items: flex-end; */
                /* padding: 5px 0; */
                /* margin-bottom: 0px !important; */
        }
        .DropdownMenu .navbar-button span {
                background: #ffffff !important;
                width: 14px !important;
                height: 2px !important;
                margin: 1.5px !important;
        }
        div.DropdownMenu > ul.MenuList {
                /* max-height: 50vh !important; */
                width: 100% !important;
                height: auto !important;
                /* box-shadow: none; */
                /* order: 2; */
                /* margin-top: 10px !important; */
                /* left: 0; */
                /* z-index: 0; */
                /* border: 1px solid #eeeeee; */
                /* border-top: 0; */
                /* top: 10px; */
        }
        .DropdownMenu
        .navbar-button
        span[style="margin: -2px; transform: rotate(45deg);"] {
                background: white !important;
                height: 2px;
                margin: -1px !important;
        }
        .DropdownMenu
        .navbar-button
        span[style="margin: -2px; transform: rotate(-45deg);"] {
                background: white !important;
                height: 2px;
                margin: -1px !important;
        }
        .DropdownMenu .TopMenu span,
        .DropdownMenu .TopMenuActive span {
                font-family: "Segoe UI",Tahoma,Verdana;
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 21px;
                /* identical to box height, or 150% */
                /* Grey 3 */
                color: #3b4e68;
        }
        .DropdownMenu .MenuList .TopMenu,  .DropdownMenu .MenuList .TopMenuActive {
                padding:  10px;
        }
        div.DropdownMenu .TopMenuActive::after {
                display: none;
        }
        .DropdownMenu ul.MenuList li a span {
                flex: none !important;
                /* padding: 5px 0; */
                /* border-bottom: 1px solid #0084F3; */
        }
        .DropdownMenu .MenuList > li + li:before {
                display: none;
        }
        .MenuList > li:nth-child(1) > a > img {
                /* display: none; */
        }
        .DropdownMenu .MenuList > li:nth-child(1) > a > span {
                display: block;
        }
        div.DropdownMenu li.LanguageMenu {
                padding: 5px 0px !important;
        }
        div.DropdownMenu li.LanguageMenu img {
                margin: 0 !important;
                margin-right: 10px !important;
        }
        .DropdownMenu .MenuList .Dropdown{
                column-count: 1;
                padding: 15px 10px 30px 10px;
        }
        .DropdownMenu .MenuList .Dropdown>.sub:after{
                left: 10px;
        }
}
@media only screen and (max-width: 768px) {
        div.DropdownMenu .navbar-close::after {
            display: flex;
            content: "\00d7";
            width: 45px;
            height: 46px;
            background: #e6e6e6;
            font-size: 30px;
            justify-content: center;
            color: #031739;
            border-radius: 50%;
        }

        div.DropdownMenu .navbar-close {
            position: absolute;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
        }
        div.DropdownMenu .TopMenuActive::after {
                width: 100%;
        }
        div.DropdownMenu ul.MenuList li a {
                padding: 0px !important;
                justify-content: flex-start !important;
                border: 0;
                height: auto !important;
                white-space: normal !important;
                width: auto;
                max-width: 90%;
        }
        .DropdownMenu .MenuList .TopMenu .toggle-icon, .DropdownMenu .MenuList .TopMenuActive .toggle-icon{
                display: inline-block;
                width: 0;
                height: 0;
                /*! margin-left: auto; */
                content: "";
                border-top: .3em solid;
                border-right: .3em solid transparent;
                border-bottom: 0;
                border-left: .3em solid transparent;
                cursor: pointer;
                /*! float: right; */
                /*! align-self: auto; */
                /*! margin: auto; */
                position: absolute;
                right: 0;
                top: 25px;
        }
        .DropdownMenu {
                background: #F9F9F9;
                /* display: none; */
        }
        .DropdownMenu div.navbar-button {
                background: url(images/dropdown.png) no-repeat center;
                background-size: contain;
                position: unset;
                /* background: #75879E; */
                /* background-color: #F9F9F9; */
                margin: 0px;
                /* margin-right: 10px; */
                margin-left: 0px;
                order: 1;
                padding: 0!important;
                height: 20px;
                /* width: unset !important; */
                width: 30px !important;
                z-index: 1;
                border: 0;
                content: '';
                display: inline-flex;
                order: 3;
        }
        .DropdownMenu div.navbar-button>span{
                display: none !important;
        }
        .DropdownMenu .MenuList {
                display: none;
                background: white;
                overflow-y: auto;
        }
        div.DropdownMenu {
                order: 4;
                background: #0d57b8;
                margin-bottom: 0px !important;
                /* border-top: 1px solid #EBEBEB; */
                padding: 0;
                margin: 0;
                box-shadow: none;
                min-height: 40px;
                align-items: center;
                padding: 0 16px;
                width: 100vw;
        }
        div.DropdownMenu .responsive-tool-bar{
                /* position: absolute; */
                left: 16px;
                display: flex;
                width: max-content;
                align-items: center;
                justify-content: space-between;
                width: 100%;
                /* padding: var(--padding-res); */
                height: 40px;
        }
        div.DropdownMenu .responsive-tool-bar .AdvertContent{
                order: 3;
                padding: 0 10px;
                border-right: 1px solid #EBEBEB;
                /* padding-right: 10px; */
                height: 30px;
        }
        div.DropdownMenu .responsive-tool-bar .UIWeatherForcast{
                display: flex;
                order: 1;
                margin: 0;
                padding: 0;
                flex: none;
                /* height: 100%; */
                /* box-sizing: content-box; */
                border-right: 1px solid #FFFFFF33;
                padding-right: 10px;
                height: 20px;
                overflow: hidden;
                align-items: center;
        }
        div.DropdownMenu .responsive-tool-bar div.UIClockSystem{
                display: inline-flex;
                position: relative;
                z-index: 999;
                left: 0;
                top: 0;
                order: 2;
                /* padding: 0 10px; */
                /* border-right: 1px solid #FFFFFF2B;   */
                padding-right: 10px;
                margin: 0;
                /* margin-bottom: 5px; */
                height: 20px;
                /* height: unset; */
                flex: unset;
                /* right: unset; */
                /* width: 50px; */
        }
        div.DropdownMenu .responsive-tool-bar div.UIClockSystem .clock{
                color: #ffffff !important;
                font-family: "Roboto";
                font-size: 11px;
                font-weight: 400;
                line-height: 20px;
                text-align: left;
                position: unset;
                /* display: table-cell; */
                vertical-align: middle;
        }
        div.DropdownMenu .responsive-tool-bar div.UIClockSystem .clock .time{
                display: none;
        }
        .DropdownMenu .navbar-button span {
                background: #ffffff !important;
                width: 14px !important;
                height: 2px !important;
                margin: 1.5px !important;
        }
        div.DropdownMenu > ul.MenuList {
                height: calc(100vh - 60px) !important;
                height: calc(100dvh - 60px) !important;
                width: 100vw !important;
                box-shadow: none;
                order: 2;
                left: 0;
                z-index: 9999;
                border-top: 0;
                position: fixed;
                bottom: 59px;
                /* margin-top: 100px !important; */
                /*! padding: 0 !important; */
                max-width: unset;
                /*! padding-bottom: 20px !important; */
                max-height: unset !important;
                /* display: none; */
                flex-direction: column;
                padding: 0;
                overflow-x: hidden;
        }
        .DropdownMenu .MenuList li {
                display: block ;
                float: none !important;
                border: none !important;
                padding: 8px 10px !important;
        }
        .DropdownMenu .Dropdown {
                /* display: block !important; */
                position: static !important;
        }
        .DropdownMenu .TopMenu, .DropdownMenu .TopMenuActive {
                height: auto ;
        }
        .DropdownMenu ul.Dropdown, .DropdownMenu ul.Popup {
                background: white ;
                box-shadow: none ;
                height: auto ;
                display: block ;
                position: static ;
                margin: 0 ;
                width: 100% ;
        }
        .DropdownMenu ul.Dropdown .sub, .DropdownMenu ul.Popup .sub {
                display: block ;
                width: auto ;
                height: auto 
        }
        .DropdownMenu li.TopMenu, .DropdownMenu li.TopMenuActive {
                padding: 5px ;
                height: auto ;
                margin: 0 ;
        }
        .DropdownMenu li.TopMenu>a, .DropdownMenu li.TopMenuActive>a {
                padding: 2px ;
                height: auto !important;
                color: black ;
                line-height: 1.4 ;
        }
        .DropdownMenu li.TopMenuActive>a{
                color: white ;
                padding: 2px ;
        }
        .DropdownMenu ul.Popup {
                display: block ;
                width: 100% ;
        }
        .DropdownMenu ul.Popup .sub a {
                padding: 0 20px !important;
        }
        .DropdownMenu .MenuList .TopMenu:hover {
                background: #fff;
                height: auto;
        }
        .DropdownMenu .MenuList .Dropdown>.sub a{
                line-height: 22px;
                /* max-width: 100%; */
        }
        .DropdownMenu .MenuList .Dropdown .sub:hover a {
                color: #444444 ;
        }
        .DropdownMenu .MenuList .Dropdown .sub:hover {
                background: #fff none repeat-x scroll left top;
                color: #444444 ;
                cursor: pointer;
        }
        div.DropdownMenu div.SingleSearch{
                width: 100vw;
                background: #F3F6FB;
                padding: 15px;
                z-index: 9;
                height: 80px;
                position: unset !important;
                top: 0;
                /* padding-bottom: 50px; */
                max-width: unset;
                /* margin: 0 auto !important; */
                left: 0;
                /*! margin-top: 1px !important; */
                /* overflow: hidden; */
                transform: unset;
                order: -1;
        }
        div.DropdownMenu div.SingleSearch .SearchBox{
                min-width: 0;
                width: 100%;
                height: 50px;
                padding: 10px;
                border-radius: 40px;
                background: #FFFFFF;
                border: 0;
                border: 1px solid #E2E7ED;
                position: relative;
        }
        div.DropdownMenu div.SingleSearch .SearchBox input,
        div.DropdownMenu div.SingleSearch .SearchBox a{
                border: 0;
                outline: 0;
                width: calc(100% - 35px);
                padding: 0 5px !important;
                height: 100% !important;
        }
        div.DropdownMenu div.SingleSearch .SearchBox a{
                background-color: #F1F3F4;
                height: 32px!important;
                width: 32px !important;
                background-position-x: 9px;
                clip-path: circle();
                flex: none;
                right: 10px;
                position: absolute;
                bottom: 50%;
                transform: translateY(50%);
        }
        .DropdownMenu .MenuList .Dropdown{
                width: 100%;
                padding: 0;
        }
        .DropdownMenu .MenuList .Dropdown>.sub {
                background: transparent;
                border-top: 1px solid #E2E7ED !important;
                margin: 0;
        }
        .DropdownMenu .MenuList .Dropdown>.sub >a>span{
                //
                styleName: Heading 7 Robo;
                font-family: Roboto;
                font-size: 15px;
                font-weight: 400;
                line-height: 22px;
                text-align: left;
                color: #3B4E68;
        }
        .
        .DropdownMenu
        .navbar-button
        span[style="margin: -2px; transform: rotate(45deg);"] {
                background: white !important;
                height: 2px;
                margin: -1px !important;
        }
        .DropdownMenu
        .navbar-button
        span[style="margin: -2px; transform: rotate(-45deg);"] {
                background: white !important;
                height: 2px;
                margin: -1px !important;
        }
        .DropdownMenu .TopMenu span,
        .DropdownMenu .TopMenuActive span {
                font-family: "Segoe UI",Tahoma,Verdana;
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 21px;
                /* identical to box height, or 150% */
                /* Grey 3 */
                color: #3b4e68;
        }
        .DropdownMenu .MenuList .TopMenu,  .DropdownMenu .MenuList .TopMenuActive {
                padding: 0  10px;
                background: transparent;
                padding: 16px 12px !important;
                border-top: 1px solid #e2e7ed !important;
                height: auto;
                clip-path: unset !important;
        }
        .DropdownMenu .MenuList .TopMenu>a>span,  .DropdownMenu .MenuList .TopMenuActive>a>span{
                //styleName: Heading 5 Merri;
                font-family: Merriweather;
                font-size: 15px;
                font-weight: 700;
                line-height: 22px;
                text-align: left;
                color: #031739;
        }
        .DropdownMenu .MenuList .TopMenuActive a>span{
                color: #2A58A0;
        }
        div.DropdownMenu .TopMenuActive::after {
                display: none;
        }
        .DropdownMenu ul.MenuList li a span {
                flex: none !important;
                /* padding: 5px 0; */
                /* border-bottom: 1px solid #0084F3; */
        }
        .DropdownMenu .MenuList > li + li:before {
                display: none;
        }
        .MenuList > li:nth-child(1) > a > img {
                display: none;
        }
        .DropdownMenu .MenuList > li:nth-child(1) > a > span {
                display: block;
                //
                styleName: Heading 5 Merri;
                font-family: Merriweather;
                font-size: 15px;
                font-weight: 700;
                line-height: 22px;
                text-align: left;
        }
        .DropdownMenu ul.MenuList>li:first-child a span{
                display: block;
        }
        div.DropdownMenu li.LanguageMenu {
                padding: 5px 0px !important;
        }
        div.DropdownMenu li.LanguageMenu img {
                margin: 0 !important;
                margin-right: 10px !important;
        }
        .DropdownMenu .MenuList .Dropdown{
                column-count: 1;
                padding: 15px 10px 0 10px;
                box-shadow: none;
                border: 0;
                padding-left: 0;
                padding-right: 0;
        }
        .DropdownMenu .MenuList .Dropdown>.sub:after{
                left: 10px;
        }
        .DropdownMenu .MenuList .TopMenu .toggle-icon, .DropdownMenu .MenuList .TopMenuActive .toggle-icon{
                display: inline-block;
                width: 0;
                height: 0;
                /*! margin-left: auto; */
                content: "";
                border-top: .5em solid;
                border-right: .5em solid transparent;
                border-bottom: 0;
                border-left: .5em solid transparent;
                cursor: pointer;
                /*! float: right; */
                /*! align-self: auto; */
                /*! margin: auto; */
                position: absolute;
                right: 16px;
                top: 25px;
                color: #031739;
        }
        .DropdownMenu .MenuList .Popup{
                position: unset;
                background: #ffffff;
                width: 100%;
        }
        .DropdownMenu .MenuList .Popup .sub{
                border-top: 1px solid #E2E7ED !important;
        }
        .DropdownMenu .MenuList .Dropdown>.sub>a.HasChildren:after{
                display: none;
        }
}
@media only screen and (max-width: 1024px){
        .DropdownMenu .TopMenu span, .DropdownMenu .TopMenuActive span {
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 21px;
                color: #fff;
        }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
        div.DropdownMenu {
                width: 100%;
                margin-left: 0;
                padding: 0;
                max-width: 100vw;
        }
        .DropdownMenu .MenuList .TopMenu {
                margin: 0;
                /* margin-bottom: 10px; */
        }
        div.DropdownMenu > ul.MenuList {
                padding: 0 !important;
                margin: 0 !important;
                max-width: 100%;
        }
}
