.news-selector-wrapper {
  background-color: #f0f0f0;
}

.news-selector-content {
  display: flex;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  height: 46px;
}

.news-selector-category {
  display: flex;
  margin-left: -5px;
  margin-right: auto;
}

.news-selector-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: -5px 0;
}

.news-selector-company-label {
  margin-right: 8px;
  font-size: 14px;
}

.news-selector-company {
  margin: 5px 0;
  width: 123px;
  height: 30px;
  margin-right: 72px;
}

.news-selector-year {
  margin: 5px 0;
  width: 123px;
  height: 30px;
}

.news-selector-button {
  position: relative;
  margin: 0 5px;
  border: none;
  padding: 8px 10px 8px;
  background-color: transparent;
  color: #002c45;
  font-size: 14px;
}

.news-selector-button::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 5px;
  background-color: #002c45;
  transition: width 0.3s;
}

.news-selector-button:hover::after,
.news-selector-button.active::after {
  width: 100%;
}

@media (max-width: 767px) {
  .news-selector-content {
    flex-direction: column;
    height: auto;
  }

  .news-selector-category {
    width: 100%;
    margin-right: -5px;
    margin-bottom: 30px;
  }

  .news-selector-category > .news-selector-button {
    flex-grow: 1;
  }

  .news-selector-filters {
    width: 100%;
  }

  .news-selector-company {
    margin-right: 0;
  }

  .news-selector-year {
    margin-left: auto;
  }
}

.news-list-wrapper {
  padding: 28px 10px 43px;
}

.news-list-content {
  margin: auto;
  max-width: 960px;
}

.news-pager-wrapper {
  background-color: #f0f0f0;
  padding: 0 10px;
}

.news-pager-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 114px;
}

.news-pager-button-page {
  margin: 0 10px;
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #ffffff;
  color: #002c45;
  font-size: 14px;
}

.news-pager-button-page.active {
  background-color: #dae000;
}

.news-pager-button-prev,
.news-pager-button-next {
  border: none;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

.news-pager-button-prev {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" viewBox="0 0 14 12"><path d="M13.708,70.682l-5,5a1,1,0,0,1-1.413,0,1,1,0,0,1,0-1.414l3.295-3.293H1a1,1,0,0,1,0-2H10.59L7.3,65.682A1,1,0,0,1,8.71,64.268l5,5A1,1,0,0,1,13.708,70.682Z" transform="translate(14.002 75.976) rotate(180)" fill="%23002c45"/></svg>');
}

.news-pager-button-prev:disabled {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" viewBox="0 0 14 12"><path d="M13.708,70.682l-5,5a1,1,0,0,1-1.413,0,1,1,0,0,1,0-1.414l3.295-3.293H1a1,1,0,0,1,0-2H10.59L7.3,65.682A1,1,0,0,1,8.71,64.268l5,5A1,1,0,0,1,13.708,70.682Z" transform="translate(14.002 75.976) rotate(180)" fill="%23c4c4c4"/></svg>');
}

.news-pager-button-next {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" viewBox="0 0 14 12"><path d="M13.708,70.682l-5,5a1,1,0,0,1-1.413,0,1,1,0,0,1,0-1.414l3.295-3.293H1a1,1,0,0,1,0-2H10.59L7.3,65.682A1,1,0,0,1,8.71,64.268l5,5A1,1,0,0,1,13.708,70.682Z" transform="translate(-0.002 -63.975)" fill="%23002c45"/></svg>');
}

.news-pager-button-next:disabled {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" viewBox="0 0 14 12"><path d="M13.708,70.682l-5,5a1,1,0,0,1-1.413,0,1,1,0,0,1,0-1.414l3.295-3.293H1a1,1,0,0,1,0-2H10.59L7.3,65.682A1,1,0,0,1,8.71,64.268l5,5A1,1,0,0,1,13.708,70.682Z" transform="translate(-0.002 -63.975)" fill="%23c4c4c4"/></svg>');
}

.news-article-content {
  border-bottom: solid 1px #e1e7ee;
  padding: 48px 0 64px;
}

.news-article-tags-container {
  display: flex;
  margin-top: 24px;
}

.news-article-tags-container > .common-tag + .common-tag {
  margin-left: 15px;
}

.news-article-date {
  margin-top: 23px;
  text-align: right;
  font-size: 14px;
}

.news-article-title {
  margin-top: 32px;
  margin-bottom: 48px;
  font-size: 26px;
  font-weight: 500;
  border-bottom: solid 1px #e1e7ee;
  padding-bottom: 12px;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  line-height: 1.8;
}
[lang="en"] .news-article-title {
  letter-spacing: .02em;
  line-height: 1.5;
}

.news-article-body {
  line-height: 1.8;
}
[lang="en"] .news-article-body {
  line-height: 1.5;
}

.news-article-body > p {
  margin: 0;
  letter-spacing: .075em;
  font-feature-settings: "palt";
  line-height: 1.8;
}

[lang="en"] .news-article-body > p {
  line-height: 1.5;
  letter-spacing: .02em;
}

.news-article-body > p:not(:first-child) {
  margin-top: 2em;
}

.news-article-body > p:not(:last-child) {
  margin-bottom: 0.5em;
}

.news-article-body a {
  text-decoration: underline;
  transition: opacity 0.3s;
}

.news-article-body a:hover {
  opacity: 0.5;
}

.news-article-body a.link-icon:not([href$=".pdf"])::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"><path d="M8,33a1,1,0,0,1,1-1h3.972a1.024,1.024,0,0,1,.409.076,1.441,1.441,0,0,1,.325.215s0,0,0,0A1.127,1.127,0,0,1,14,33v4a1,1,0,1,1-2,0V35.416L6.706,40.706a1,1,0,0,1-1.412-1.413L10.584,34H9a1,1,0,0,1-1-1ZM0,35a2,2,0,0,1,2-2H5a1,1,0,1,1,0,2H2v9h9V41a1,1,0,1,1,2,0v3a2,2,0,0,1-2,2H2a2,2,0,0,1-2-2Z" transform="translate(0 -32)" fill="%23466f86"/></svg>');
  margin-left: 7px;
  vertical-align: -1px;
}

