<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
.container {
  height: 100%;
}
a,
a:hover {
  text-decoration: none;
}
.container &gt; div {
  height: 100%;
  display: flex;
  flex-flow: column;
}
.wrapper {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #e0e3e5;
  padding-bottom: 15px;
}
@media (max-width: 1030px) {
  .wrapper {
    background: none;
  }
  .container {
    padding: 0;
  }
}
.footer {
  background-color: #990000;
  flex: 0 0 35px;
}
.left {
  flex: 0 0 175px;
}
.left .language {
  border-top: 25px solid #b5b5b5;
  border-bottom: 25px solid #b5b5b5;
  text-align: center;
  padding: 15px 0;
}
.left .language a {
  display: block;
  line-height: 30px;
  color: #333333;
}
.left .language a.active {
  color: #990000;
}
.left .menu_nav {
  text-align: center;
  height: 400px;
  border-bottom: 25px solid #b5b5b5;
}
.left .menu_nav a {
  display: block;
  line-height: 45px;
  color: #333333;
  border-bottom: 1px solid #c5c6c7;
}
.left .menu_nav a:hover,
.left .menu_nav a.active {
  background-color: #ffffff;
  color: #990000;
}
.center {
  width: 100%;
}
.center .menu_nav {
  height: 25px;
  background-color: #e0e3e5;
  border-bottom: 1px solid #c5c6c7;
  display: flex;
  justify-content: space-between;
}
.center .menu_nav a {
  padding: 0 18px;
  line-height: 24px;
  color: #333333;
  border-right: 1px solid #c5c6c7;
  text-align: center;
  flex: 1;
}
.center .menu_nav a:last-child {
  border-right: 0 none;
}
.center .menu_nav a:hover,
.center .menu_nav a.active {
  background-color: #ffffff;
  color: #990000;
}
.center .main {
  padding: 30px 23px 0;
  background-color: #ffffff;
}
.center .main .page_title {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin: 0px 0 30px;
}
.center .main .content {
  border-top: 25px solid #990000;
  border-bottom: 25px solid #b5b5b5;
  padding: 25px 0;
}
.center .main .content .back {
  margin: 25px 0;
  display: block;
  color: #000000;
}
.center .main .content .prev_next {
  display: flex;
  justify-content: space-between;
}
.center .main .content .prev_next a {
  color: #000000;
}
.center .main .pages {
  margin-top: 25px;
}
.center .main .pages a {
  color: #333333;
  margin: 0 5px;
}
.center .main .copyright {
  font-size: 14px;
  color: #333333;
  text-align: center;
  padding: 55px 0;
}
@media (max-width: 1030px) {
  .center .menu_nav {
    height: auto;
    flex-flow: column;
    border-bottom: 0 none;
  }
  .center .menu_nav a {
    border-right: 0 none;
    border-bottom: 1px solid #c5c6c7;
  }
  .center .main {
    padding: 30px 0 0;
  }
  .center .main .page_title {
    text-align: center;
  }
  .center .main .content {
    padding: 25px 15px;
  }
  .center .main .content .prev_next {
    flex-flow: column;
  }
  .center .main .content .prev_next a {
    margin: 5px 0;
  }
}
.right {
  flex: 0 0 205px;
}
.right .contact_us {
  border-top: 25px solid #b5b5b5;
  border-bottom: 25px solid #b5b5b5;
  text-align: center;
  padding: 15px 0;
}
.right .contact_us a {
  display: block;
  line-height: 60px;
  color: #333333;
}
.right .menu_nav {
  text-align: center;
  height: 400px;
  border-bottom: 25px solid #b5b5b5;
}
.right .menu_nav a {
  display: block;
  line-height: 45px;
  color: #333333;
  border-bottom: 1px solid #c5c6c7;
}
.right .menu_nav a:hover,
.right .menu_nav a.active {
  background-color: #ffffff;
  color: #990000;
}
@media (max-width: 768px) {
.center .main {
  padding: 15px 10px 0 10px;
  background-color: #ffffff;
}
.center .main .page_title { font-size:16px; margin:0 0 15px;}
}</pre></body></html>