.newsroom-carousel-container {
  width: 100%;
  padding-top: 60px;
}

.newsroom-carousel-container .newsroom-carousel {
  width: 85% !important;
  background: #ffffff;
  box-shadow: 0px 2px 20px 5px rgba(0, 0, 0, 0.06);
  margin: auto;
}

.newsroom-carousel-container .newsroom-carousel.hero-with-bg {
  background-color: #fff2e6;
  padding: 40px 60px 40px 80px;
  border-radius: 4px;
}

@media only screen and (max-width: 1024px) {
  .newsroom-carousel-container .newsroom-carousel.hero-with-bg {
    padding: 0px;
  }
}

.newsroom-carousel-container .newsroom-carousel .top-hero-cta .hero-cta-button-filled {
  width: max-content;
}

@media only screen and (max-width: 1024px) {
  .newsroom-carousel-container {
    display: none;
  }
  .newsroom-carousel-container .newsroom-carousel {
    width: 90%;
  }
  .newsroom-carousel-container .newsroom-carousel .top-hero-left {
    text-align: center;
  }
  .newsroom-carousel-container .newsroom-carousel .top-hero-left .top-hero-bigtext {
    font-size: 18px;
    line-height: 32px;
    font-weight: 900;
  }
  .newsroom-carousel-container .newsroom-carousel .top-hero-left .top-hero-cta {
    display: flex;
    justify-content: center;
  }
  .newsroom-carousel-container .newsroom-carousel .top-hero-right {
    margin-top: 60px;
  }
  .newsroom-carousel-container .top-hero-content {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .newsroom-mobile-feature {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .newsroom-mobile-feature {
    display: block;
  }
}

.newsroom-title-container {
  color: #222222;
  text-align: center;
}

.newsroom-title-container .newsroom-title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 800;
}

.newsroom-title-container .newsroom-subtitle {
  padding-top: 30px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

@media only screen and (max-width: 1024px) {
  .newsroom-title-container .newsroom-title {
    font-size: 20px;
    line-height: 32px;
  }
  .newsroom-title-container .newsroom-subtitle {
    font-size: 16px;
    line-height: 26px;
  }
}

.news-content-list {
  width: 75%;
  margin: auto;
}

.news-content-list .content-body {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  grid-gap: 30px;
}

.news-content-list .content-body .single-content-block {
  border-radius: 30px;
}

@media only screen and (max-width: 374px) {
  .news-content-list .content-body {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}

.newsroom-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.newsroom-pagination .pagination-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.newsroom-pagination .pagination-container .pagination-prev-btn {
  margin-left: 15px;
}

.newsroom-pagination .pagination-container .pagination-next-btn {
  margin-left: 15px;
}

.newsroom-pagination .pagination-container .pagination-end-btn {
  margin-left: 15px;
}

.newsroom-pagination .pagination-container .pagination-pages-container {
  display: flex;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #6f6f8d;
}

.newsroom-pagination .pagination-container .pagination-pages-container .pagination-page-number {
  text-decoration: none;
  color: #6f6f8d;
  margin-left: 15px;
}

.newsroom-pagination .pagination-container .pagination-pages-container .pagination-active-page {
  font-weight: 800;
  color: #143f93;
  border-bottom: 1px solid #143f93;
}

.newsroom-pagination .pagination-container .pagination-pages-container .pagination-dots {
  margin-left: 15px;
}

.newsroom-pagination .pagination-container .pagination-next-btn img {
  transform: rotate(180deg);
}

.newsroom-pagination .pagination-container .pagination-end-btn img {
  transform: rotate(180deg);
}

.newsroom-brand-row.row {
  width: 85%;
  margin: auto;
}

.newsroom-brand-row.row .newsroom-brand-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.newsroom-brand-row.row .newsroom-brand-left .newsroom-brand-row-title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 800;
}

.newsroom-brand-row.row .newsroom-brand-left .newsroom-brand-row-subtitle {
  padding: 30px 0;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.newsroom-brand-row.row .newsroom-brand-cta .hero-cta-button-filled {
  width: max-content;
}

.newsroom-brand-row.row .newsroom-brand-right {
  text-align: center;
}

.newsroom-brand-row.row .newsroom-brand-right img {
  width: 80%;
}

.newsroom-brand-row.row .newsroom-brand-right .newsroom-brand-cta {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .newsroom-brand-row.row .newsroom-brand-left .newsroom-brand-row-title {
    font-size: 20px;
    line-height: 32px;
  }
  .newsroom-brand-row.row .newsroom-brand-left .newsroom-brand-row-subtitle {
    font-size: 14px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 991px) {
  .newsroom-brand-row.row .newsroom-brand-left {
    text-align: center;
  }
  .newsroom-brand-row.row .newsroom-brand-left .newsroom-brand-cta {
    display: none;
  }
  .newsroom-brand-row.row .newsroom-brand-right .newsroom-brand-cta {
    display: flex;
    margin-top: 60px;
    justify-content: center;
  }
}
/*# sourceMappingURL=newsroom.css.map */