/* body .sib-form {
  padding: 0;
  max-width: none;
  border: 0px;
  padding: 0;
  text-align: left !important;
  background-color: transparent !important;
}

body .sib-form * {
  font-family: "Open Sans" !important;
}

body .sib-form form > div {
  padding-bottom: 0 !important;
}

body  #sib-container {
  padding: 0 !important;
  max-width: 490px !important;
  border: 0px !important;
  padding: 0 !important;
}

body .sib-form-block {
  padding: 0 !important;
}

body .sib-form-block p{
  text-align: left;
}

body article .sib-form-block .entry__label {
  margin-bottom: 5px !important;
  font-size: 15px !important;
}

body article .sib-form-block__button {
  font-size: 14px !important;
  background-color: var(--main_color) !important;
  transition: 0.2s ease;
}

body .sib-form-block__button:hover {
  opacity: 0.8;

} */



/* MAUTIC FORM STYLE */

.mautic-title {
  font-size: 28px;
  color: var(--main_color);
  margin-top: 2rem;
  margin-bottom: 0;
}

.mautic-subtitle {
  margin-top: 0;
  margin-bottom: 2rem;
}

.mauticform_wrapper {
  margin: 1rem 0 4rem 0 !important;
  font-size: 15px;
}

#mauticform_twasplussubscriptionform_submit {
  text-align: left !important;
}

#mauticform_twasplussubscriptionform_submit button {
  font-size: 16px; 
  font-weight: 700;
}

