.l-featured-menu__wrapper {
  margin: 50px 0 0;
}
@media (max-width: 767.98px) {
  .l-featured-menu__wrapper {
    margin: 40px 0 0;
  }
}
.l-featured-menu__read-more-container {
  display: none;
  align-items: center;
  width: 100%;
  gap: 0.5em;
}
.l-featured-menu__read-more-container--active {
  display: flex;
}
.l-featured-menu__content-container {
  display: flex;
  justify-content: center;
  min-height: 358px;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 250ms;
  height: 100%;
}
.l-featured-menu__content-container:hover {
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .l-featured-menu__content-container {
    min-height: 80px;
  }
}
.l-featured-menu__content-container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  transition: 250ms transform;
  background-blend-mode: inherit;
}
.l-featured-menu__content-container:hover::before {
  transform: scale(1.2);
}
.l-featured-menu__content-container--active {
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: overlay;
}
.l-featured-menu__content-container--active:hover {
  cursor: auto;
}
@media (max-width: 991.98px) {
  .l-featured-menu__content-container--active {
    min-height: 260px;
  }
}
.l-featured-menu__content {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0.045) 59%, rgba(0, 0, 0, 0.74) 99%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .l-featured-menu__content {
    padding: 20px;
  }
}
@media (max-width: 991.98px) {
  .l-featured-menu__content {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 2%, rgba(0, 0, 0, 0.7));
    align-items: center;
    justify-content: center;
  }
}
.l-featured-menu__content--active {
  background: none;
}
.l-featured-menu__content--active .l-featured-menu__footer-title img {
  height: 20px;
  bottom: 30px;
  display: block;
}
.l-featured-menu__content--active .l-featured-menu__plus-icon {
  display: none;
}
@media (max-width: 991.98px) {
  .l-featured-menu__content--active .l-featured-menu__footer-title {
    font-size: 2.375em;
  }
}
.l-featured-menu__footer-title {
  width: 100%;
  color: #ffffff;
  font-family: "Tolyer X 6", serif;
  font-size: 2.375em;
  line-height: 0.75;
}
@media (max-width: 991.98px) {
  .l-featured-menu__footer-title {
    font-size: 1.875em;
  }
}
.l-featured-menu__footer-title img {
  display: none;
}
.l-featured-menu__footer-description {
  display: none;
  color: #ffffff;
  font-size: 1em;
  line-height: 1.25;
  margin: 15px 0;
  padding-right: 2em;
  font-weight: bold;
  width: 100%;
}
.l-featured-menu__footer-description p {
  margin: 0;
}
@media (max-width: 991.98px) {
  .l-featured-menu__footer-description {
    font-size: 0.875em;
  }
}
.l-featured-menu__footer-description--active {
  display: block;
  padding: 0;
}
.l-featured-menu__footer-description--active p {
  display: block;
  display: -webkit-box;
  font-size: 1em;
  line-height: 1.25;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991.98px) {
  .l-featured-menu__footer-description--active p {
    display: block;
    display: -webkit-box;
    font-size: 0.875em;
    line-height: 1.25;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.l-featured-menu__read-more {
  color: #ffb30d;
  font-weight: bold;
  font-size: 0.875em;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 991.98px) {
  .l-featured-menu__read-more {
    font-size: 0.8125em;
  }
}
.l-featured-menu__plus-icon {
  position: absolute;
  right: 15px;
  bottom: 35px;
  width: 25px;
  height: 16px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991.98px) {
  .l-featured-menu__plus-icon {
    bottom: auto;
    top: 33px;
  }
}

.js-sector {
  transition: width 200ms ease-out;
}