.insight-landing__title {
  margin-bottom: 24px;
}
.insight-landing-featured {
  margin-bottom: 32px;
}
@media (min-width: 960px) {
  .insight-landing-featured {
    margin-bottom: 0;
  }
  .insight-landing-featured .insight-promo__list--items {
    display: flex;
    justify-content: space-between;
  }
  .insight-landing-featured
    .insight-promo__list--items
    .insight-promo__item--child {
    width: 100%;
    margin-left: 0;
  }
}
.insight-landing-featured .article-tile {
  box-shadow: 0px 4px 16px 0px rgba(43, 20, 77, 0.16);
  transition: box-shadow 0.3s 0s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 960px) {
  .insight-landing-featured .article-tile {
    min-height: 0;
    height: 100%;
  }
}
.insight-landing-featured .article-tile:hover {
  box-shadow: 0px 4px 16px 0px rgba(43, 20, 77, 0.4);
}
.insight-landing-trending {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  padding-left: 32px;
  padding-right: 32px;
  margin-left: -32px;
  margin-right: -32px;
  padding-bottom: 16px;
}
@media (min-width: 960px) {
  .insight-landing-trending {
    overflow: auto;
    padding-bottom: 0;
  }
}
.insight-landing-trending .insight-promo__item {
  max-height: calc(100% - 48px);
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 16px;
  margin: -16px;
}
.insight-landing-trending .insight-promo__item::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0);
}
.insight-landing-trending .insight-promo__item::-webkit-scrollbar-thumb {
  border: 3px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 960px) {
  .insight-landing-trending .insight-promo__item {
    overflow-y: scroll;
    padding: 16px 12px;
  }
  .insight-landing-trending .insight-promo__item:hover::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, 0);
  }
  .insight-landing-trending
    .insight-promo__item:hover::-webkit-scrollbar-thumb {
    border: 3px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 100px;
    background-color: #e0dcd7;
  }
}
.insight-landing-trending .article-tile {
  min-height: 190px;
  box-shadow: 0px 4px 16px 0px rgba(43, 20, 77, 0.16);
}
.insight-landing-trending .article-tile__content-container {
  position: relative;
}
@media (hover: none) {
  .insight-landing-trending .article-tile {
    outline: none;
  }
}
@media (hover: hover) {
  .insight-landing-trending .article-tile {
    cursor: pointer;
  }
  .insight-landing-trending
    .article-tile:hover
    .article-tile__content-container,
  .insight-landing-trending
    .article-tile:active
    .article-tile__content-container,
  .insight-landing-trending
    .article-tile:focus-visible:not(.no-focus)
    .article-tile__content-container {
    height: auto;
    top: 0;
    transform: none;
  }
  .insight-landing-trending .article-tile:hover .page-promote__author,
  .insight-landing-trending .article-tile:active .page-promote__author,
  .insight-landing-trending
    .article-tile:focus-visible:not(.no-focus)
    .page-promote__author {
    opacity: 1;
    z-index: 0;
  }
}
.insight-landing-trending .article-tile__content-container {
  height: auto;
  translate: 0;
}
.insight-landing-trending .insight-promo__item--child {
  position: relative;
}
.insight-landing-trending .insight-promo__item--child:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 959px) {
  .insight-landing-trending .page-promote__author {
    position: relative;
  }
}
.insight-landing-popular {
  margin-bottom: 24px;
}
@media (min-width: 960px) {
  .insight-landing-popular {
    margin-bottom: 40px;
  }
}
.insight-landing-popular .insight-landing-popular__item {
  --tag-button-inactive-background: transparent;
  --tag-button-inactive-text-color: #ccc4bd;
  --tag-button-active-background: #f2f0ee;
  --tag-button-active-text-color: #2b144d;
  --tag-button-hovered-background: #ccc4bd;
  --tag-button-hovered-text-color: #2b144d;
  --tag-button-selected-background: #2b144d;
  --tag-button-selected-text-color: #fff;
  --tag-button-padding-right: 16px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding: 0.1rem var(--tag-button-padding-right, 16px) 0.1rem 16px;
  border-radius: 2rem;
  color: var(--tag-button-active-text-color, #ccc4bd);
  border: 1px solid transparent;
  background: var(--tag-button-active-background, #f2f0ee);
  text-decoration: none;
  display: inline-block;
  margin-top: 16px;
  transition: all 0.3s 0s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 16px;
  margin-top: 0;
}
.insight-landing-popular .insight-landing-popular__item:not(:last-of-type) {
  margin-right: 16px;
}
@media (hover: none) {
  .insight-landing-popular .insight-landing-popular__item {
    outline: none;
  }
}
@media (hover: hover) {
  .insight-landing-popular .insight-landing-popular__item {
    cursor: pointer;
  }
  .insight-landing-popular .insight-landing-popular__item:hover,
  .insight-landing-popular .insight-landing-popular__item:active,
  .insight-landing-popular .insight-landing-popular__item:focus-visible {
    color: var(--tag-button-hovered-text-color, #2b144d);
    background: var(--tag-button-hovered-background, #ccc4bd);
  }
}
.insight-landing-popular .insight-landing-popular__item.selected,
.insight-landing-popular .insight-landing-popular__item.active {
  color: var(--tag-button-selected-text-color, #fff);
  background: var(--tag-button-selected-background, #2b144d);
}
@media (min-width: 960px) {
  .insight-landing-popular .insight-landing-popular__item.selected:hover,
  .insight-landing-popular .insight-landing-popular__item.active:hover {
    color: var(--tag-button-hovered-text-color, #2b144d);
    background: var(--tag-button-hovered-background, #ccc4bd);
  }
  .insight-landing-popular .insight-landing-popular__item.selected.focus:hover,
  .insight-landing-popular .insight-landing-popular__item.active.focus:hover {
    color: var(--tag-button-selected-text-color, #fff);
    background: var(--tag-button-selected-background, #2b144d);
  }
  .insight-landing-popular
    .insight-landing-popular__item.selected:focus-visible,
  .insight-landing-popular .insight-landing-popular__item.active:focus-visible {
    outline-color: #ce2c2c;
    outline-width: 1px;
  }
}
.insight-landing-popular .insight-landing-popular__item.in-active {
  color: var(--tag-button-inactive-text-color, #ccc4bd);
  background: var(--tag-button-inactive-background, transparent);
  text-decoration: line-through;
  border-color: rgba(var(--tag-button-inactive-text-color, #ccc4bd), 0.6);
  pointer-events: none;
  cursor: auto;
}
@media (hover: none) {
  .insight-landing-popular .insight-landing-popular__item.in-active {
    outline: none;
  }
}
@media (hover: hover) {
  .insight-landing-popular .insight-landing-popular__item.in-active {
    cursor: pointer;
  }
  .insight-landing-popular .insight-landing-popular__item.in-active:hover,
  .insight-landing-popular .insight-landing-popular__item.in-active:active,
  .insight-landing-popular
    .insight-landing-popular__item.in-active:focus-visible {
    background: var(--tag-button-inactive-background, transparent);
    color: var(--tag-button-inactive-text-color, #ccc4bd);
    border-color: rgba(var(--tag-button-inactive-text-color, #ccc4bd), 0.6);
  }
}
.insight-landing-popular .insight-landing-popular__items {
  padding-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 960px) {
  .insight-landing-popular .insight-landing-popular__items {
    white-space: normal;
    padding-bottom: 0;
  }
}
.insight-landing-promoted {
  padding-top: 32px;
  padding-bottom: 32px;
  background: #fff;
}
@media (min-width: 960px) {
  .insight-landing-promoted {
    padding-top: 80px;
    padding-bottom: 120px;
    opacity: 0;
  }
  .insight-landing-promoted.visible {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  .insight-landing-promoted > .container {
    position: relative;
  }
  .insight-landing-promoted .insight-landing-featured {
    width: calc(100% * 3 / 4 - 13px);
  }
  .insight-landing-promoted .insight-landing-promoted__sidebar {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 16px;
    width: calc(25% - 32px);
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .insight-landing-promoted
    .insight-promo__list--items
    .insight-promo__item.block-highlight {
    width: calc(66.66667% - 16px);
    flex-shrink: 0;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  .insight-landing-promoted
    .insight-promo__list--items
    .insight-promo__item.block-highlight {
    height: 808px;
  }
}
@media (min-width: 960px) {
  .insight-landing-promoted .insight-promo__list--items .insight-promo__item {
    width: calc(33.33333% - 16px);
  }
}
.insight-landing-promoted
  .insight-promo__list--items
  .article-tile
  .page-promote__author,
.insight-landing-promoted .page-promote__author {
  display: block;
}
.insight-landing-promoted .insight-promo__list--items .article-tile__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=t9-insight-promoted.css.map */
