<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Minification failed. Returning unminified contents.
(3,30): run-time error CSS1034: Expected closing parenthesis, found ','
(3,30): run-time error CSS1042: Expected function, found ','
(3,34): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
.blog-content-index &gt; .main-container &gt; div.row {
  min-height: 650px;
  background-color: rgb(0,0,0,0.5);
  border-radius: 0px;
  margin-bottom: 50px;
  max-height: 750px;
  overflow-y: auto;
}

.blog-content-index &gt; .main-container &gt; div.row &gt; div {
width: 100%;
padding: 0 40px;
}

.blog-content-index &gt; .main-container &gt; div.row &gt; div &gt; p.summary {
  overflow-wrap: break-word;
}

.blog-content-index &gt; .main-container &gt; div.row &gt; div hr {
  color: #8DC63F;
  border: 1px solid;
}

.blog-content-index &gt; .main-container &gt; div.row &gt; div &gt; h4 {
  margin-bottom: 0px;
}


.blog-content-index &gt; .main-container .blog-item {
  margin-top: 25px;
}

  .blog-content-index &gt; .main-container .blog-item img {
    height: 145px;
  }


  .blog-content-index &gt; .main-container .blog-item hr {
    position: relative;
    border: 1px solid white;
    width: 100%;
    margin: 20px 0 0 0;
  }

  .blog-content-index &gt; .main-container .blog-item h3 {
    margin: 0px;
    color: #8DC63F;
    font-weight: 500;
  }

  .blog-content-index &gt; .main-container .blog-item h3+p {
    margin: 0px;
    line-height: 15px;
    font-size: 18px;
    font-weight: 500;
    padding: 0px;
  }

    .blog-content-index &gt; .main-container .blog-item h3 + p + div{
      height: 70px;
      display: block;
      text-overflow: ellipsis;
      overflow: hidden;
      line-height: 18px;
      margin-top: 5px;
    }

      .blog-content-index &gt; .main-container .blog-item h3 + p + div + a {
        float: right;
        color: #8DC63F;
        font-weight: 500;
        line-height: 5px;
        cursor:pointer;
        margin-top:10px;
      }



.page-header {
  background-attachment: fixed;
  height: auto;
  padding-top: 10vh;
}

.header-filter .container {
  height: 100vh;
}


</pre></body></html>