.editor-styles-wrapper .FeaturedReports {
  background: var(--colors-black);
  overflow: hidden;
}
.editor-styles-wrapper .FeaturedReports,
.editor-styles-wrapper .FeaturedReports * {
  user-select: none!important;
  --webkit-user-select: none!important;
}
.editor-styles-wrapper .FeaturedReports .embla__viewport {
  overflow: visible!important;
}
.editor-styles-wrapper .FeaturedReports__container {
  padding-top: 80px;
  padding-bottom: 28px;
}
.editor-styles-wrapper .FeaturedReports__title,
.editor-styles-wrapper .FeaturedReports__item__title,
.editor-styles-wrapper .FeaturedReports__item__description,
.editor-styles-wrapper .FeaturedReports__item__tag_title {
  color: var(--colors-white);
}
.editor-styles-wrapper .FeaturedReports__title {
  font-size: 40px;
  line-height: 39px;
  margin: 0 0 24px 0;
}
.editor-styles-wrapper .FeaturedReports__item {
  max-width: 300px;
  padding: 0 7px;
  display: flex;
  flex-direction: column;
}
.editor-styles-wrapper .FeaturedReports__item__image {
  width: 286px;
  height: 286px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 0 6px 0;
}
.editor-styles-wrapper .FeaturedReports__item__tag_title span {
  font-size: 12px;
  line-height: 20px;
  padding: 4px 20px;
  border-radius: 50px;
  width: auto;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
}
.editor-styles-wrapper .FeaturedReports__item__title {
  margin: 17px 0 0 0;
  font-size: 40px;
  line-height: 44px;
  font-family: var(--fonts-h1);
  padding-right: 12px;
}
.editor-styles-wrapper .FeaturedReports__item__description {
  margin: 17px 0 61px 0;
  font-size: 18px;
  line-height: 28px;
  padding-right: 12px;
  flex: 1;
}
.editor-styles-wrapper .FeaturedReports__item__cta {
  font-size: 20px;
  line-height: 28px;
}
.editor-styles-wrapper .FeaturedReports__item.__mode_market_quide .FeaturedReports__item__tag_title span {
  background: var(--colors-secondary);
}
.editor-styles-wrapper .FeaturedReports__item.__mode_report .FeaturedReports__item__tag_title span {
  background: var(--colors-primary);
}
.editor-styles-wrapper .FeaturedReports__buttons_container {
  margin: 5px 0 0 0;
  display: flex;
  justify-content: flex-end;
}
.editor-styles-wrapper .FeaturedReports__button {
  margin-left: 20px;
}
/*# sourceMappingURL=style.css.map */