.editor-styles-wrapper .FeaturedText.__theme_white {
  background: var(--colors-white);
}
.editor-styles-wrapper .FeaturedText.__theme_white .FeaturedText__content {
  color: var(--colors-black);
}
.editor-styles-wrapper .FeaturedText.__theme_primary {
  background: var(--colors-primary);
}
.editor-styles-wrapper .FeaturedText.__theme_primary .FeaturedText__content {
  color: var(--colors-white);
}
.editor-styles-wrapper .FeaturedText.__theme_denary2 {
  background: var(--colors-denary2);
}
.editor-styles-wrapper .FeaturedText.__theme_denary2 .FeaturedText__content {
  color: var(--colors-black);
}
.editor-styles-wrapper .FeaturedText__container {
  padding-top: 98px;
  padding-bottom: 100px;
}
.editor-styles-wrapper .FeaturedText__content {
  max-width: 812px;
  font-family: var(--fonts-h1);
  margin: 0 0 24px 0;
  font-size: 34px;
  line-height: 40px;
}
.editor-styles-wrapper .FeaturedText__cta {
  font-size: 25px;
  line-height: 25px;
}
/*# sourceMappingURL=style.css.map */