[data-intgrtn-offer-logo] {
  opacity: 0;
  max-width: 180px !important;
}

.card-wrapper h3 {
  white-space: normal;
  word-break: break-word;
}

.prose p {
  white-space: normal;
  word-break: break-all;
}

.intgrtn-form-wrapper .intgrtn-form-signup .intgrtn-input-holder {
  margin-bottom: 16px;
}
.intgrtn-form-wrapper .intgrtn-form-signup .intgrtn-input-holder .intgrtn-input {
  color: #111827;
  padding: 12px 16px;
  line-height: 1.25;
  font-weight: 400;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #9CA3AFFF;
  background-color: #FFFFFFFF;
}
.intgrtn-form-wrapper .intgrtn-form-signup .intgrtn-input-holder .intgrtn-input.intgrtn-invalid {
  border-color: #eb162b;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("../img/warning.svg");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.intgrtn-form-wrapper .intgrtn-form-signup .intgrtn-input-holder .intgrtn-input.intgrtn-valid {
  border-color: #41ad48;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("../img/check.svg");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.intgrtn-form-wrapper .intgrtn-form-signup .intgrtn-input-holder .intgrtn-input-message-error {
  text-align: left;
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #fff;
  background: #eb162b;
  padding: 5px;
  border-radius: 0.25rem;
}
.intgrtn-form-wrapper .intgrtn-form-signup .intgrtn-input-holder.has-btn-generate-password {
  display: none;
}
.intgrtn-form-wrapper .intgrtn-form-signup .intgrtn-btn-submit-holder .intgrtn-btn-submit {
  width: 100%;
  padding: 15px;
  height: auto;
  cursor: pointer;
  background-color: #3B82F6FF;
  border-radius: 8px;
  color: #fff;
  background-image: none;
  white-space: normal;
  word-break: break-word;
}

@media all and (max-width: 768px) {
  .menu-footer-legal-container {
    text-align: center;
  }
}

.intgrtn-modal-holder .intgrtn-modal .intgrtn-modal-body .intgrtn-basic-message-layout-holder a {
  color: #3B82F6FF;
  text-decoration: underline;
}

/*# sourceMappingURL=intgrtn.css.map */
