<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*footer*/
.footer {
  padding: 0.5rem 0;
  color: #65676b;
}

.footer a:not(.btn) {
  color: #65676b;
}

.footer .title{
  color: #181818;
}

.footer_top.dark{
  background-color: #f5f8fa;
}

.footer_top.dark .site-logo img{
  max-height: 40px;
}


.footer_bottom.dark{    
	background: #f5f8fa;
    border-top: 1px solid #00000024;
}
.footer_bottom.dark .container{
  padding: 10px;
}

.footer-lang-selector {
  margin-top: 4px;
  margin-left: 20px;
  padding: 3px;
  display: inline-block;
  border: 1px solid #6D7784;
  outline: none;
  background-color: transparent;
  color: #a7a7a7;
  font-size: 14px;
  line-height: 24px;
  display: none;
}

@media (max-width: 576px){
  section.banner .content{
    text-align: center;
  }
  section.banner .content h1{
    font-size: 30px;
  }

  .header-top .navbar-nav.list-inline{
    display: none;
  }

  nav.header-top .link{
    margin-left: auto;
  }

  footer {
    border-top: none;
  }
}
@media (max-width: 991px){
  footer .col-auto {
    -ms-flex: 0 0 auto;
    width: 100%; 
    text-align: center;
  }
}</pre></body></html>