.bg--white {
  background: #ffffff !important;
}

.color--white {
  color: #ffffff !important;
}

.bg--black {
  background: #000000 !important;
}

.color--black {
  color: #000000 !important;
}

.bg--blue {
  background: #004797 !important;
}

.color--blue {
  color: #004797 !important;
}

.bg--darkblue {
  background: #212B59 !important;
}

.color--darkblue {
  color: #212B59 !important;
}

.bg--purple {
  background: #8C1D82 !important;
}

.color--purple {
  color: #8C1D82 !important;
}

.bg--orange {
  background: #F08300 !important;
}

.color--orange {
  color: #F08300 !important;
}

.bg--pastelblue {
  background: #E8EDFF !important;
}

.color--pastelblue {
  color: #E8EDFF !important;
}

.bg--pastelorange {
  background: #FBE9D5 !important;
}

.color--pastelorange {
  color: #FBE9D5 !important;
}

.eye-block.news-grid--home.single-news {
  margin-top: 5rem;
}
.eye-block.news-grid--home.single-news .news-grid--home-intro h2 {
  margin-bottom: 0;
}
.eye-block.news-grid--home .news-grid--home-intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 576px) {
  .eye-block.news-grid--home .news-grid--home-intro {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.eye-block.news-grid--home .news-grid--home-intro a {
  height: fit-content;
}

.news-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.news-item .news-item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news-item .news-item-content .news-item-thumbnail {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
  aspect-ratio: 27/14;
}
.news-item .news-item-content .news-item-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-item .news-item-content .news-item-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.news-item .news-item-content .news-item-text .news-item-badge {
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  background-color: #FBE9D5;
  color: #212B59;
  width: fit-content;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
}
.news-item .news-item-content .news-item-text .news-item-title {
  margin-bottom: 1.5rem;
}
.news-item .news-item-content .news-item-text a {
  margin-top: auto;
  width: fit-content;
}

/*# sourceMappingURL=style.css.map */
