.intec-form-popup.template-2 .form-popup-title {
  font-family: var(--font-family-base-second);
}
@supports (display: -webkit-box) {
  .intec-form-popup.template-2 .text-clamp-3 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.intec-form-popup.template-2 .form-popup-container {
  gap: 32px 55px;
}
.intec-form-popup.template-2 .form-popup-button {
  display: block;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  --background-color: transparent;
  --color: var(--scheme);
}
.intec-form-popup.template-2 .form-popup-button-theme {
  --scheme: var(--color-neutral-quarter-bright);
  --scheme-lighten: var(--color-neutral-bright);
  --scheme-darken: var(--color-neutral-semi-bright);
  --scheme-opacity-50: rgba(248, 248, 248, 0.5);
  --scheme-contrast: var(--color-primary-base);
}
.intec-form-popup.template-2 .form-popup-title {
  font-weight: 700;
}
.intec-form-popup.template-2 .form-popup-description {
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .intec-form-popup.template-2 .form-popup-button {
    max-width: none;
    width: 100%;
  }
  .intec-form-popup.template-2 .form-popup-768-text-center {
    text-align: center;
  }
}

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