<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer .news {
  padding-top: 80px;
  max-width: 1170px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  -ms-align-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.footer .news .opera-only :-o-prefocus,
.footer .news {
  word-spacing: -0.43em;
}
.footer .news .container {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: sans-serif;
  width: 33.33%;
}
.footer .news .container .title {
  position: relative;
  padding: 40px;
}
.footer .news .container .title i {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
}
.footer .news .container .title h5 {
  color: #fff;
  margin: 0px;
  margin-right: 25px;
}
.footer .news .container .green {
  background: #3ebb78;
}
.footer .news .container .red {
  background: #f75050;
}
.footer .news .container .block {
  color: #97999a;
  background: #2f3235;
  padding: 30px 40px;
  margin-top: 1px;
}
.footer .news .container .block .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  color: #B4BFC7;
  padding: 0;
}
.footer .news .container .block .title:hover {
  color: #f75050;
}
@media screen and (max-width: 768px) {
  .footer .news .container {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    font-family: sans-serif;
    width: 100%;
    margin-bottom: 20px !important;
  }
}
.footer .news h4 {
  color: #B4BFC7;
  font-weight: bolder;
}
.footer .news h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #97999a;
  margin: 10px 0px 22px 0px;
  text-transform: none;
}
.footer .news p {
  font-size: 16px;
  margin: 0;
}
</pre></body></html>