<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Open Sans';
  src:  url('/fonts/Open_Sans/static/OpenSans/OpenSans-Regular.ttf');
}
@font-face {
  font-family: 'Open Sans';
  src:  url('/fonts/Open_Sans/static/OpenSans/OpenSans-Bold.ttf');
  font-weight: bold;
}
body {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  background-image: url('/images/bg1.png');
  background-color: rgba(0, 0, 0, 0.8);
  background-attachment: fixed;
  background-size: 100%;
  background-repeat: repeat;
}
.btn-primary {
  background: #ddc355;
  color: #333333;
  border: none;
  padding: 5px 15px;
  border-radius: 20px;
  cursor: pointer;
  text-decoration: none;
  max-width: 100%;
}
.btn-primary:hover {
  opacity: .8;
  background: #ddc355;
  text-decoration: none;
}
.btn-secondary {
  border: 1px #ddc355 solid;
  background-color: #ffffff;
  font-weight: bold;
  margin: 20px auto;
  border-radius: 20px;
  width: 280px;
  color: #333;
  max-width: 100%;
}
.btn-secondary:hover {
  opacity: .8;
  border: 1px #ddc355 solid;
  background: #ddc355;
  text-decoration: none;
}
header {
  height: 70px;
}
header .dropdown-menu a {
  font-size: 11px;
  color: #ddc355;
}
header .navbar-transparent {
  background: #292929 !important;
}
header #navbarSupportedContent .dropdown-menu {
  white-space: no-wrap;
  border: none;
  top: 50px;
  width: 100%;
}
header #navbarSupportedContent .dropdown-menu .text {
  letter-spacing: 2px;
}
header #navbarSupportedContent .dropdown-menu .item {
  border-color: #ddc355;
  vertical-align: top;
}
header #navbarSupportedContent .dropdown-menu .item img {
  height: 50px;
}
header .logo {
  max-height: 50px;
}
header .nav-item.dropdown.jumbo-menu {
  position: static;
}
header .nav-link {
  color: #ddc355;
  transition: 0.2s;
  font-size: 13px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
header .nav-link:after {
  content: "";
  display: block;
  background-color: #ddc355;
  height: 2px;
  width: 0%;
  -webkit-transition: 0.2s width;
  transition: 0.2s width;
}
header .nav-link:hover:after {
  width: 100%;
}
header .navbar-toggler i {
  color: #ddc355;
}
header .bg-dark {
  background-color: #292929 !important;
}
header .navbar-transparent {
  background-color: transparent;
}
@media (max-width: 768px) {
  header .navbar-transparent {
    background-color: #292929 !important;
  }
}
footer {
  background: #2c2c2c;
  color: #fff;
}
footer h4 {
  font-size: 16px;
}
footer .height-20 {
  height: 20px;
}
footer .height-30 {
  height: 30px;
}
footer .findus img {
  height: 50px;
}
footer .policy-term-conditions a {
  color: #ddc355;
}
.scrolling_text {
  height: 40px;
  overflow: hidden;
  position: relative;
  background: #ddc355;
  margin-top: 7px;
  line-height: 40px;
}
.scrolling_text marquee {
  color: #fff;
}
header .navbar-transparent {
  background: #292929 !important;
}
#section1 {
  background: #f4f4f4;
  padding-top: 20px;
}
#section1 .bg {
  background: #fff;
}
#section1 h1 {
  font-size: 1.2em !important;
  letter-spacing: 6px;
}
#section1 h2 {
  font-size: 1em;
}
#section1 h3 {
  font-size: 1.25em;
}
#section1 .border_top_harga_beli {
  border-top: 2px #f2995d solid;
}
#section1 .border_top_harga_jual {
  border-top: 2px #21dd8a solid;
}
</pre></body></html>