<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer {
  background-color: #222;
  padding: 25px 0;
  margin: 0;
}

footer img {
  width: 300px;
  margin-left: 12px;
}

.select-lang {
  float: left;
  display: block;
}

.select {
  color: #ffffff;
  text-align: center;
  border: 0;
  font-weight: 600;
  /* text-shadow: 0 0 12px black; */
  transition: color 0.1s ease;
  margin: 9px 3px;
  padding: 12px;
  text-decoration: none;
  font-size: 14px;
  background: #329282;
}

.navbar {
  overflow: hidden;
  padding: 24px;
  background-color: white;
}

.logo {
  /* /* background-color: rgb(0,0,0);  */
  background-color: transparent;
  background-repeat: no-repeat;
  font-weight: bold;
  color: white;
  z-index: 10000;
  float: left;
  padding: 0px;
}

.logo img {
  height: 45px;
  width: auto;
}

.navbar .link {
  float: right;
}

.navbar a {
  float: left;
  display: block;
  color: #3f3f3f;
  text-align: center;
  /* text-shadow: 0 0 12px black; */
  transition: color 0.1s ease;
  margin: 9px 3px;
  padding: 12px;
  text-decoration: none;
  font-size: 14px;
}

.navbar a:hover {
  color: #329282;
}

.navbar .link a {
  color: #329282;
  border-bottom-width: 0;
  /* background-color: #329282; */
}

.navbar .link a:hover {
  color: #187464;
}

.navbar a.logo {
  padding: 0;
  float: left;
}

.navbar .icon {
  display: none;
  font-size: 45px;
  padding: 0px;
  right: 15px;
}

@media screen and (max-width: 900px) {
  .navbar a:not(:first-child) {
    display: none;
  }
  .navbar .link a {
    display: none;
  }
  .navbar a.icon {
    position: absolute;
    padding: 0px;
    right: 15px;
    top: 15px;
    display: block;
  }
  .navbar.responsive {
    position: relative;
  }
  .navbar.responsive .icon {
    position: absolute;
    right: 15px;
    padding: 0px;
    top: 15px;
  }
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .navbar .link a {
    float: left;
    width: 100%;
    padding: 12px;
    padding-right: 15px;
    margin: 3px 0px;
  }
  .navbar {
    padding: 7px;
    padding-top: 16px;
  }
  .navbar .link {
    width: 100%;
  }
}

.icon-social {
  padding: 5px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 3px;
  width: 70px;
  display: inline-block;
}

.icon-social:hover {
  opacity: 0.7;
}

.icon-facebook {
  background: #3b5998;
  color: white;
}

.icon-telegram {
  background: #54a9eb;
  color: white;
}

.icon-twitter {
  background: #55acee;
  color: white;
}

.icon-linkedin {
  background: #007bb5;
  color: white;
}

.icon-pinterest {
  background: #cb2027;
  color: white;
}

.icon-tumblr {
  background: #2c4762;
  color: white;
}

.icon-reddit {
  background: #ff5700;
  color: white;
}

.icon-popup-4 {
  background: #8d8d8d;
  color: white;
}

.search-content {
  background-color: #187464;
  padding: 25px 0;
  margin: 0;
}

.search-panel input[type="text"] {
  padding: 10px;
  font-size: 17px;
  border: 0;
  float: left;
  width: calc(100% - 125px);
  background: white;
  background-image: url("/static/searchicon.png");
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding-left: 40px;
}

.search-panel button {
  float: left;
  width: 125px;
  padding: 10px;
  background: #329282;
  color: white;
  /* font-size: 17px; */
  height: 40px;
  border: 0;
  border-left: none;
  cursor: pointer;
}

.search-panel button:hover {
  background: #1f6e61;
}

.search-panel::after {
  content: "";
  clear: both;
  display: table;
}

.search-panel-dll-box input[type="search"] {
  padding: 10px;
  font-size: 17px;
  border: 0;
  float: left;
  width: calc(100% - 125px);
  background: white;
  background-image: url("/static/searchicon.png");
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding-left: 40px;
}

.search-panel-dll-box input[type="search"]:focus {
  outline: none;
}

.search-panel-dll-box input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 14px;
  width: 14px;
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  color: #3674b3;
  background-size: 14px;
}

.search-panel-dll-box button {
  float: left;
  width: 125px;
  padding: 10px;
  background: #329282;
  color: white;
  height: 40px;
  border: 0;
  border-left: none;
  cursor: pointer;
}

.search-panel-dll-box button:hover {
  background: #1f6e61;
}

.search-panel-dll-box::after {
  content: "";
  clear: both;
  display: table;
}

.dll-hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/static/headimg.jpg");
  height: 50vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.dll-hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #8ce2d4;
}

.dll-hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.dll-hero-text button:hover {
  background-color: #1f6e61;
  color: white;
}

.dll-letter-panel {
  background-color: #f0f0f0;
  padding: 12px;
}

.dll-letter-panel .title {
  color: #187464;
  font-size: 28px;
  font-weight: 600;
}

