[data-post-list-template=pagination] {
  margin-bottom: 64px;
}
@media screen and (min-width: 640px) {
  [data-post-list-template=pagination] {
    margin-bottom: 74px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  [data-post-list-template=pagination] {
    margin-bottom: 74px;
  }
}
[data-post-list-template=pagination] ul {
  list-style: none;
  padding: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 14px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 640px) {
  [data-post-list-template=pagination] ul {
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  [data-post-list-template=pagination] ul {
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  [data-post-list-template=pagination] ul {
    padding-top: 20px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  [data-post-list-template=pagination] ul {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
[data-post-list-template=pagination] li {
  margin-right: 2px;
}
[data-post-list-template=pagination] li:not(.mobile-display):not(.first):not(.last) {
  display: none;
}
@media screen and (min-width: 1024px) {
  [data-post-list-template=pagination] li:not(.mobile-display):not(.first):not(.last) {
    display: block;
  }
}
[data-post-list-template=pagination] li.last, [data-post-list-template=pagination] li.first {
  display: inline-block;
}
[data-post-list-template=pagination] li:last-of-type {
  margin-right: 0;
}
[data-post-list-template=pagination] li.mobile-display {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 1024px) {
  [data-post-list-template=pagination] li.mobile-display {
    display: none;
  }
}
[data-post-list-template=pagination] li.mobile-display span {
  font-weight: 700;
}
[data-post-list-template=pagination] button {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 700;
  cursor: pointer;
  color: #667085;
  background-color: transparent;
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  text-transform: uppercase;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
[data-post-list-template=pagination] button:not(.prev):not(.next):not(.current-page):focus, [data-post-list-template=pagination] button:not(.prev):not(.next):not(.current-page):hover {
  background-color: #7d89b0;
  color: #ffffff;
}
[data-post-list-template=pagination] button.current-page {
  color: #ffffff;
  background-color: #222e72;
}
[data-post-list-template=pagination] button.next, [data-post-list-template=pagination] button.prev {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 600;
  color: #667085;
  padding: 0;
  width: auto;
}
[data-post-list-template=pagination] button.next:hover, [data-post-list-template=pagination] button.next:focus, [data-post-list-template=pagination] button.prev:hover, [data-post-list-template=pagination] button.prev:focus {
  color: #222e72;
}
[data-post-list-template=pagination] button.next:hover::after, [data-post-list-template=pagination] button.next:hover::before, [data-post-list-template=pagination] button.next:focus::after, [data-post-list-template=pagination] button.next:focus::before, [data-post-list-template=pagination] button.prev:hover::after, [data-post-list-template=pagination] button.prev:hover::before, [data-post-list-template=pagination] button.prev:focus::after, [data-post-list-template=pagination] button.prev:focus::before {
  background-color: #222e72;
}
[data-post-list-template=pagination] button.next.active, [data-post-list-template=pagination] button.prev.active {
  color: #667085;
}
[data-post-list-template=pagination] button.next.active:hover, [data-post-list-template=pagination] button.next.active:focus, [data-post-list-template=pagination] button.prev.active:hover, [data-post-list-template=pagination] button.prev.active:focus {
  color: #222e72;
}
[data-post-list-template=pagination] button.next span, [data-post-list-template=pagination] button.prev span {
  display: inline;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  [data-post-list-template=pagination] button.next span, [data-post-list-template=pagination] button.prev span {
    display: none;
  }
}
[data-post-list-template=pagination] button.prev {
  margin-right: 17px;
}
@media screen and (min-width: 1024px) {
  [data-post-list-template=pagination] button.prev {
    margin-right: 60px;
  }
}
[data-post-list-template=pagination] button.prev::before {
  -webkit-mask-image: url("../../../../assets/images/pager-arrow-right.svg");
  mask-image: url("../../../../assets/images/pager-arrow-right.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #667085;
  margin-right: 15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
[data-post-list-template=pagination] button.next {
  margin-left: 17px;
}
@media screen and (min-width: 1024px) {
  [data-post-list-template=pagination] button.next {
    margin-left: 60px;
  }
}
[data-post-list-template=pagination] button.next::after {
  -webkit-mask-image: url("../../../../assets/images/pager-arrow-right.svg");
  mask-image: url("../../../../assets/images/pager-arrow-right.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #667085;
  margin-left: 15px;
}

.news-landing-page-list__results {
  margin-top: 90px;
  scroll-margin-top: 94px;
}
@media screen and (min-width: 1024px) {
  .news-landing-page-list__results {
    scroll-margin-top: 126px;
  }
}
.news-landing-page-list__news-item {
  max-width: 940px;
  margin: 0 auto;
  margin-bottom: 47px;
  padding: 0 16px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .news-landing-page-list__news-item {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.news-landing-page-list__news-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #b9c0d4;
  margin-top: 22px;
}
.news-landing-page-list__title-link {
  color: #171f27;
  text-decoration: none;
  text-decoration-thickness: 1px;
}
.news-landing-page-list__title-link:hover, .news-landing-page-list__title-link:focus {
  text-decoration: underline;
}
.news-landing-page-list__read-more {
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  text-transform: uppercase;
  color: #171f27;
  text-decoration: none;
}
.news-landing-page-list__read-more:hover, .news-landing-page-list__read-more:focus {
  color: #0070c0;
}
.news-landing-page-list__read-more::after {
  -webkit-mask-image: url("../../../../assets/images/new-tab-thicker.svg");
  mask-image: url("../../../../assets/images/new-tab-thicker.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  content: "";
  display: block;
  margin-left: 9px;
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: currentColor;
}
.news-landing-page-list__title {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 500;
  color: #171f27;
}
@media screen and (min-width: 640px) {
  .news-landing-page-list__title {
    font-size: 1.875rem;
    line-height: 1.2666666667;
    font-weight: 500;
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .news-landing-page-list__title {
    font-size: 1.875rem;
    line-height: 1.2666666667;
    font-weight: 500;
    margin-bottom: 22px;
  }
}
.news-landing-page-list__publication {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 8px;
  color: #5d6b98;
}