@media (min-width: 960px) {
  .insight-hub__filter--banner .container {
    padding-top: 9rem;
    padding-bottom: 6.8rem;
  }
}
.insight-hub__filter--banner .container .title-wrapper {
  width: 100%;
}
.insight-hub__filter--banner .container .title-wrapper .gt-small-title {
  margin-bottom: 24px;
}
@media (min-width: 960px) {
  .insight-hub__filter--banner .container .title-wrapper .gt-small-title {
    margin-bottom: 32px;
  }
}
.insight-hub__filter .gt-body-text {
  font-size: var(--gt-body-text--font-size, 1.6rem);
  line-height: var(--gt-body-text--line-height, 2.4rem);
  font-weight: var(--gt-body-text--font-weight, var(--font-weight-normal));
  color: #fff;
  margin-bottom: 16px;
  display: block;
}
.insight-hub__filter .gt-body-text.small {
  font-size: 1.4rem;
}
.insight-hub__filter .insight-hub__list--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;
  --tag-button-inactive-text-color: #a06dff;
  --tag-button-active-background: #a06dff;
  --tag-button-active-text-color: #2b144d;
  --tag-button-hovered-background: #2b144d;
  --tag-button-hovered-text-color: #fff;
  --tag-button-selected-background: #fff;
  --tag-button-selected-text-color: #2b144d;
  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);
  order: 1;
  margin-top: 0;
  margin-bottom: 16px;
}
.insight-hub__filter .insight-hub__list--item:not(:last-of-type) {
  margin-right: 16px;
}
@media (hover: none) {
  .insight-hub__filter .insight-hub__list--item {
    outline: none;
  }
}
@media (hover: hover) {
  .insight-hub__filter .insight-hub__list--item {
    cursor: pointer;
  }
  .insight-hub__filter .insight-hub__list--item:hover,
  .insight-hub__filter .insight-hub__list--item:active,
  .insight-hub__filter .insight-hub__list--item:focus-visible {
    color: var(--tag-button-hovered-text-color, #2b144d);
    background: var(--tag-button-hovered-background, #ccc4bd);
  }
}
.insight-hub__filter .insight-hub__list--item.selected,
.insight-hub__filter .insight-hub__list--item.active {
  color: var(--tag-button-selected-text-color, #fff);
  background: var(--tag-button-selected-background, #2b144d);
}
@media (min-width: 960px) {
  .insight-hub__filter .insight-hub__list--item.selected:hover,
  .insight-hub__filter .insight-hub__list--item.active:hover {
    color: var(--tag-button-hovered-text-color, #2b144d);
    background: var(--tag-button-hovered-background, #ccc4bd);
  }
  .insight-hub__filter .insight-hub__list--item.selected.focus:hover,
  .insight-hub__filter .insight-hub__list--item.active.focus:hover {
    color: var(--tag-button-selected-text-color, #fff);
    background: var(--tag-button-selected-background, #2b144d);
  }
  .insight-hub__filter .insight-hub__list--item.selected:focus-visible,
  .insight-hub__filter .insight-hub__list--item.active:focus-visible {
    outline-color: #ce2c2c;
    outline-width: 1px;
  }
}
.insight-hub__filter .insight-hub__list--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-hub__filter .insight-hub__list--item.in-active {
    outline: none;
  }
}
@media (hover: hover) {
  .insight-hub__filter .insight-hub__list--item.in-active {
    cursor: pointer;
  }
  .insight-hub__filter .insight-hub__list--item.in-active:hover,
  .insight-hub__filter .insight-hub__list--item.in-active:active,
  .insight-hub__filter .insight-hub__list--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);
  }
}
@media (max-width: 959px) {
  .insight-hub__filter .insight-hub__list--item.selected {
    order: 0;
    margin-right: 16px;
  }
}
.insight-hub__filter .insight-hub__list--items {
  padding-bottom: 8px;
  padding-top: 0.1rem;
  margin-top: -0.1rem;
  white-space: nowrap;
  overflow-x: auto;
  display: flex;
}
@media (min-width: 960px) {
  .insight-hub__filter .insight-hub__list--items {
    white-space: normal;
    padding-bottom: 0;
    display: inline-block;
    vertical-align: middle;
  }
}

/*# sourceMappingURL=t9-insight-hub-filters.css.map */