.dll-letter-panel .letter {
  font-weight: 600;
  color: #38a794;
  padding: 12px;
}

.dll-letter-panel .letter a {
  color: #38a794;
  text-decoration: none;
  padding: 5px;
}

.dll-letter-panel .letter a:hover {
  color: #0c4e43;
}

.dll-list {
  margin: 24px 0;
  column-count: 2;
  -webkit-column-count: 2;
  padding: 12px 0;
  -moz-column-count: 2;
}

.dll-list li {
  font-size: 1.125em;
  font-weight: 600;
  padding: 0em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-column-break-inside: avoid;
  -webkit-backface-visibility: hidden;
}

.dll-list li:nth-child(2n + 1) {
  background-color: #f0f0f0;
}

.dll-list li:hover {
  background-color: #15c9ab34;
}

.dll-list a {
  color: #1f6e61;
  text-decoration: none;
  padding: 7px;
  font-size: 15px;
  display: block;
  transition: padding 0.5s ease;
}

.dll-list a:hover {
  color: #0c4e43;
  padding-left: 12px;
}

.dll-view-panel {
  background-color: #f0f0f0;
  padding: 12px 0px;
  padding-top: 28px;
}

.dll-view-panel .title {
  color: #187464;
  overflow: hidden;
  width: 100%;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 7px 0 0px 0 !important;
}

.dll-view-panel .desc {
  font-weight: 500;
  color: #5a5a5a;
  line-height: 24px;
  word-spacing: 3px;
  padding: 12px 0;
}

.dll-view-panel .panel {
  background-color: white;
  padding: 18px;
  line-height: 24px;
  word-spacing: 3px;
  line-height: 32px;
}

.dll-view-panel .panel img {
  background-color: white;
  padding: 0px;
  margin: 12px 0;
  max-width: 700px;
  width: 100%;
}

.dll-view-panel .panel b {
  text-transform: uppercase;
}
.dll-view-panel .panel p.list {
  margin: 0 3px;
  padding-left: 24px;
  font-size: 14px;
  font-style: italic;
}

.dll-view-panel .letter a {
  color: #38a794;
  text-decoration: none;
  padding: 5px;
}

.dll-view-panel .letter a:hover {
  color: #0c4e43;
}

.dll-view-panel .dll-files {
  margin-top: 7px;
  background-color: #ffffffef;
  padding: 18px;
  line-height: 24px;
  word-spacing: 3px;
  box-shadow: unset 0 0 1px grey;
}

.dll-view-panel .dll-files .zipicon {
  float: left;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  margin: 0;
  padding: 2px 8px;
  border: 0;
}

.dll-view-panel .dll-files .dll-file-zipicon {
  float: left;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  margin: 0;
  padding: 0px;
  height: auto;
  width: 70px;
  border: 0;
}

.dll-view-panel .dll-files .dll-file-title {
  float: left;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  margin: 0;
  padding: 3px 12px;
  font-size: 24px;
  height: auto;
  font-weight: 600;
  color: #0c4e43;
  width: calc(100% - 70px);
  border: 0;
}

.dll-view-panel .dll-files .dll-file-btn {
  float: left;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  margin: 5px 12px;
  padding: 3px 12px;
  width: auto;
  overflow: hidden;
  font-weight: 600;
  background-color: #1f6e61;
  color: white;
  font-size: 14px;
  border-radius: 2px;
  text-decoration: none;
}

.dll-view-panel .dll-files .dll-file-btn:hover {
  background-color: #329282;
}

.dll-view-panel .list-att {
  padding: 4px 0;
}

.dll-view-panel .download {
  padding: 12px 15px;
  margin-top: 22px 0 !important;
  color: white;
  background-color: #0c4e43;
  border-radius: 2px;
  border: 1px;
  font-weight: 600;
  font-size: 24px;
  text-decoration: none;
}

.dll-view-panel .download:hover {
  background-color: #2f796c;
}

.page {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 600;
}

.page a {
  color: #288a79;
  text-decoration: none;
}

.page a:hover() {
  color: #0d5f51;
}

.dll-download-panel {
  background-color: #f0f0f0;
  padding: 12px 0px;
  padding-top: 28px;
}

.dll-download-panel .title {
  color: #a1a1a1 !important;
  overflow: hidden;
  width: 100%;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 7px 0 0px 0 !important;
}

.dll-download-panel .download-btn {
  display: none;
}

.dll-download-panel .title .word {
  font-weight: 600;
  font-style: normal;
  color: #05463b;
}

.dll-download-panel .desc {
  font-weight: 500;
  color: #5a5a5a;
  line-height: 24px;
  word-spacing: 3px;
  padding: 12px 0;
}

.dll-download-panel .panel {
  background-color: white;
  padding: 18px;
  line-height: 24px;
  word-spacing: 3px;
  line-height: 32px;
}

.dll-download-panel .panel b {
  text-transform: uppercase;
}

.dll-download-panel a {
  color: #38a794;
  text-decoration: none;
  padding: 5px;
}

.dll-download-panel a:hover {
  color: #0c4e43;
}

