.direction-rtl {
  direction: rtl;
}

.cta-gradient {
  background: linear-gradient(to bottom, #ffffff 10%, #333333 10%);
}

@media (min-width: 640px) {
  .cta-gradient {
    background: linear-gradient(to bottom, #ffffff 30%, #333333 30%);
  }
}
.cta-gradient2 {
  background: linear-gradient(to bottom, #eeeeee 10%, #333333 10%);
}

@media (min-width: 640px) {
  .cta-gradient2 {
    background: linear-gradient(to bottom, #eeeeee 30%, #333333 30%);
  }
}

/*# sourceMappingURL=style.css.map */
