ZuikerCoaching is gestopt

Per eind maart 2026 stopt Zuiker Coaching met haar diensten als coaching. Mocht je nog vragen hebben of contact met mij willen, gebruik dan het formulier hiernaast.

/* -- The root styles must go in the element of the structure with the name "Form". --*/ 

.hero-24__form{
  /* Styles applied to all checkboxes */
  & .options-wrapper{
    & li{
      display: flex;
      align-items: start;
      flex-wrap:nowrap;
    }

    /* Unique styles for privacy policy checkboxes */
    & label[for="form-field-vmwaoi-0"] {
      font-size: var(--text-s);
      line-height: 100%;

      /* Color link */
      & a{
        color: var(--primary)
      }
    }
  }
}