<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  height: 100%;
}
html.no-scroll {
  width: 100%;
  overflow-y: scroll;
  position: fixed;
}
#jm-allpage {
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all;
}
.off-canvas-right.off-canvas #jm-allpage {
  margin-left: -300px;
  margin-right: 300px;
}
.off-canvas-left.off-canvas #jm-allpage {
  margin-right: -300px;
  margin-left: 300px;
}
#jm-offcanvas {
  width: 300px;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background: #7e858b;
  top: 0;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all;
}
.off-canvas-right #jm-offcanvas {
  right: -300px;
}
.off-canvas-right.off-canvas #jm-offcanvas {
  right: 0;
  overflow-y: auto;
}
.off-canvas-left #jm-offcanvas {
  left: -300px;
}
.off-canvas-left.off-canvas #jm-offcanvas {
  left: 0;
  overflow-y: auto;
}
#jm-offcanvas-toolbar {
  background: #646a70;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
}
#jm-offcanvas-content {
  padding: 15px;
  color: #303030;
}
#jm-offcanvas-content .jm-title {
  color: #303030;
}
.toggle-nav {
  cursor: pointer;
}
.toggle-nav [class^="icon-"],
.toggle-nav [class*=" icon-"] {
  font-size: 20px;
}
.toggle-nav.menu {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  color: inherit;
}
.toggle-nav.menu:hover {
  color: #411552;
}
.toggle-nav.close-menu {
  color: #ffffff;
}
.off-canvas-left #jm-offcanvas-toolbar {
  text-align: right;
}
html[dir='rtl'] .off-canvas-right #jm-offcanvas-toolbar {
  text-align: left;
}
#jm-top-bar .toggle-nav.menu {
  height: 34px;
}
#jm-top-bar .toggle-nav.menu [class^="icon-"],
#jm-top-bar .toggle-nav.menu [class*=" icon-"] {
  height: 34px;
  line-height: 34px;
}
#jm-djmenu .toggle-nav.menu {
  margin: 15px 0;
  height: 40px;
}
#jm-djmenu .toggle-nav.menu [class^="icon-"],
#jm-djmenu .toggle-nav.menu [class*=" icon-"] {
  top: -1px;
  height: 40px;
  line-height: 40px;
}
#jm-offcanvas .jm-module .jm-title {
  color: #ffffff;
}
#jm-offcanvas .jm-module .readmore {
  color: #ffffff;
  border-color: #ffffff;
}
#jm-offcanvas .jm-module .readmore:hover {
  color: #411552;
  border-color: #411552;
}
#jm-offcanvas .jm-module .btn,
#jm-offcanvas .jm-module a.button,
#jm-offcanvas .jm-module input.button,
#jm-offcanvas .jm-module button.button {
  background: #ffffff;
  color: #411552;
}
#jm-offcanvas .jm-module .btn:hover,
#jm-offcanvas .jm-module a.button:hover,
#jm-offcanvas .jm-module input.button:hover,
#jm-offcanvas .jm-module button.button:hover {
  background: #411552;
  color: #ffffff;
}
</pre></body></html>