class CountryExpertiseForm(forms.Form):
    expertise_countries = forms.MultipleChoiceField(
        label='Select the countries you have expertise in',
        choices=choices.COUNTRY_CHOICES,
        required=False,