<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.s-overlay.ds.bs:before {background-color: #fff}
.ds .sf-menu &gt; li &gt; a {color: #373768;}
.ds .sf-menu &gt; li &gt; a:hover, .ds .sf-menu &gt; li.active &gt; a {color: #27adc5;}
.justify-nav-start .top-nav {justify-content: center;}
.page_title h1{color:#fff}
.line-right.color-main2 &gt; *:first-child::after {background-color: #27adc5;content: "";display: inline-block;height: 1px;margin-left: 15px;transform: translateY(-0.3em);width: 50px;}
.line-right {font-weight: 600;line-height: .8;}
.page_copyright a{color:#fff; text-decoration: underline}
.page_copyright a:hover{color:#fff;}
.toggle_menu:before, .toggle_menu span, .toggle_menu span:before, .toggle_menu span:after{background-color:#383667}
.line-right.color-main2 &gt; *:first-child::after {
    background-color: #27adc5;
    content: "";
    display: inline-block;
    height: 1px;
    margin-left: 15px;
    transform: translateY(-0.3em);
    width: 50px;
}
.line-left &gt; *:first-child::before {
    background-color: #484848;
    content: "";
    display: inline-block;
    height: 1px;
    margin-right: 15px;
    transform: translateY(-0.3em);
    width: 50px;
}

/* loader */

.loader {
  width: 48px;
  height: 48px;
  border: 3px dotted #FFF;
  border-style: solid solid dotted dotted;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
}
.loader::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px dotted #FF3D00;
  border-style: solid solid dotted;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  animation: rotationBack 1s linear infinite;
  transform-origin: center center;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

/*progress bar*/
#bar_blank {
  border: solid 1px #000;
  height: 20px;
  width: 300px;
}

#bar_color {
  background-color: #006666;
  height: 20px;
  width: 0px;
}

#bar_blank, #hidden_iframe {
  display: none;
}
</pre></body></html>