.card__cta-main {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  color: #ffffff;
  background-color: #1a293b;
  border-radius: 50px;
  padding: 12px 20px;
  text-decoration: none;
  -moz-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.card__cta-main:hover {
  box-shadow: 0 8px 30px -4px transparent;
  background-color: #07073a;
}

.card, .insights-list__element {
  height: 100%;
}
.card__image, .insights-list__image {
  margin-bottom: 20px;
}
.card img, .insights-list__element img {
  display: block;
  width: 100%;
  height: 189px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .card img, .insights-list__element img {
    height: 320px;
  }
}
@media screen and (min-width: 1280px) {
  .card img, .insights-list__element img {
    height: 245px;
  }
}
.card__link, .insights-list__element-link {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #171f27;
  text-decoration: none;
  height: 100%;
  -moz-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.card__link:focus, .insights-list__element-link:focus, .card__link:hover, .insights-list__element-link:hover {
  background-color: #ffffff;
  box-shadow: 0 8px 40px rgba(29, 41, 57, 0.15);
}
.card__link:focus svg, .insights-list__element-link:focus svg, .card__link:hover svg, .insights-list__element-link:hover svg {
  -webkit-transform: scale3d(1.9, 1, 1);
  -moz-transform: scale3d(1.9, 1, 1);
  transform: scale3d(1.9, 1, 1);
}
.card__link:focus svg path, .insights-list__element-link:focus svg path, .card__link:hover svg path, .insights-list__element-link:hover svg path {
  fill: #0070c0;
}
.card__link:focus .card__cta, .insights-list__element-link:focus .card__cta, .card__link:focus .insights-list__cta-text, .insights-list__element-link:focus .insights-list__cta-text, .card__link:hover .card__cta, .insights-list__element-link:hover .card__cta, .card__link:hover .insights-list__cta-text, .insights-list__element-link:hover .insights-list__cta-text {
  color: #0070c0;
}
.card__title, .insights-list__title {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 500;
  margin-bottom: 12px;
  padding: 0 12px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .card__title, .insights-list__title {
    padding: 0 16px;
  }
}
.card__summary {
  margin-bottom: 49px;
  padding: 0 12px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .card__summary {
    padding: 0 16px;
  }
}
.card__summary p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.card__summary p:first-of-type {
  margin-top: 0;
}
.card__summary p:last-of-type {
  margin-bottom: 0;
}
.card__cta, .insights-list__cta-text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 600;
  color: #171f27;
  text-decoration: none;
  margin-top: auto;
  padding: 0 12px 12px;
  text-transform: uppercase;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .card__cta, .insights-list__cta-text {
    padding: 0 16px 12px;
  }
}
.card__cta svg, .insights-list__cta-text svg {
  margin-left: 8px;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  transform-origin: left;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
}
.card__cta-main {
  display: block;
  max-width: 100%;
  margin-left: 16px;
  margin-right: 16px;
  text-align: center;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .card__cta-main {
    margin: 0 auto;
    max-width: 704px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .card__cta-main {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 75px auto 0;
  }
}
.card__type-date, .insights-list__type {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 600;
  color: #07073a;
  margin-bottom: 6px;
  padding: 0 16px;
}

[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;
}

.ui-selectmenu-button.ui-button {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 700;
  background-color: #ffffff;
  color: #5a5a5f;
  border: 0;
  border-radius: 0;
  border-bottom: 3px solid #171f27;
  padding: 0;
  min-height: 25px;
  text-transform: uppercase;
  width: 100% !important;
  white-space: normal !important;
}
.ui-selectmenu-button.ui-button:focus, .ui-selectmenu-button.ui-button:hover {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 700;
  background-color: #ffffff;
  color: #5a5a5f;
  border: 0;
  border-bottom: 3px solid #171f27;
}
.ui-selectmenu-button.ui-button[aria-expanded=true] {
  border-color: #0070c0;
}

.ui-selectmenu-menu .ui-menu.ui-widget.ui-widget-content {
  padding-top: 14px;
}
.ui-selectmenu-menu .ui-menu.ui-widget.ui-widget-content .ui-menu-item-wrapper {
  padding: 0 14px;
}
.ui-selectmenu-menu .ui-menu.ui-widget.ui-widget-content .ui-menu-item-wrapper:hover, .ui-selectmenu-menu .ui-menu.ui-widget.ui-widget-content .ui-menu-item-wrapper:focus, .ui-selectmenu-menu .ui-menu.ui-widget.ui-widget-content .ui-menu-item-wrapper.ui-state-active {
  color: #171f27;
  background-color: #ffffff;
  border: 0;
  margin: 0;
}
.ui-selectmenu-menu .ui-menu.ui-widget.ui-widget-content .ui-menu-item-wrapper:hover.selected, .ui-selectmenu-menu .ui-menu.ui-widget.ui-widget-content .ui-menu-item-wrapper:focus.selected, .ui-selectmenu-menu .ui-menu.ui-widget.ui-widget-content .ui-menu-item-wrapper.ui-state-active.selected {
  background-color: #eff1f5;
}
.ui-selectmenu-menu .ui-menu.ui-widget.ui-widget-content .ui-menu-item-wrapper.selected {
  background-color: #eff1f5;
}
.ui-selectmenu-menu .ui-menu.ui-widget.ui-widget-content .ui-menu-item-wrapper.selected::after {
  display: block;
}

.insights-list {
  margin-top: 46px;
}
.insights-list__list-results {
  scroll-margin-top: 94px;
}
@media screen and (min-width: 1024px) {
  .insights-list__list-results {
    scroll-margin-top: 126px;
  }
}
.insights-list .featured-insight-block {
  margin-bottom: 80px;
  background-color: #07073a;
}
.insights-list .hidden_label {
  display: none;
}
.insights-list .featured-insight-block__inner {
  margin: 0 auto;
  max-width: 1280px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .insights-list .featured-insight-block__inner {
    margin: 0 auto;
    max-width: 704px;
  }
}
@media screen and (min-width: 1024px) {
  .insights-list .featured-insight-block__inner {
    margin: 0 auto;
    max-width: 1216px;
    padding-left: 16px;
    padding-right: 0;
  }
}
@media screen and (min-width: 1920px) {
  .insights-list .featured-insight-block__inner {
    margin: 0 auto;
    max-width: 1630px;
    padding-right: 0;
    -ms-grid-columns: minmax(auto, 975px) 1fr;
    grid-template-columns: minmax(auto, 975px) 1fr;
  }
}
.insights-list__loading {
  margin: 0 auto;
  max-width: 1280px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .insights-list__loading {
    margin: 0 auto;
    max-width: 704px;
  }
}
@media screen and (min-width: 1024px) {
  .insights-list__loading {
    margin: 0 auto;
    max-width: 1216px;
  }
}
@media screen and (min-width: 1920px) {
  .insights-list__loading {
    margin: 0 auto;
    max-width: 1630px;
    padding-right: 0;
  }
}
.insights-list__list-form {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(auto, 160px))[2];
  grid-template-columns: repeat(2, minmax(auto, 160px));
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 41px;
}
@media screen and (min-width: 768px) {
  .insights-list__list-form {
    -ms-grid-columns: (minmax(auto, 370px))[2];
    grid-template-columns: repeat(2, minmax(auto, 370px));
    -webkit-column-gap: 44px;
    -moz-column-gap: 44px;
    column-gap: 44px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .insights-list__list-form {
    margin: 0 auto;
    max-width: 704px;
    margin-bottom: 54px;
  }
}
@media screen and (min-width: 1024px) {
  .insights-list__list-form {
    margin: 0 auto;
    max-width: 1216px;
    padding: 0 16px;
    margin-bottom: 54px;
  }
}
@media screen and (min-width: 1920px) {
  .insights-list__list-form {
    max-width: 1630px;
    padding: 0 16px;
  }
}
.insights-list__list-form button[type=submit] {
  display: none;
}
.insights-list__element-container {
  display: -ms-grid;
  display: grid;
  row-gap: 40px;
  padding: 0 16px;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .insights-list__element-container {
    margin: 0 auto;
    max-width: 704px;
    padding: 0 16px;
    -ms-grid-columns: (minmax(auto, 336px))[2];
    grid-template-columns: repeat(2, minmax(auto, 336px));
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    row-gap: 72px;
  }
}
@media screen and (min-width: 1024px) {
  .insights-list__element-container {
    margin: 0 auto;
    max-width: 1216px;
    padding: 0 16px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 64px;
  }
}
@media screen and (min-width: 1920px) {
  .insights-list__element-container {
    max-width: 1630px;
    margin: 0 auto;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    padding: 0 16px;
  }
}
.insights-list__image {
  margin-bottom: 24px;
  position: relative;
}
.insights-list__image img {
  max-width: 100%;
  height: auto;
}
.insights-list__title {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 6px;
  padding-left: 16px;
  padding-right: 16px;
}
.insights-list__cta-text {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 8px;
}
.insights-list__type--icon {
  position: absolute;
  bottom: 17px;
  right: 19px;
  width: 46px;
  height: 46px;
  background-color: #ffffff;
  border-radius: 100%;
  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;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}
.insights-list__type--icon img {
  width: 19px;
  height: 19px;
  -o-object-fit: fill;
  object-fit: fill;
}
.insights-list__summary {
  margin-bottom: 47px;
  padding: 0 16px;
}
.insights-list__summary p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.insights-list__list-pagination {
  margin-top: 64px;
  padding-top: 0;
}
.insights-list__no-results {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 16px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .insights-list__no-results {
    margin: 0 auto;
    max-width: 704px;
    padding: 0 16px;
  }
}
@media screen and (min-width: 1024px) {
  .insights-list__no-results {
    margin: 0 auto;
    max-width: 1216px;
    padding: 0 16px;
    padding-right: 0;
  }
}
@media screen and (min-width: 1920px) {
  .insights-list__no-results {
    max-width: 1630px;
    padding-right: 0;
  }
}
.insights-list__list {
  position: relative;
  min-height: 5rem;
}
.insights-list__list[data-querying-page=true]::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.65;
  z-index: 10;
}
.insights-list__list[data-querying-page=true]::after {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  top: min(50% - 50px, 4rem);
  left: -moz-calc(50% - 50px);
  left: calc(50% - 50px);
  border: 16px solid #dcdfea;
  border-top: 16px solid #222e72;
  border-radius: 50%;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
  z-index: 12;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}