<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu &gt; ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  background:none; padding:0px 0px; width:100%; float:left; 
}
#cssmenu &gt; ul &gt; li {
  float: left;
}
#cssmenu.align-center &gt; ul {
  font-size: 0;
  text-align:r;
  width:auto; 
  float:right;
}
#cssmenu.align-center &gt; ul &gt; li {
  display: inline-block;
  float: none; margin:0px 6px;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right &gt; ul &gt; li {
  float: right; text-align:center;
  margin:0px 12px;

}

#cssmenu &gt; ul &gt; li &gt; a span{ display:block;  }
/*#cssmenu &gt; ul &gt; li &gt; a span .fa{ width:45px; height:45px; line-height:45px; display:table; margin:0px auto 7px auto;  background:#ffea00; color:#000;
font-size:25px; font-weight:600; border-radius: 50%;}*/

#cssmenu &gt; ul &gt; li &gt; a{color:#101010; font-size:15px; line-height:96px; font-weight:600; padding:0px 8px; text-transform:uppercase; border-bottom:4px solid #FFF;}

#cssmenu &gt; ul &gt; li:hover &gt; a {
  color:#eb1922; border-bottom:4px solid #eb1922;
 

}
#cssmenu &gt; ul &gt; li &gt; a.active {
   color:#45b3d9;
}


#cssmenu &gt; ul &gt; li.has-sub &gt; a {
  padding-right:20px;
}
#cssmenu &gt; ul &gt; li.has-sub &gt; a:after {
  position:absolute;
  top:41px;
  right:4px;
  width:auto;
  height:auto;
  display:block;
  background:transparent; color:#394145; font-family:'FontAwesome';
  content:'\f078'; line-height:13px; font-size:12px; font-weight: 400;
}

/*
#cssmenu &gt; ul &gt; li.has-sub &gt; a {
  padding-right:;
}
#cssmenu &gt; ul &gt; li.has-sub &gt; a:after {
  position: absolute;
  top: 44px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #1a2972;
  content: '';
  display:none;
}
#cssmenu &gt; ul &gt; li.has-sub &gt; a:before {
  position: absolute;
  top: 41px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #1a2972;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  display:none;
}
#cssmenu &gt; ul &gt; li.has-sub:hover &gt; a:before {
  top: 23px;
  height: 0;
}*/
#cssmenu ul ul {
  position: absolute;
  left: -9999px; z-index:999999;
  border:0px solid #000; background:#000;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height:auto;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  border-bottom: 1px solid #ffffff33;
}
#cssmenu li:hover &gt; ul {
  left: auto;
}
#cssmenu.align-right li:hover &gt; ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover &gt; ul &gt; li {
  height: auto;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li:last-child{ border-bottom:none; }
#cssmenu ul ul li a {
  padding: 8px 15px 9px;
  width:200px;
  font-size: 14px; line-height:18px;
  text-decoration: none;
  color: #FFF;
  font-weight: 400;
  background:#000;
}
#cssmenu ul ul li:last-child &gt; a,
#cssmenu ul ul li.last-item &gt; a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover &gt; a,
#cssmenu ul ul li a:hover {
  color:#FFF; background:#eb1922;
}
#cssmenu ul ul li.current-menu-item &gt; a  {
    color: #ffffff; background:#eb1922;
  }
#cssmenu ul ul li.has-sub &gt; a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub &gt; a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub &gt; a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub &gt; a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul &gt; li.has-sub:hover &gt; a:before {
  top: 17px;
  height: 0;
}
#cssmenu ul.open{background:#eb1922;}
#cssmenu &gt; ul.open &gt; li &gt; a{color:#FFF!important; width:96%; margin:0px auto; padding:0px 10px;}
#cssmenu &gt; ul.open &gt; li a.active{color:#012060!important; background:#FFF!important;}
#cssmenu ul.open ul li:hover &gt; a, #cssmenu ul.open ul li.active &gt; a{color:#FFF!important; background:#000!important;}




@media all and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center &gt; ul {
    text-align: left;
	padding:15px 0px;
  }
  #cssmenu ul li {
    width: 100%;
    /*border-top: 1px solid rgba(120, 120, 120, 0.2);*/
  }
  #cssmenu ul ul li,
  #cssmenu li:hover &gt; ul &gt; li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu &gt; ul &gt; li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover &gt; a,
  #cssmenu ul ul li.active &gt; a,
  #cssmenu ul ul li.current-menu-item &gt; a  {
    color: #ffffff; background:#eb1922;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu &gt; ul &gt; li.has-sub &gt; a:after,
  #cssmenu &gt; ul &gt; li.has-sub &gt; a:before,
  #cssmenu ul ul &gt; li.has-sub &gt; a:after,
  #cssmenu ul ul &gt; li.has-sub &gt; a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding:10px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700; background:#eb1922;
	height:45px;
	width:54px;
	margin-top:-60px!important;
	float:right;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height:8px;
    width: 20px;
    border-top: 2px solid #012060;
    border-bottom: 2px solid #012060;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #012060;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #012060;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #012060;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height:31px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 14px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top:11px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  
  
#cssmenu &gt; ul &gt; li &gt; a{ font-size:14px; line-height:30px;}  
li.free-trial{ margin-left:3px!important; text-align:center;}

#cssmenu &gt; ul &gt; li &gt; a {
  color:#000!important;
}

#cssmenu.align-center &gt; ul &gt; li{ margin:1px auto!important;}

  
}
</pre></body></html>