.component.cta-component {
  background-color: #562C80;
  color: white;
  text-decoration: none;
  padding: 14px 15px;
  display: block;
  border-radius: 0.5rem;
  width: fit-content;
  font-size: 0.875rem;
  min-width: 8rem;
  text-align: center;
  margin-inline: auto;
  transition: background-color 0.2s 0s ease;
}
.component.cta-component:hover {
  cursor: pointer;
  background-color: #2F2F2F;
}
.component.cta-component.cta-has-image {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  overflow: hidden;
  height: 150px;
}
.component.cta-component.cta-has-image:hover .cta-image {
  transform: scale(1.05);
}
.component.cta-component.cta-has-image .cta-text {
  display: flex;
  align-items: center;
  grid-area: 1/1/2/3;
  font-size: 18px;
  padding: 30px 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.component.cta-component.cta-has-image figure {
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.component.cta-component.cta-has-image figure .cta-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.component.cta-component.cta-has-image .cta-text, .component.cta-component.cta-has-image .cta-image {
  height: 100%;
}
.component.cta-component + .media-video .modal-body {
  padding: 0;
}
.component.cta-component + .media-video .modal-content {
  background-color: transparent;
  border: none;
}

/*# sourceMappingURL=cta-component-style.css.map */