.dll-download-panel #message {
  font-size: 18px;
  font-weight: 600;
}

.dll-download-panel #count {
  display: inline-block;
}

.dll-download-panel #start {
  display: inline-block;
  display: auto;
}

.created_by {
  position: fixed;
  bottom: 12px;
  left: 12px;
  float: left;
  font-size: 10px;
  color: rgb(168, 168, 168);
  text-shadow: 2px 1px 9px rgba(0, 0, 0, 0.1);
}

.created_by_name {
  font-size: 12px;
  color: rgb(109, 109, 109);
  text-decoration: none;
  float: right;
  font-weight: bold;
}

a.created_by_name {
  text-decoration: none;
  color: rgb(109, 109, 109);
}

.search-content-dll-box {
  background-color: #187464;
  padding: 10px 0;
  margin: 0;
}

.search-content label {
  padding-left: 3px;
  font-weight: bold;
}

.search-content label sup {
  padding-left: 3px;
  font-weight: bold;
  color: rgb(0, 0, 0, 0.555);
  font-size: 10px;
}

.search-content input {
  background-color: #fff !important;
  padding: 6px !important;
  backdrop-filter: blur(10px) !important;
  color: black !important;
  cursor: pointer !important;
  transition: ease 0.5s !important;
  margin: 0 !important;
  margin-top: 5px !important;
  margin-left: 5px !important;
  border: 0px solid #187464 !important;
}

.search-content button {
  background-color: #187464;
  padding: 5px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  margin-right: 6px !important;
  backdrop-filter: blur(10px);
  font-size: 18px;
  font-weight: bold;
  fill: black !important;
  border-radius: 0 !important;
  border: 0;
  cursor: pointer;
  transition: ease 0.5s;
  margin-top: 5px !important;
}

.search-content button svg {
  fill: #fff;
  font-weight: 600;
}

.search-content button:hover {
  background-color: #094b40;
  -webkit-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 1);
}

.gsc-results-wrapper-visible {
  opacity: 1 !important;
  visibility: visible !important;
  background-color: white;
  padding: 12px;
}

.search-content .btn-right {
  float: right;
}

.search-content .gscb_a {
  color: #094b40 !important;
}

.search-content .gscb_a:hover {
  color: #309685 !important;
}

.search-content .gsc-search-box {
  font-size: 13px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 4px;
  margin-left: 0;
  background-color: white;
  width: 100%;
  padding: 1px;
}

.search-content .gcse-searchresults {
  height: auto !important;
}

.search-content .gcse-searchbox {
  background-color: transparent !important;
}

.search-content .gsc-control-cse {
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
  border: 0;
}

.search-content .gsc-webResult {
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: 1px !important;
}

.search-content .gsib_a {
  padding: 0 !important;
}

.search-content .gsc-input-box {
  border: 0 !important;
  box-shadow: 0 !important;
  background-color: transparent !important;
}

.gs-imageResult .gs-image-box .gs-image {
  border: none;
  width: 100%;
  height: auto;
}

.adsbygoogle {
  width: calc(100%);
  display: inline-block;
  overflow: hidden;
}

.footer-fixed-ads {
  position: fixed;
  bottom: 0;
  margin: auto;
  z-index: 1000;
  width: 100%;
}

.footer-fixed-ads .container {
  margin: 0 auto;
  padding: 0 auto;
}

.footer-fixed-ads .container .col-1 {
  padding-bottom: 0;
}

.visited {
  color: #00ff00;
}

#search_panel_id .gcse-searchresults {
  height: auto !important;
  padding: 0 !important;
}
#search_panel_id .gcse-searchbox {
  background-color: transparent !important;
}
#search_panel_id .gsc-control-cse {
  border-color: transparent !important;
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

#search_panel_id .gsc-webResult {
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: 1px !important;
  border-color: #ffffffe6 !important;
}
#search_panel_id .gsib_a {
  padding: 3px !important;
}

#search_panel_id .gsst_a .gscb_a {
  padding: 0 !important;
}
#search_panel_id .gsst_b {
  padding: 0 4px !important;
}
#search_panel_id .gsc-input-box {
  border: 0 !important;
  box-shadow: 0 !important;
  background-color: transparent !important;
}
#search_panel_id table.gsc-search-box td.gsc-input {
  padding-right: 7px;
}
#search_panel_id input {
  background-color: #fcfcfb !important;
  padding: 5px !important;
  backdrop-filter: blur(10px) !important;
  border: 0 !important;
  color: black !important;
  cursor: pointer !important;
  transition: ease 0.5s !important;
  margin: 0 !important;
  margin-top: 5px !important;
  font-size: 18px;
}

#search_panel_id button {
  background-color: #329282;
  padding: 5px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  backdrop-filter: blur(10px);
  border: 0;
  font-size: 18px;
  font-weight: bold;
  color: black;
  cursor: pointer;
  transition: ease 0.5s;
  margin-top: 5px !important;
  border-radius: 0 !important;
}
#search_panel_id button:hover {
  background-color: #13554a;
  -webkit-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 1);
}
</pre></body></html>