<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.template:before, .template:after {
  content: "";
  display: table; }

.template:after {
  clear: both; }

.lte-ie7 .template {
  zoom: 1; }

.template__columns {
  margin: 0 -1em; }

.template__columns__span {
  width: 100%;
  float: left;
  padding: 0 1em; }

@media all and (min-width: 769px) {
  .template__columns__span--1 {
    width: 8.33333%; }
  .template__columns__span--2 {
    width: 16.66667%; }
  .template__columns__span--3 {
    width: 25%; }
  .template__columns__span--4 {
    width: 33.33333%; }
  .template__columns__span--5 {
    width: 41.66667%; }
  .template__columns__span--6 {
    width: 50%; }
  .template__columns__span--7 {
    width: 58.33333%; }
  .template__columns__span--8 {
    width: 66.66667%; }
  .template__columns__span--9 {
    width: 75%; }
  .template__columns__span--10 {
    width: 83.33333%; }
  .template__columns__span--11 {
    width: 91.66667%; }
  .template__columns__span--12 {
    width: 100%; } }

.lte-ie8 .template__columns__span--1 {
  width: 8.33333%; }

.lte-ie8 .template__columns__span--2 {
  width: 16.66667%; }

.lte-ie8 .template__columns__span--3 {
  width: 25%; }

.lte-ie8 .template__columns__span--4 {
  width: 33.33333%; }

.lte-ie8 .template__columns__span--5 {
  width: 41.66667%; }

.lte-ie8 .template__columns__span--6 {
  width: 50%; }

.lte-ie8 .template__columns__span--7 {
  width: 58.33333%; }

.lte-ie8 .template__columns__span--8 {
  width: 66.66667%; }

.lte-ie8 .template__columns__span--9 {
  width: 75%; }

.lte-ie8 .template__columns__span--10 {
  width: 83.33333%; }

.lte-ie8 .template__columns__span--11 {
  width: 91.66667%; }

.lte-ie8 .template__columns__span--12 {
  width: 100%; }

.template--accordion h2.template--accordion__title {
  padding: .5em 4rem .5em 1.5rem;
  border: 1px solid #0e3b1c;
  margin-bottom: 0.25em;
  font-size: 1.125em;
  position: relative;
  background: #0e3b1c;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #FFFFFF;
  -webkit-transition: background 350ms, color 350ms;
  -o-transition: background 350ms, color 350ms;
  transition: background 350ms, color 350ms; }
  .template--accordion h2.template--accordion__title:after {
    content: '';
    position: absolute;
    right: 1.5rem;
    top: 50%;
    margin-top: -3px;
    border-top: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 350ms;
    transition: -webkit-transform 350ms;
    -o-transition: transform 350ms;
    transition: transform 350ms;
    transition: transform 350ms, -webkit-transform 350ms; }

.template--accordion div.template--accordion__container {
  display: none;
  padding: 1px 1.5rem;
  line-height: 1.5em;
  background-color: #f2f2f2; }

.template--accordion.active &gt; h2.template--accordion__title {
  background: #092612;
  color: #f2f2f2; }
  .template--accordion.active &gt; h2.template--accordion__title:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.no-js .template--accordion h2.template--accordion__title:after {
  display: none; }

.no-js .template--accordion div.template--accordion__container {
  display: block; }

.mason--admin .template--accordion h2.template--accordion__title,
.mason--admin .template--accordion div.template--accordion__container {
  cursor: text;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  position: relative;
  border: 3px solid #EF5B25; }
  .mason--admin .template--accordion h2.template--accordion__title:before,
  .mason--admin .template--accordion div.template--accordion__container:before {
    position: absolute;
    top: 0;
    right: 0;
    background: #EF5B25;
    text-transform: none;
    font-size: 12px;
    color: #FFF;
    padding: 6px 10px;
    line-height: 1.5em;
    z-index: 2; }

.mason--admin .template--accordion h2.template--accordion__title:before {
  content: 'Accordion Title'; }

.mason--admin .template--accordion div.template--accordion__container {
  display: block; }
  .mason--admin .template--accordion div.template--accordion__container:before {
    content: 'Accordion Content'; }

h2.content__block__news_category__list__item__title {
  font-size: 1em; }

h2.content__block__social__list__item__title {
  text-transform: none;
  color: #FFF;
  font-size: 1em; }
  h2.content__block__social__list__item__title a {
    font-weight: 400; }

.attention {
  display: block;
  width: 100%;
  padding: 20px;
  color: #FFF;
  background: #041208;
  border: 2px solid #0e3b1c;
  font-size: 1.1em; }

.button__link {
  display: inline-block; }
  .button__link a {
    display: block;
    position: relative;
    z-index: 1;
    padding: 0.594em 1.375em;
    border-radius: 1.875em;
    font-size: 1em;
    font-weight: 800;
    letter-spacing: 0.025em;
    background: #e8e8e8;
    color: #2f5c3d;
    overflow: hidden;
    text-decoration: none !important;
    -webkit-transition: background .3s ease, color .3s ease;
    -o-transition: background .3s ease, color .3s ease;
    transition: background .3s ease, color .3s ease; }
    .button__link a:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, right top, from(#0e3b1c), to(#3c9056));
      background: -webkit-linear-gradient(left, #0e3b1c, #3c9056);
      background: -o-linear-gradient(left, #0e3b1c, #3c9056);
      background: linear-gradient(to right, #0e3b1c, #3c9056);
      opacity: 0;
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s; }
    .button__link a:after {
      content: '\f105';
      font-family: 'FontAwesome';
      margin: 0 0 0 1em;
      font-size: 1.125em;
      font-weight: 700;
      line-height: 1em;
      vertical-align: middle; }
    .button__link a:hover {
      background: #2f5c3d;
      color: #FFF; }
      .button__link a:hover:before {
        opacity: 1; }

.table__container {
  display: block;
  max-width: 100%;
  overflow: auto; }
  .table__container table thead tr {
    border: 1px solid #0e3b1c; }
  .table__container table thead th {
    background: #cfd8d2;
    border-left: 1px solid #0e3b1c; }
  .table__container table tbody {
    border: 1px solid #0e3b1c; }
    .table__container table tbody td {
      border: 1px solid #0e3b1c; }

blockquote {
  margin: 1em 0;
  font-style: italic;
  padding: 10px 20px;
  border-left: 5px solid #0e3b1c;
  background: #f3f5f4; }
</pre></body></html>