.ParagraphPromote {
  position: relative;
  z-index: 0; }
  .ParagraphPromote::before, .ParagraphPromote::after {
    content: '';
    position: absolute;
    width: calc(50% + 8rem);
    height: 100%;
    top: 0;
    right: -8rem;
    z-index: -1; }
    @media (max-width: 767px) {
      .ParagraphPromote::before, .ParagraphPromote::after {
        right: calc(-1 * var(--site-padding-mobile));
        width: 85%;
        width: calc(100% + var(--site-padding-mobile)); } }
  .ParagraphPromote::after {
    background: linear-gradient(to right, white 18.5%, transparent 18.55%, transparent 29.8%, white 29.81%, white 41%, transparent 41.01%, transparent 52.5%, white 52.51%, white 65.9%, transparent 65.95%, transparent 77.4%, white 77.41%, white 88.4%, transparent 88.45%); }
  .ParagraphPromote::before, .ParagraphPromote + .ParagraphPromote + .ParagraphPromote::before {
    background: linear-gradient(var(--primary-color), var(--third-color)); }
  .ParagraphPromote + .ParagraphPromote::before {
    background: linear-gradient(var(--third-color), var(--primary-color)); }
  .ParagraphPromote-wrapper {
    background: var(--body-bg-color);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  .ParagraphPromote-surtitle {
    font-weight: normal; }
  .ParagraphPromote-title {
    font-weight: 900;
    color: var(--secondary-color); }
  .ParagraphPromote .arrow-link {
    color: var(--third-color); }

/*# sourceMappingURL=extend-promote.css.map */
