<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
.leftMenu {padding: 0 0px 0 0;}
.leftMenu ul, .leftMenu ul li {list-style-type:none; margin: 0; padding: 0;}
.leftMenu ul {width: 100%;}
.leftMenu &gt; ul &gt; li &gt; ul {display: none; }
.leftMenu &gt; ul &gt; li {position: relative; z-index: 1; }
.leftMenu &gt; ul &gt; li:hover {color: #073E8D;}
.leftMenu &gt; ul &gt; li &gt; a { font-weight: 500 !important; font-size: 19px; color: #000 ; padding-top: 6px !important; padding-bottom: 6px !important; padding-left: 0px !important; position: relative; }
.leftMenu &gt; ul &gt; li &gt; ul &gt; li &gt; a { font-weight: 400 !important; font-size: 16px; color: #000 !important ; padding-top: 3px !important; padding-bottom: 3px !important; padding-right: 0 !important; position: relative; }
.leftMenu &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover, .leftMenu &gt; ul &gt; li &gt; ul &gt; li.current &gt; a { color: #073E8D !important;}
.leftMenu &gt; ul &gt; li &gt; ul &gt; li:last-child &gt; a { border-width: 0;}
.leftMenu &gt; ul &gt; li &gt; a:before {  position: absolute; width: 5px; height: 5px; border-radius: 100%;  left: 0px; top:20px; background: #0c1f35;}
.leftMenu &gt; ul &gt; li &gt; li {border-bottom: 0px solid #eee;}
.leftMenu &gt; ul &gt; li &gt; li &gt; a { font-weight: 400 !important; font-size: 16px; color: #322e26 !important; padding-top: 6px !important; padding-bottom: 6px !important; position: relative; padding-left: 0 !important;}
.leftMenu &gt; ul &gt; li &gt; li &gt; a:before { content: ""; position: absolute; width: 5px; height: 5px; border-radius: 100%;  left: -15px; top:15px; background: #0c1f35; display: none;}
.leftMenu &gt; ul &gt; li &gt; li &gt; a:hover, .leftMenu &gt; ul &gt; li &gt; li &gt; a.current { color: #fff100 !important; font-weight: 400 !important;}
.leftMenu &gt; ul &gt; li.current &gt; ul {display: block;}
.leftMenu &gt; ul &gt; li:last-child {border-bottom: 0;}
.menu_dot {position: absolute;width: 13px; height: 13px;   top: 20px; right: 20px; z-index: 99; cursor: pointer;}
.menu_dot::before {content: ''; position: absolute; top: 0px; right: 0px; z-index: 99; transition: all 0.5s ease 0s; font-family: "Poppins"; color: #000; width: 13px; height: 13px; border-width: 1px 1px 0 0; border-style: solid; border-color: #000; transform: rotate(45deg);transform-origin:50% 50%;}
/*.menu_dot::after {content: ''; width: 16px; height: 2px; background-color: #000; border-radius: 2px; position: absolute; top: 17px; left: 7px; z-index: 99; transition: all 0.5s ease 0s;}*/
.leftMenu .menu_dot_open::before { transform: rotate(-45deg); color: #fff100; top:0px; right: 0px;}
/*.leftMenu .menu_dot_open::after {top: 14px; -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); transition: all 0.5s ease 0s;}*/
.leftMenu a:link, .leftMenu a:visited {text-decoration:none; color:#000; padding: 10px 40px 10px 0; display: block; position: relative; z-index: 1; transition: all 0.5s ease 0s; font-weight: 400;}
.leftMenu a:active, .leftMenu &gt; ul &gt; li:hover &gt; a, a.menu_arrow_open {text-decoration:none; color:#073E8D !important; cursor:pointer; transition: all 0.5s ease 0s; }
.leftMenu &gt; ul &gt; li:hover .menu_dot::before {color:#fff100 !important; }
.menu_arrow {position: absolute; top: 10px; left: 5px; width: 20px; height: 20px;  transition: all 0.5s ease 0s;}
/*.menu_arrow::before {content: ''; width: 7px; height: 2px; background-color: #000; border-radius: 2px; position: absolute; top: 7px; left: 6px; -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); transition: all 0.5s ease 0s;}*/
.leftMenu a:hover .menu_arrow::before, a.menu_arrow_open .menu_arrow::before, a.menu_arrow_open .menu_arrow::after {background-color: #fff; transition: all 0.5s ease 0s;}
/*.menu_arrow::after {content: ''; width: 7px; height: 2px; background-color: #000; border-radius: 2px; position: absolute; top: 11px; left: 6px; -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); transition: all 0.5s ease 0s;}*/
.leftMenu a:hover .menu_arrow::after {background-color: #fff; transition: all 0.5s ease 0s;}
.menu_arrow_open .menu_arrow {-moz-transform:rotate(90deg); -webkit-transform:rotate(90deg); -o-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); transition: all 0.5s ease 0s;}
@media only screen and (min-width:1279px){
    .leftMenuMobile {display: none!important;}
}
@media only screen and (max-width:1279px){
    .leftMenuMobile {width: 40px; height: 34px; margin: 40px auto 0px auto; position: relative; cursor: pointer; border: 1px solid #073E8D;}
    .leftMenuMobile &gt; span:nth-child(1) {width: 30px; height: 2px; background-color: #073E8D; position: absolute; top: 11px; left: 4px; transition: all 0.5s ease 0s;}
    .leftMenu &gt; div.show &gt; span:nth-child(1) {top: 14px; transform: rotate(45deg);}
    .leftMenuMobile &gt; span:nth-child(2) {width: 30px; height: 2px; background-color: #073E8D; position: absolute; top: 21px; left: 4px; transition: all 0.5s ease 0s;}
    .leftMenu &gt; div.show &gt; span:nth-child(2) {top: 14px; transform: rotate(-45deg);}
    .leftMenuMobile::before {content: attr(data-title); width: 200px; height: 30px; line-height: 30px; position: absolute; top: -40px; left: calc(50% - 100px); text-align: center; font-size: 22px; font-weight: 700; color: #073E8D;}
    .leftMenu &gt; ul {max-height: 0; overflow: hidden; transition: all 0.5s ease 0s;}
    .leftMenu &gt; ul.open {max-height: 400px; overflow: auto; padding-bottom: 10px; transition: all 0.5s ease 0s;}
}
</pre></body></html>