.news-article-body a[href$=".pdf"]::after {
  content: url('/images/icons/file-pdf-solid.svg');
  margin-left: 4px;
  vertical-align: middle;
}
.news-article-body a[href$=".xlsx"]::after , .news-article-body a[href$=".xls"]::before{
  content: url('/images/icons/file-excel-solid.svg');
  margin-left: 4px;
  vertical-align: middle;
}
.news-article-body a[href$=".docx"]::after , .news-article-body a[href$=".doc"]::before{
  content: url('/images/icons/file-word-solid.svg');
  margin-left: 4px;
  vertical-align: middle;
}

.news-article-body table {
  padding: min(1.25vw, 24px) 0;
  border: solid 1px #e1e7ee;
  width: 100%;
  border-collapse: collapse;
}

.news-article-body table th {
  padding: min(1vw, 6px);
  min-width: min(12.5vw, 240px);
  border: 1px solid #e1e7ee;
  background-color: #edf1f6;
  white-space: nowrap;
  font-weight: normal;
}

.news-article-body table td {
  padding: min(1vw, 6px);
  border: 1px solid #e1e7ee;
  max-width: min(18.75vw, 360px);
  overflow-wrap: break-word;
  line-height: 2;
}

.news-article-body table.none-border,
.news-article-body table.none-border th,
.news-article-body table.none-border td {
  border: none;
  padding: min(0vw, 0px);
}

.news-article-body table.none-border th {
  background-color: transparent;
}

.news-article-back-container {
  margin: 48px auto 92px;
}

.news-article-back {
  padding-left: 33px;
  background-repeat: no-repeat;
  background-position: left 5px center;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" viewBox="0 0 14 12"><path d="M13.708,70.682l-5,5a1,1,0,0,1-1.413,0,1,1,0,0,1,0-1.414l3.295-3.293H1a1,1,0,0,1,0-2H10.59L7.3,65.682A1,1,0,0,1,8.71,64.268l5,5A1,1,0,0,1,13.708,70.682Z" transform="translate(14.002 75.976) rotate(180)" fill="%23002c45"/></svg>');
  text-decoration: none;
  transition: background-position 0.3s;
}

.news-article-back:hover {
  background-position: left center;
}

@media (max-width: 767px) {
.news-article-body img {
  height: auto!important
  }
}