.featured-news__title, .article__title {
  font-size: var(--tdfs-section-title);
  line-height: 120%;
}
@media (max-width: 1024px) {
  .featured-news__title, .article__title {
    line-height: 1.4285714286;
    letter-spacing: -0.02em;
  }
}
.featured-news__description {
  font-size: var(--tdfs-paragraph-md-default);
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media (max-width: 1024px) {
  .featured-news__description {
    line-height: 1.7142857143;
  }
}
.featured-news__date {
  font-size: var(--tdfs-paragraph-md-medium);
  line-height: 1.6;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .featured-news__date {
    line-height: 1.3333333333;
  }
}
.article-card__date {
  font-size: var(--tdfs-article-date);
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .article-card__date {
    line-height: 1.7142857143;
  }
}
.featured-news__label {
  font-size: var(--tdfs-paragraph-md-bold);
  line-height: 1.6;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .featured-news__label {
    line-height: 1.3333333333;
  }
}
.article-card__title {
  font-size: var(--tdfs-article-title);
  line-height: 1.3333333333;
}
@media (max-width: 1024px) {
  .article-card__title {
    line-height: 1.4;
    letter-spacing: -1.5%;
  }
}
.article-card {
  text-decoration: none;
}
.article-card:hover .article-card__image {
  transform: scale(1.1);
}
.article-card:hover .article-card__title {
  text-decoration: underline;
}
.article-card__image-container {
  position: relative;
  border-radius: 0.625vw;
  overflow: hidden;
  width: 100%;
  height: 20.2083333333vw;
  margin-bottom: 1.4583333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .article-card__image-container {
    border-radius: 0.78125vw;
  }
}
@media screen and (max-width: 820px) {
  .article-card__image-container {
    border-radius: 0.9756097561vw;
  }
}
@media screen and (max-width: 768px) {
  .article-card__image-container {
    border-radius: 1.0416666667vw;
  }
}
@media screen and (max-width: 570px) {
  .article-card__image-container {
    border-radius: 1.4035087719vw;
  }
}
@media screen and (max-width: 480px) {
  .article-card__image-container {
    border-radius: 1.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .article-card__image-container {
    border-radius: 2.0512820513vw;
  }
}
@media screen and (max-width: 1024px) {
  .article-card__image-container {
    height: 25.09765625vw;
  }
}
@media screen and (max-width: 820px) {
  .article-card__image-container {
    height: 31.3414634146vw;
  }
}
@media screen and (max-width: 768px) {
  .article-card__image-container {
    height: 33.4635416667vw;
  }
}
@media screen and (max-width: 570px) {
  .article-card__image-container {
    height: 45.0877192982vw;
  }
}
@media screen and (max-width: 480px) {
  .article-card__image-container {
    height: 53.5416666667vw;
  }
}
@media screen and (max-width: 390px) {
  .article-card__image-container {
    height: 65.8974358974vw;
  }
}
@media screen and (max-width: 1024px) {
  .article-card__image-container {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 820px) {
  .article-card__image-container {
    margin-bottom: 1.9512195122vw;
  }
}
@media screen and (max-width: 768px) {
  .article-card__image-container {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 570px) {
  .article-card__image-container {
    margin-bottom: 2.8070175439vw;
  }
}
@media screen and (max-width: 480px) {
  .article-card__image-container {
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .article-card__image-container {
    margin-bottom: 4.1025641026vw;
  }
}
.article-card__image {
  transition: 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-card__title {
  font-family: "Geometric";
  margin-bottom: 1.25vw;
  color: #171717;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .article-card__title {
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 820px) {
  .article-card__title {
    margin-bottom: 0.9756097561vw;
  }
}
@media screen and (max-width: 768px) {
  .article-card__title {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 570px) {
  .article-card__title {
    margin-bottom: 1.4035087719vw;
  }
}
@media screen and (max-width: 480px) {
  .article-card__title {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .article-card__title {
    margin-bottom: 2.0512820513vw;
  }
}
.article-card__date {
  display: block;
  color: #404040;
}
body {
  background-color: #faf7f0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.featured-news__overlay-link {
  position: absolute;
  inset: 0;
  z-index: 10;
}
.featured-news .container:hover .featured-news__image {
  transform: scale(1.1);
}
.featured-news .container:hover .featured-news__title {
  text-decoration: underline;
}
.featured-news__image-container {
  position: relative;
  border-radius: 0.625vw;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .featured-news__image-container {
    border-radius: 0.78125vw;
  }
}
@media screen and (max-width: 820px) {
  .featured-news__image-container {
    border-radius: 0.9756097561vw;
  }
}
@media screen and (max-width: 768px) {
  .featured-news__image-container {
    border-radius: 1.0416666667vw;
  }
}
@media screen and (max-width: 570px) {
  .featured-news__image-container {
    border-radius: 1.4035087719vw;
  }
}
@media screen and (max-width: 480px) {
  .featured-news__image-container {
    border-radius: 1.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .featured-news__image-container {
    border-radius: 2.0512820513vw;
  }
}
.featured-news__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.featured-news__content {
  padding-left: 3.6458333333vw;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .featured-news__content {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 820px) {
  .featured-news__content {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .featured-news__content {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 570px) {
  .featured-news__content {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 480px) {
  .featured-news__content {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 390px) {
  .featured-news__content {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 1024px) {
  .featured-news__content {
    margin-top: 2.34375vw;
  }
}
@media screen and (max-width: 820px) {
  .featured-news__content {
    margin-top: 2.9268292683vw;
  }
}
@media screen and (max-width: 768px) {
  .featured-news__content {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 570px) {
  .featured-news__content {
    margin-top: 4.2105263158vw;
  }
}
@media screen and (max-width: 480px) {
  .featured-news__content {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 390px) {
  .featured-news__content {
    margin-top: 6.1538461538vw;
  }
}
.featured-news__label {
  display: block;
  margin-bottom: 1.25vw;
  color: #284219;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .featured-news__label {
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 820px) {
  .featured-news__label {
    margin-bottom: 0.9756097561vw;
  }
}
@media screen and (max-width: 768px) {
  .featured-news__label {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 570px) {
  .featured-news__label {
    margin-bottom: 1.4035087719vw;
  }
}
@media screen and (max-width: 480px) {
  .featured-news__label {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .featured-news__label {
    margin-bottom: 2.0512820513vw;
  }
}
.featured-news__title {
  font-family: "Geometric";
  margin-bottom: 1.25vw;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .featured-news__title {
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 820px) {
  .featured-news__title {
    margin-bottom: 0.9756097561vw;
  }
}
@media screen and (max-width: 768px) {
  .featured-news__title {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 570px) {
  .featured-news__title {
    margin-bottom: 1.4035087719vw;
  }
}
@media screen and (max-width: 480px) {
  .featured-news__title {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .featured-news__title {
    margin-bottom: 2.0512820513vw;
  }
}
.featured-news__description {
  color: #404040;
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 1024px) {
  .featured-news__description {
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 820px) {
  .featured-news__description {
    margin-bottom: 0.9756097561vw;
  }
}
@media screen and (max-width: 768px) {
  .featured-news__description {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 570px) {
  .featured-news__description {
    margin-bottom: 1.4035087719vw;
  }
}
@media screen and (max-width: 480px) {
  .featured-news__description {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .featured-news__description {
    margin-bottom: 2.0512820513vw;
  }
}
.featured-news__date {
  display: block;
  color: #404040;
  margin-bottom: 1.6666666667vw;
}
@media screen and (max-width: 1024px) {
  .featured-news__date {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 820px) {
  .featured-news__date {
    margin-bottom: 2.9268292683vw;
  }
}
@media screen and (max-width: 768px) {
  .featured-news__date {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 570px) {
  .featured-news__date {
    margin-bottom: 4.2105263158vw;
  }
}
@media screen and (max-width: 480px) {
  .featured-news__date {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 390px) {
  .featured-news__date {
    margin-bottom: 6.1538461538vw;
  }
}
.featured-news__button {
  z-index: 50;
}
.featured-news hr {
  display: none;
}
@media (max-width: 1024px) {
  .featured-news hr {
    display: block;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .featured-news hr {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 820px) {
  .featured-news hr {
    margin-top: 3.9024390244vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .featured-news hr {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 570px) {
  .featured-news hr {
    margin-top: 5.6140350877vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  .featured-news hr {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 390px) {
  .featured-news hr {
    margin-top: 8.2051282051vw;
  }
}

.article {
  padding-top: 0 !important;
}
.article__title {
  font-family: "Geometric";
  margin-bottom: 4.1666666667vw;
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) {
  .article__title {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 820px) {
  .article__title {
    margin-bottom: 3.9024390244vw;
  }
}
@media screen and (max-width: 768px) {
  .article__title {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 570px) {
  .article__title {
    margin-bottom: 5.6140350877vw;
  }
}
@media screen and (max-width: 480px) {
  .article__title {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .article__title {
    margin-bottom: 8.2051282051vw;
  }
}
.article__button-wrapper {
  width: 100%;
  text-align: center;
  padding-bottom: 6.25vw;
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 1024px) {
  .article__button-wrapper {
    padding-bottom: 4.6875vw;
  }
}
@media screen and (max-width: 820px) {
  .article__button-wrapper {
    padding-bottom: 5.8536585366vw;
  }
}
@media screen and (max-width: 768px) {
  .article__button-wrapper {
    padding-bottom: 6.25vw;
  }
}
@media screen and (max-width: 570px) {
  .article__button-wrapper {
    padding-bottom: 8.4210526316vw;
  }
}
@media screen and (max-width: 480px) {
  .article__button-wrapper {
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 390px) {
  .article__button-wrapper {
    padding-bottom: 12.3076923077vw;
  }
}
@media screen and (max-width: 1024px) {
  .article__button-wrapper {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 820px) {
  .article__button-wrapper {
    margin-top: 3.9024390244vw;
  }
}
@media screen and (max-width: 768px) {
  .article__button-wrapper {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 570px) {
  .article__button-wrapper {
    margin-top: 5.6140350877vw;
  }
}
@media screen and (max-width: 480px) {
  .article__button-wrapper {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .article__button-wrapper {
    margin-top: 8.2051282051vw;
  }
}

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