<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Sizes */
.investors-news-page {
  padding: 50px 0 102px;
  background-color: #fff; }
  @media only screen and (max-width: 750px) {
    .investors-news-page {
      padding: 20px 0 36px; } }
  .investors-news-page__wrapper {
    width: 75%; }
    @media only screen and (max-width: 750px) {
      .investors-news-page__wrapper {
        width: 100%; } }
  .investors-news-page__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 170px;
    padding: 15px;
    margin-left: -17px;
    margin-bottom: 20px;
    font-size: 20px; }
    @media only screen and (max-width: 750px) {
      .investors-news-page__back {
        margin-bottom: 5px;
        font-size: 18px; } }
    .investors-news-page__back svg {
      width: 15px;
      height: 16px;
      margin-right: 6px;
      fill: #3b4658;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
    @media (hover), (min-width: 0 \0) {
      .investors-news-page__back:hover svg {
        -webkit-transform: translateX(-5px);
                transform: translateX(-5px); } }
  .investors-news-page__title {
    font-size: 34px;
    line-height: 40px; }
    @media only screen and (max-width: 750px) {
      .investors-news-page__title {
        font-size: 26px;
        line-height: 28px; } }
  .investors-news-page__date {
    margin: 20px 0 50px;
    font-size: 18px;
    line-height: 22px;
    opacity: .4;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    @media only screen and (max-width: 750px) {
      .investors-news-page__date {
        margin: 20px 0 30px; } }
  .investors-news-page__img {
    min-height: 500px;
    margin-bottom: 35px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media only screen and (max-width: 750px) {
      .investors-news-page__img {
        min-height: 230px;
        margin-bottom: 20px; } }
  .investors-news-page__text {
    font-size: 16px;
    line-height: 120%;
    font-weight: 300; }
    .investors-news-page__text p {
      margin-bottom: 14px; }
    .investors-news-page__text h1,
    .investors-news-page__text h2,
    .investors-news-page__text h3 {
      line-height: 130%;
      font-weight: 300; }
    .investors-news-page__text h1 {
      margin-bottom: 18px; }
    .investors-news-page__text h2 {
      margin-bottom: 16px; }
    .investors-news-page__text h3 {
      margin-bottom: 12px; }
  .investors-news-page__doc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    margin-top: 30px; }
    @media only screen and (max-width: 750px) {
      .investors-news-page__doc {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
    @media (hover), (min-width: 0 \0) {
      .investors-news-page__doc:hover .investors-news-page__doc-name {
        text-decoration: underline;
        -webkit-transition: -webkit-text-decoration .3s ease;
        transition: -webkit-text-decoration .3s ease;
        transition: text-decoration .3s ease;
        transition: text-decoration .3s ease, -webkit-text-decoration .3s ease; } }
  .investors-news-page__doc-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 45px;
    height: 45px;
    margin-right: 22px;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #dedede; }
  .investors-news-page__doc-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .investors-news-page__doc-name {
    position: relative;
    max-width: 430px;
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 20px;
    -webkit-transition: -webkit-text-decoration .3s ease;
    transition: -webkit-text-decoration .3s ease;
    transition: text-decoration .3s ease;
    transition: text-decoration .3s ease, -webkit-text-decoration .3s ease; }
  .investors-news-page__doc-desc {
    line-height: 18px;
    color: #9c9a9a; }
    @media only screen and (max-width: 750px) {
      .investors-news-page__doc-desc {
        font-size: 16px; } }

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: all .5s;
  transition: all .5s; }

.fade-enter,
.fade-leave-to {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px); }

/* Sizes */
.investors-rating {
  padding: 40px 0 20px;
}
.investors-rating .investors-rating__title {
    margin-bottom: 32px;
    font-family: "Grtsk-Tera", "Verdana", sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    text-align: left;
}
.investors-rating__table {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 4px;
    border-collapse: collapse;
    -webkit-box-shadow: 0 0 0 1px #e1e1e1;
            box-shadow: 0 0 0 1px #e1e1e1;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
@media only screen and (max-width: 750px) {
.investors-rating__table {
        width: auto;
        font-size: 12px;
}
}
.investors-rating__table th {
      font-weight: 500;
}
.investors-rating__table td,
    .investors-rating__table th {
      padding: 8px 16px 7px;
      text-align: left;
}
.investors-rating__table td:first-child,
      .investors-rating__table th:first-child {
        width: 260px;
}
.investors-rating__table td:nth-child(n + 2),
      .investors-rating__table th:nth-child(n + 2) {
        width: 214px;
}
@media only screen and (max-width: 750px) {
.investors-rating__table td,
        .investors-rating__table th {
          padding-left: 12px;
          padding-right: 12px;
}
}
@media screen and (max-width: 350px) {
.investors-rating__table td,
        .investors-rating__table th {
          padding-left: 7px;
          padding-right: 7px;
}
}
.investors-rating__table tbody {
      color: #434748;
}
.investors-rating__table tbody tr {
        border-top: 1px solid #e1e1e1;
}

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