.l-solutions_business-con-btn {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.l-solutions_business-con-btn:hover {
  background-color: #f5f5f5;
}

.l-solutions_business-con-btn.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  -webkit-animation: fill-progress 5s linear forwards;
          animation: fill-progress 5s linear forwards;
}

.l-solutions_business-con-btn.color-ff5a2c.active::after {
  background: linear-gradient(92deg, #FF5A2C 0.23%, #FFA72C 115.12%);
}

.l-solutions_business-con-btn.color-ff3c6a.active::after {
  background: linear-gradient(92deg, #FF3C6A 2.09%, #D704BE 97.91%);
}

.l-solutions_business-con-btn.color-7266f8.active::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.01%, #2C53FF), color-stop(40.16%, #7266F8), color-stop(97.12%, #A473F3));
  background: linear-gradient(90deg, #2C53FF 0.01%, #7266F8 40.16%, #A473F3 97.12%);
}

.l-solutions_business-con-btn.color-3ed156.active::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.04%, #3ED156), color-stop(99.98%, #55A7FF));
  background: linear-gradient(90deg, #3ED156 0.04%, #55A7FF 99.98%);
}

@-webkit-keyframes fill-progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes fill-progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.cta .l-title_box-text.banner-n {
  max-width: 820px;
}
/*# sourceMappingURL=../sourcemaps/page-marketing.css.map */
