<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #0e1422;
}
.footer .footer-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.footer .footer-con .footer-top
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0px;
}
.footer .footer-con .footer-top .footer-top-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.footer .footer-con .footer-top .footer-top-con .footer_grid
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.footer .footer-con .footer-top .footer-top-con .footer_grid.size_40
{
  width: 40%;
}
.footer .footer-con .footer-top .footer-top-con .footer_grid.size_30
{
  width: 30%;
}
.footer .footer-con .footer-top .footer-top-con .footer_grid.size_20
{
  width: 20%;
}

.footer .footer-con .footer-top .footer-top-con .footer_grid .footer_grid_con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.footer .footer-con .footer-top .footer-top-con .footer_grid .footer_grid_con .footer_title
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0px;
}
.footer .footer-con .footer-top .footer-top-con .footer_grid .footer_grid_con .footer_title h2
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  color: #e9e9e9;
  font-weight: 600;
  padding: 10px 0px;
}
.footer .footer-con .footer-top .footer-top-con .footer_grid .footer_grid_con .footer_title line
{
    width: 50px;
    float: left;
    display: inline-block;
    font-family: inherit;
    box-sizing: border-box;
    border-bottom: 2px solid #e9e9e9;
    border-width: 2px;
    padding: 2px;
    margin-right: 5px;
}
.footer .footer-con .footer-top .footer-top-con .footer_grid .footer_grid_con .footer_title line.line_size_10
{
  width: 10px;
}
.footer .footer-con .footer-top .footer-top-con .footer_grid .footer_grid_con .footer_grid_content
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.footer .footer-con .footer-top .footer-top-con .footer_grid .footer_grid_con .footer_grid_content .footer_link_box
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.footer .footer-con .footer-top .footer-top-con .footer_grid .footer_grid_con .footer_grid_content .footer_link_box a
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  color: #e9e9e9;
  padding: 4px 0px;
  line-height: 28px;
}
.footer .footer-con .footer-top .footer-top-con .footer_grid .footer_grid_con .footer_grid_content .footer_link_box.md
{
  width: 50%;
}
.footer .footer-con .footer-top .footer-top-con .footer_grid .footer_grid_con .footer_grid_content .footer_link_box.image
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.footer .footer-con .footer-top .footer-top-con .footer_grid .footer_grid_con .footer_grid_content .footer_link_box.image img
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.footer .footer-con .footer-top .footer-top-con .footer_grid .footer_grid_con .footer_grid_content .footer_link_box.social_link
{
  padding: 15px 0px;
}
.footer .footer-con .footer-top .footer-top-con .footer_grid .footer_grid_con .footer_grid_content .footer_link_box.social_link a
{
  position: relative;
  float: left;
  width: auto;
  box-sizing: border-box;
  color: #333;
  padding: 10px 20px;
  line-height: 28px;
  background: #e9e9e9;
  margin-right: 10px;
  border-radius: 5px;
}



.footer-bottom
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.footer-bottom .footer-bottom-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0px;
  border-top: 1px solid #21293d;
}
.footer-bottom .footer-bottom-con .fb-left
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.footer-bottom .footer-bottom-con .fb-left p
{
  position: relative;
  float: left;
  width: 100%;
  padding: 12px 0px;
  letter-spacing: 0.5px;
  color: #e9e9e9;
  box-sizing: border-box;
  font-size: 11pt;
  text-align: left;
}
.footer .footer-con .footer-bottom .footer-bottom-con .fb-right
{
  position: relative;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.footer .footer-con .footer-bottom .footer-bottom-con .fb-right a
{
  position: relative;
  float: right;
  width: auto;
  box-sizing: border-box;
  padding: 10px 20px;
  color: #999;
}



@media screen and (max-width:468px){

.footer .footer-con .footer-top .footer-top-con .footer_grid
{
  padding: 10px 20px;
}
.footer .footer-con .footer-top .footer-top-con .footer_grid.size_40
{
  width: 100%;
}
.footer .footer-con .footer-top .footer-top-con .footer_grid.size_30
{
  width: 100%;
}
.footer .footer-con .footer-top .footer-top-con .footer_grid.size_20
{
  width: 100%;
}
.footer .footer-con .footer-top .footer-top-con .footer_grid .footer_grid_con .footer_grid_content .footer_link_box.md
{
  width: 100%;
}


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