From ba817261e93aea2d7b55e1099b246c2ab3b211ca Mon Sep 17 00:00:00 2001 From: Ray Estrada Date: Thu, 8 Aug 2024 08:51:53 -0700 Subject: [PATCH 1/7] VOTE-2239 Update access to api paths (#909) --- config/sync/views.view.nvrf_api.yml | 2 ++ config/sync/views.view.nvrf_api_blocks.yml | 4 +++- config/sync/views.view.nvrf_api_taxonomy.yml | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/config/sync/views.view.nvrf_api.yml b/config/sync/views.view.nvrf_api.yml index 4c5dc900e..b0c0c5989 100644 --- a/config/sync/views.view.nvrf_api.yml +++ b/config/sync/views.view.nvrf_api.yml @@ -36,6 +36,7 @@ dependencies: - field.storage.node.field_state_abbreviation - node.type.nvrf_page - node.type.state_territory + - user.role.anonymous - user.role.authenticated module: - datetime @@ -161,6 +162,7 @@ display: type: role options: role: + anonymous: anonymous authenticated: authenticated cache: type: tag diff --git a/config/sync/views.view.nvrf_api_blocks.yml b/config/sync/views.view.nvrf_api_blocks.yml index 4c4ea692e..58cf9d034 100644 --- a/config/sync/views.view.nvrf_api_blocks.yml +++ b/config/sync/views.view.nvrf_api_blocks.yml @@ -11,13 +11,14 @@ dependencies: - field.storage.block_content.field_messager_identifier - field.storage.block_content.field_touchpoints_id - field.storage.media.field_media_image + - user.role.anonymous - user.role.authenticated module: - block_content - - image - media - rest - serialization + - svg_image - text - user id: nvrf_api_blocks @@ -514,6 +515,7 @@ display: type: role options: role: + anonymous: anonymous authenticated: authenticated cache: type: tag diff --git a/config/sync/views.view.nvrf_api_taxonomy.yml b/config/sync/views.view.nvrf_api_taxonomy.yml index 4bff198be..8937bd50f 100644 --- a/config/sync/views.view.nvrf_api_taxonomy.yml +++ b/config/sync/views.view.nvrf_api_taxonomy.yml @@ -12,6 +12,7 @@ dependencies: - field.storage.taxonomy_term.field_section_alert - field.storage.taxonomy_term.field_section_description - taxonomy.vocabulary.nvrf_field + - user.role.anonymous - user.role.authenticated module: - rest @@ -764,6 +765,7 @@ display: type: role options: role: + anonymous: anonymous authenticated: authenticated cache: type: tag From 80a0555f3464034046be90d09468ee9ae9e5254c Mon Sep 17 00:00:00 2001 From: Mandy Lloyd <121046395+mlloydbixal@users.noreply.github.com> Date: Fri, 9 Aug 2024 18:04:02 -0400 Subject: [PATCH 2/7] VOTE-2341: Add NVRF link option to State page (#917) --- ...ent.registration_form_selector.default.yml | 39 +++++++++++++++++++ ...ent.registration_form_selector.default.yml | 22 +++++++++++ ..._form_selector.field_digital_form_link.yml | 23 +++++++++++ ..._selector.field_digital_form_paragraph.yml | 24 ++++++++++++ ....block_content.field_digital_form_link.yml | 19 +++++++++ ...k_content.field_digital_form_paragraph.yml | 19 +++++++++ ...tent--registration-form-selector.html.twig | 12 ++++++ 7 files changed, 158 insertions(+) create mode 100644 config/sync/field.field.block_content.registration_form_selector.field_digital_form_link.yml create mode 100644 config/sync/field.field.block_content.registration_form_selector.field_digital_form_paragraph.yml create mode 100644 config/sync/field.storage.block_content.field_digital_form_link.yml create mode 100644 config/sync/field.storage.block_content.field_digital_form_paragraph.yml diff --git a/config/sync/core.entity_form_display.block_content.registration_form_selector.default.yml b/config/sync/core.entity_form_display.block_content.registration_form_selector.default.yml index 95624e08c..2e2251f62 100644 --- a/config/sync/core.entity_form_display.block_content.registration_form_selector.default.yml +++ b/config/sync/core.entity_form_display.block_content.registration_form_selector.default.yml @@ -6,11 +6,34 @@ dependencies: - block_content.type.registration_form_selector - field.field.block_content.registration_form_selector.field_default_option_label - field.field.block_content.registration_form_selector.field_description + - field.field.block_content.registration_form_selector.field_digital_form_link + - field.field.block_content.registration_form_selector.field_digital_form_paragraph - field.field.block_content.registration_form_selector.field_heading - field.field.block_content.registration_form_selector.field_registration_form_link - field.field.block_content.registration_form_selector.field_submit_button_label module: + - field_group + - link - link_attributes + - text +third_party_settings: + field_group: + group_digital_form: + children: + - field_digital_form_paragraph + - field_digital_form_link + label: 'Digital Form' + region: content + parent_name: '' + weight: 8 + format_type: details + format_settings: + classes: '' + show_empty_fields: false + id: '' + open: false + description: '' + required_fields: true id: block_content.registration_form_selector.default targetEntityType: block_content bundle: registration_form_selector @@ -32,6 +55,22 @@ content: size: 60 placeholder: '' third_party_settings: { } + field_digital_form_link: + type: link_default + weight: 10 + region: content + settings: + placeholder_url: '' + placeholder_title: '' + third_party_settings: { } + field_digital_form_paragraph: + type: text_textarea + weight: 9 + region: content + settings: + rows: 5 + placeholder: '' + third_party_settings: { } field_heading: type: string_textfield weight: 1 diff --git a/config/sync/core.entity_view_display.block_content.registration_form_selector.default.yml b/config/sync/core.entity_view_display.block_content.registration_form_selector.default.yml index 2f68d8281..54d04ecf4 100644 --- a/config/sync/core.entity_view_display.block_content.registration_form_selector.default.yml +++ b/config/sync/core.entity_view_display.block_content.registration_form_selector.default.yml @@ -6,11 +6,14 @@ dependencies: - block_content.type.registration_form_selector - field.field.block_content.registration_form_selector.field_default_option_label - field.field.block_content.registration_form_selector.field_description + - field.field.block_content.registration_form_selector.field_digital_form_link + - field.field.block_content.registration_form_selector.field_digital_form_paragraph - field.field.block_content.registration_form_selector.field_heading - field.field.block_content.registration_form_selector.field_registration_form_link - field.field.block_content.registration_form_selector.field_submit_button_label module: - link + - text id: block_content.registration_form_selector.default targetEntityType: block_content bundle: registration_form_selector @@ -32,6 +35,25 @@ content: third_party_settings: { } weight: 1 region: content + field_digital_form_link: + type: link_separate + label: hidden + settings: + trim_length: 80 + url_only: false + url_plain: false + rel: '' + target: '' + third_party_settings: { } + weight: 7 + region: content + field_digital_form_paragraph: + type: text_default + label: hidden + settings: { } + third_party_settings: { } + weight: 8 + region: content field_heading: type: string label: hidden diff --git a/config/sync/field.field.block_content.registration_form_selector.field_digital_form_link.yml b/config/sync/field.field.block_content.registration_form_selector.field_digital_form_link.yml new file mode 100644 index 000000000..ba1cbbd70 --- /dev/null +++ b/config/sync/field.field.block_content.registration_form_selector.field_digital_form_link.yml @@ -0,0 +1,23 @@ +uuid: a92587e0-e01f-475a-8831-07a5299a1b7b +langcode: en +status: true +dependencies: + config: + - block_content.type.registration_form_selector + - field.storage.block_content.field_digital_form_link + module: + - link +id: block_content.registration_form_selector.field_digital_form_link +field_name: field_digital_form_link +entity_type: block_content +bundle: registration_form_selector +label: 'Digital form link' +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + title: 2 + link_type: 17 +field_type: link diff --git a/config/sync/field.field.block_content.registration_form_selector.field_digital_form_paragraph.yml b/config/sync/field.field.block_content.registration_form_selector.field_digital_form_paragraph.yml new file mode 100644 index 000000000..b15e82fa4 --- /dev/null +++ b/config/sync/field.field.block_content.registration_form_selector.field_digital_form_paragraph.yml @@ -0,0 +1,24 @@ +uuid: cb633190-ab29-4b6a-8798-506007d410db +langcode: en +status: true +dependencies: + config: + - block_content.type.registration_form_selector + - field.storage.block_content.field_digital_form_paragraph + - filter.format.simple_html + module: + - text +id: block_content.registration_form_selector.field_digital_form_paragraph +field_name: field_digital_form_paragraph +entity_type: block_content +bundle: registration_form_selector +label: 'Digital form paragraph' +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + allowed_formats: + - simple_html +field_type: text_long diff --git a/config/sync/field.storage.block_content.field_digital_form_link.yml b/config/sync/field.storage.block_content.field_digital_form_link.yml new file mode 100644 index 000000000..9613c774d --- /dev/null +++ b/config/sync/field.storage.block_content.field_digital_form_link.yml @@ -0,0 +1,19 @@ +uuid: 1b0313da-9640-4b22-a165-e0a91322e38b +langcode: en +status: true +dependencies: + module: + - block_content + - link +id: block_content.field_digital_form_link +field_name: field_digital_form_link +entity_type: block_content +type: link +settings: { } +module: link +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.block_content.field_digital_form_paragraph.yml b/config/sync/field.storage.block_content.field_digital_form_paragraph.yml new file mode 100644 index 000000000..a86429a72 --- /dev/null +++ b/config/sync/field.storage.block_content.field_digital_form_paragraph.yml @@ -0,0 +1,19 @@ +uuid: da7d778b-3f42-4131-b985-2bc7a880f22d +langcode: en +status: true +dependencies: + module: + - block_content + - text +id: block_content.field_digital_form_paragraph +field_name: field_digital_form_paragraph +entity_type: block_content +type: text_long +settings: { } +module: text +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/web/themes/custom/votegov/templates/block/block-content--registration-form-selector.html.twig b/web/themes/custom/votegov/templates/block/block-content--registration-form-selector.html.twig index a5a9abebd..7390f57c4 100755 --- a/web/themes/custom/votegov/templates/block/block-content--registration-form-selector.html.twig +++ b/web/themes/custom/votegov/templates/block/block-content--registration-form-selector.html.twig @@ -13,7 +13,19 @@ {# Hold these title_* placeholders for potential integration #} {{ title_prefix }} {{ title_suffix }} +

{{ content.field_heading | field_value | render | replace({"@state_name": currentnode.getTitle()}) | raw }}

+ + {{ content.field_digital_form_paragraph | field_value }} + {% if content.field_digital_form_link | render %} +

+ {% include '@votegov/component/button.html.twig' with { + 'href': elements['#block_content'].field_digital_form_link.0.url, + 'label': elements['#block_content'].field_digital_form_link.0.title + } %} +

+ {% endif %} +

{{ content.field_description | field_value }}

From 28bc21ba31f639e229c47fef0cf36739b07f3830 Mon Sep 17 00:00:00 2001 From: Mandy Lloyd <121046395+mlloydbixal@users.noreply.github.com> Date: Fri, 9 Aug 2024 18:40:17 -0400 Subject: [PATCH 3/7] VOTE-2356: Add NVRF app to custom module (#913) --- .../block.block.votegov_nvrfdigitalform.yml | 33 + config/sync/system.performance.yml | 4 +- web/data/en/cards.json | 18 + web/data/en/fields.json | 743 ++ web/data/en/navigation.json | 61 + web/data/en/pages.json | 130 + web/data/en/states.json | 8378 +++++++++++++++++ web/data/en/strings.json | 33 + web/modules/custom/vote_nvrf/README.md | 4 + .../custom/vote_nvrf/dist/assets/index.js | 121 + .../custom/vote_nvrf/dist/assets/nvrf.css | 72 + .../files/Federal_Voter_Registration_ENG.pdf | Bin 0 -> 1001487 bytes .../custom/vote_nvrf/package-lock.json | 1406 +++ web/modules/custom/vote_nvrf/package.json | 15 + .../src/Plugin/Block/NVRFDigitalForm.php | 45 + .../custom/vote_nvrf/vote_nvrf.info.yml | 2 +- .../custom/vote_nvrf/vote_nvrf.libraries.yml | 7 + 17 files changed, 11069 insertions(+), 3 deletions(-) create mode 100644 config/sync/block.block.votegov_nvrfdigitalform.yml create mode 100644 web/data/en/cards.json create mode 100644 web/data/en/fields.json create mode 100644 web/data/en/navigation.json create mode 100644 web/data/en/pages.json create mode 100644 web/data/en/states.json create mode 100644 web/data/en/strings.json create mode 100644 web/modules/custom/vote_nvrf/README.md create mode 100644 web/modules/custom/vote_nvrf/dist/assets/index.js create mode 100644 web/modules/custom/vote_nvrf/dist/assets/nvrf.css create mode 100644 web/modules/custom/vote_nvrf/dist/files/Federal_Voter_Registration_ENG.pdf create mode 100644 web/modules/custom/vote_nvrf/package-lock.json create mode 100644 web/modules/custom/vote_nvrf/package.json create mode 100644 web/modules/custom/vote_nvrf/src/Plugin/Block/NVRFDigitalForm.php create mode 100644 web/modules/custom/vote_nvrf/vote_nvrf.libraries.yml diff --git a/config/sync/block.block.votegov_nvrfdigitalform.yml b/config/sync/block.block.votegov_nvrfdigitalform.yml new file mode 100644 index 000000000..846dcc55d --- /dev/null +++ b/config/sync/block.block.votegov_nvrfdigitalform.yml @@ -0,0 +1,33 @@ +uuid: bb7f63de-b512-4093-9d4a-80beac48540e +langcode: en +status: true +dependencies: + module: + - system + - user + - vote_nvrf + theme: + - votegov +id: votegov_nvrfdigitalform +theme: votegov +region: content +weight: 0 +provider: null +plugin: nvrf_app +settings: + id: nvrf_app + label: 'NVRF Digital Form' + label_display: '0' + provider: vote_nvrf +visibility: + request_path: + id: request_path + negate: false + pages: "/legacy\r\n/es/legacy" + user_role: + id: user_role + negate: false + context_mapping: + user: '@user.current_user_context:current_user' + roles: + authenticated: authenticated diff --git a/config/sync/system.performance.yml b/config/sync/system.performance.yml index 6b57fb61b..cd81c181f 100644 --- a/config/sync/system.performance.yml +++ b/config/sync/system.performance.yml @@ -4,7 +4,7 @@ cache: page: max_age: 0 css: - preprocess: false + preprocess: true gzip: true fast_404: enabled: true @@ -12,6 +12,6 @@ fast_404: exclude_paths: '/\/(?:styles|imagecache)\//' html: '404 Not Found

Not Found

The requested URL "@path" was not found on this server.

' js: - preprocess: false + preprocess: true gzip: true stale_file_threshold: 2592000 diff --git a/web/data/en/cards.json b/web/data/en/cards.json new file mode 100644 index 000000000..8884ed565 --- /dev/null +++ b/web/data/en/cards.json @@ -0,0 +1,18 @@ +[ + { + "uuid": "0ac52b5d-4381-4b4e-830e-38319f3a3757", + "lang": "en", + "heading": "I am already registered in @state_name and need to change my information.", + "body": "\u003Cp\u003EReport a change to registration information, such as name, address, or political party.\u003C\/p\u003E", + "button_label": "Change registration information", + "image_url": "" + }, + { + "uuid": "3abd804c-2787-44f9-a06b-ad6d63ca797f", + "lang": "en", + "heading": "I am registering in @state_name for the first time.", + "body": "\u003Cp\u003ERegister for the first time in this state. We recommend having your driver\u2019s license or non-driver identification number available.\u003C\/p\u003E", + "button_label": "Begin new registration", + "image_url": "" + } +] \ No newline at end of file diff --git a/web/data/en/fields.json b/web/data/en/fields.json new file mode 100644 index 000000000..e7bddf799 --- /dev/null +++ b/web/data/en/fields.json @@ -0,0 +1,743 @@ +[ + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "lang": "en", + "nvrf_id": "choice_of_party", + "name": "Choice of party", + "label": "Enter the full name of the political party you wish to join or leave blank.", + "help_text": false, + "error_msg": "Choice of party must be filled out.", + "instructions": "\u003Cp\u003EIf you don\u0027t want to register with any political party, leave this field blank. You can still vote in general elections and open primary elections. But if your state holds a partisan primary election, you\u0027ll need to register with that party to vote in the partisan primary election.\u003C\/p\u003E", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "39fc63ad-ed5a-4ad5-98d3-aa236c96c61c", + "lang": "en", + "nvrf_id": "eligibility", + "name": "Confirm Eligibility*", + "label": "I am a U.S. citizen and meet the eligibility requirements listed above.", + "help_text": false, + "error_msg": "Confirm eligibility to continue.", + "instructions": "\u003Cp\u003EIf you do not agree with the above statement, do not continue with your voter registration.\u003C\/p\u003E", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "73e74065-fd5a-43c0-907c-268120e34bc3", + "lang": "en", + "nvrf_id": "confirm_info", + "name": "Confirm Information", + "label": "The information I have provided is true to the best of my knowledge under penalty of perjury.", + "help_text": false, + "error_msg": "Checkbox must be checked to continue.", + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "lang": "en", + "nvrf_id": "first_name", + "name": "Current Legal Name: First Name", + "label": "First name", + "help_text": false, + "error_msg": "First name must be filled out.", + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "lang": "en", + "nvrf_id": "last_name", + "name": "Current Legal Name: Last Name", + "label": "Last name", + "help_text": false, + "error_msg": "Last name must be filled out.", + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "lang": "en", + "nvrf_id": "middle_names", + "name": "Current Legal Name: Middle Name(s)", + "label": "Middle name(s)", + "help_text": "If you do not have a middle name, leave this field blank.", + "error_msg": false, + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "lang": "en", + "nvrf_id": "suffix", + "name": "Current Legal Name: Suffix", + "label": "Suffix", + "help_text": false, + "error_msg": false, + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [ + { + "key": "Jr.", + "value": "Jr." + }, + { + "key": "Sr.", + "value": "Sr." + }, + { + "key": "II", + "value": "II" + }, + { + "key": "III", + "value": "III" + }, + { + "key": "IV", + "value": "IV" + } + ] + }, + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "lang": "en", + "nvrf_id": "salutation", + "name": "Current Legal Name: Title", + "label": "Title", + "help_text": false, + "error_msg": false, + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [ + { + "key": "Mr.", + "value": "Mr" + }, + { + "key": "Miss", + "value": "Miss" + }, + { + "key": "Ms.", + "value": "Ms" + }, + { + "key": "Mrs.", + "value": "Mrs" + } + ] + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "lang": "en", + "nvrf_id": "dob", + "name": "Date of birth", + "label": "Date of birth", + "help_text": "MM\/DD\/YYYY", + "error_msg": "Date of birth must follow the format of 01 19 2000.", + "instructions": "\u003Cp\u003EBe careful not to use today\u2019s date.\u003C\/p\u003E", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "e7340274-ee3f-4d73-a967-c9d7c249be7b", + "lang": "en", + "nvrf_id": "diff_mailing_address", + "name": "Different Mailing Address", + "label": "I get my mail at a different address from the one above.", + "help_text": false, + "error_msg": false, + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "lang": "en", + "nvrf_id": "apt_lot_number", + "name": "Home Address: Apt or Lot#", + "label": "Apartment or lot#", + "help_text": false, + "error_msg": false, + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "lang": "en", + "nvrf_id": "city", + "name": "Home Address: City", + "label": "City", + "help_text": false, + "error_msg": "City name must be filled out.", + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "lang": "en", + "nvrf_id": "mail_state", + "name": "Home Address: State", + "label": "State", + "help_text": false, + "error_msg": false, + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "lang": "en", + "nvrf_id": "home_address", + "name": "Home Address: Street Address", + "label": "Street address", + "help_text": "1234 Main St.", + "error_msg": "Street address must be filled out.", + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "lang": "en", + "nvrf_id": "zip_code", + "name": "Home Address: ZIP", + "label": "ZIP code", + "help_text": "12345", + "error_msg": "ZIP code must be 5 digits.", + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "lang": "en", + "nvrf_id": "id_no_id", + "name": "ID: No valid ID", + "label": "I do not have a valid ID.", + "help_text": false, + "error_msg": false, + "instructions": "\u003Cp\u003E\u0022None\u0022 will appear on your completed form.\u003C\/p\u003E", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "lang": "en", + "nvrf_id": "id_number", + "name": "ID: Social Security Number", + "label": "Social security number (last 4 digits)", + "help_text": "Provide the last 4 digits, for example (xxx-xx-1234)", + "error_msg": "Social security number must be 4 digits.", + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "fe8cf91e-f872-4ed7-848c-09c99a7d83c8", + "lang": "en", + "nvrf_id": "id_number", + "name": "ID: Social Security Number (Full)", + "label": "Full social security number", + "help_text": "Provide all 9 digits, for example (123-55-1234)", + "error_msg": "Social security number must be 9 digits.", + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "lang": "en", + "nvrf_id": "id_number", + "name": "ID: State Driver\u0027s License Number", + "label": "State driver\u0027s license number", + "help_text": false, + "error_msg": "ID number must be filled out.", + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "lang": "en", + "nvrf_id": "id_number", + "name": "ID: State Non-driver ID", + "label": "State non-driver ID", + "help_text": false, + "error_msg": "ID number must be filled out.", + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "27d3a15c-f8c0-4035-9b0a-c2c0f674519c", + "lang": "en", + "nvrf_id": "id_type", + "name": "Identification Type", + "label": "Choose your identification type", + "help_text": false, + "error_msg": "Identification selection must be made from the list.", + "instructions": "\u003Cp\u003ESelect one option from the list.\u0026nbsp;\u003C\/p\u003E", + "section_description": "", + "section_alert": "", + "options": [ + { + "key": "default", + "value": "Select Identification" + }, + { + "key": "driver-id-num", + "value": "State Driver\u0027s License Number" + }, + { + "key": "state-id-num", + "value": "State Non-driver ID Number" + }, + { + "key": "ssn", + "value": "Social Security Number (Last 4 digits)" + }, + { + "key": "ssn-full", + "value": "Full Social Security Number" + }, + { + "key": "none", + "value": "I do not have a valid ID" + } + ] + }, + { + "uuid": "e87ca867-c5a5-4e42-98d5-d742edd03de3", + "lang": "en", + "nvrf_id": "changed_name", + "name": "Legally changed name", + "label": "I have legally changed my name since the last time I registered to vote.", + "help_text": false, + "error_msg": false, + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "f6634a79-49af-47a4-8e86-d74ba5b892b9", + "lang": "en", + "nvrf_id": "mail_apt_lot_number", + "name": "Mailing Address: Apt or Lot#", + "label": "Apartment or lot#", + "help_text": false, + "error_msg": false, + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "lang": "en", + "nvrf_id": "mail_city", + "name": "Mailing Address: City", + "label": "City", + "help_text": false, + "error_msg": "City name must be filled out.", + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "lang": "en", + "nvrf_id": "mail_state", + "name": "Mailing Address: State", + "label": "State", + "help_text": false, + "error_msg": "Mailing state selection must be made.", + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "lang": "en", + "nvrf_id": "mail_address", + "name": "Mailing Address: Street Address", + "label": "Street address", + "help_text": false, + "error_msg": "Mailing street address must be filled out.", + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "lang": "en", + "nvrf_id": "mail_zip_code", + "name": "Mailing Address: ZIP Code", + "label": "ZIP code", + "help_text": "12345", + "error_msg": "ZIP code must be 5 digits.", + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "c3011c62-d174-420c-817a-bffbcd45687a", + "lang": "en", + "nvrf_id": "moved", + "name": "Moved", + "label": "I have moved since I last registered in this state.", + "help_text": false, + "error_msg": false, + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "lang": "en", + "nvrf_id": "first_name_2", + "name": "Name Before Legally Changed: First Name", + "label": "First name", + "help_text": false, + "error_msg": "First name must be filled out.", + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "lang": "en", + "nvrf_id": "last_name_2", + "name": "Name Before Legally Changed: Last Name", + "label": "Last name", + "help_text": false, + "error_msg": "Last name must be filled out.", + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "lang": "en", + "nvrf_id": "middle_names_2", + "name": "Name Before Legally Changed: Middle Name(s)", + "label": "Middle name(s)", + "help_text": "If you do not have a middle name, you may leave this field blank.", + "error_msg": false, + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "lang": "en", + "nvrf_id": "suffix_2", + "name": "Name Before Legally Changed: Suffix", + "label": "Suffix", + "help_text": false, + "error_msg": false, + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [ + { + "key": "Jr.", + "value": "Jr." + }, + { + "key": "Sr.", + "value": "Sr." + }, + { + "key": "II", + "value": "II" + }, + { + "key": "III", + "value": "III" + }, + { + "key": "IV", + "value": "IV" + } + ] + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "lang": "en", + "nvrf_id": "title_2", + "name": "Name Before Legally Changed: Title", + "label": "Title", + "help_text": false, + "error_msg": false, + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [ + { + "key": "Mr.", + "value": "Mr" + }, + { + "key": "Miss", + "value": "Miss" + }, + { + "key": "Ms.", + "value": "Ms" + }, + { + "key": "Mrs.", + "value": "Mrs" + } + ] + }, + { + "uuid": "35c2b98d-477c-45f3-9f93-f720406080f1", + "lang": "en", + "nvrf_id": "no_street_address", + "name": "No Street Address", + "label": "I do not have a street address.", + "help_text": false, + "error_msg": false, + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "lang": "en", + "nvrf_id": "telephone_number", + "name": "Phone Number", + "label": "Phone number", + "help_text": "(123) 456-7890", + "error_msg": "Phone number must be 10 digits.", + "instructions": "\u003Cp\u003EYou do not have to provide your telephone number. This is used if election officials have questions about your form.\u003C\/p\u003E", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "lang": "en", + "nvrf_id": "prev_apt_lot_number", + "name": "Previous Home Address: Apt or Lot#", + "label": "Apartment or lot#", + "help_text": false, + "error_msg": false, + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "lang": "en", + "nvrf_id": "prev_city", + "name": "Previous Home Address: City", + "label": "City", + "help_text": false, + "error_msg": "City name must be filled out.", + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "lang": "en", + "nvrf_id": "prev_state", + "name": "Previous Home Address: State", + "label": "State", + "help_text": false, + "error_msg": "Previous state selection must be made.", + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "lang": "en", + "nvrf_id": "prev_address", + "name": "Previous Home Address: Street Address", + "label": "Street address", + "help_text": false, + "error_msg": "Previous street address must be filled out.", + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "lang": "en", + "nvrf_id": "prev_zip_code", + "name": "Previous Home Address: ZIP Code", + "label": "ZIP code", + "help_text": "124345", + "error_msg": "ZIP code must be 5 digits.", + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "2bfff6c6-6782-4b14-ac45-642efd278f6a", + "lang": "en", + "nvrf_id": "race_ethnic_group", + "name": "Race or Ethnic Group", + "label": "Race or ethnic group", + "help_text": false, + "error_msg": "Race or ethnic group must be filled out.", + "instructions": "\u003Cp\u003ESelect the choice that best describes you from the list.\u003C\/p\u003E", + "section_description": "", + "section_alert": "", + "options": [ + { + "key": "American Indian or Alaskan Native", + "value": "American Indian or Alaskan Native" + }, + { + "key": "Asian or Pacific Islander", + "value": "Asian or Pacific Islander" + }, + { + "key": "Black, not of Hispanic Origin", + "value": "Black, not of Hispanic Origin" + }, + { + "key": "Hispanic", + "value": "Hispanic" + }, + { + "key": "Multi-racial", + "value": "Multi-racial" + }, + { + "key": "White, not of Hispanic Origin", + "value": "White, not of Hispanic Origin" + }, + { + "key": "Other", + "value": "Other" + } + ] + }, + { + "uuid": "8dda085c-edf3-4678-b30a-0a457699be46", + "lang": "en", + "nvrf_id": "null", + "name": "Section: Current Legal Name", + "label": "What is your legal name?", + "help_text": false, + "error_msg": false, + "instructions": "", + "section_description": "\u003Cp\u003EUsing the name on your driver\u2019s license or other non-driver ID is recommended.\u003C\/p\u003E", + "section_alert": "\u003Cp\u003EEnter your full legal name. Be sure to include your first, middle, and last name. Do not use nicknames or initials.\u003C\/p\u003E", + "options": [] + }, + { + "uuid": "63552bb6-6afb-46e1-8148-860242917a22", + "lang": "en", + "nvrf_id": "null", + "name": "Section: Home Address", + "label": "What is your home address?", + "help_text": false, + "error_msg": false, + "instructions": "", + "section_description": "", + "section_alert": "\u003Cp\u003EEnter your home address (legal address). Do not put your mailing address here if it\u2019s different from your home address. Do not use a post office box or rural route without a box number.\u003C\/p\u003E", + "options": [] + }, + { + "uuid": "1a856408-6fb2-4b09-b05a-8d8ee9eb9bb5", + "lang": "en", + "nvrf_id": "null", + "name": "Section: Mailing Address", + "label": "What is your mailing address?", + "help_text": false, + "error_msg": false, + "instructions": "", + "section_description": "\u003Cp\u003EEnter the address where you receive mail so voter registration materials can be sent to you. You can use a post office box number.\u003C\/p\u003E", + "section_alert": "\u003Cp\u003EIf you live in a rural area but do not have a street address, or if you have no address, you must enter an address where you can be reached by mail. You will have the opportunity to show where you live on a map when you print out your form.\u003C\/p\u003E", + "options": [] + }, + { + "uuid": "af4e6259-5b07-4955-9d28-254504ec9df8", + "lang": "en", + "nvrf_id": "null", + "name": "Section: Name Before Legally Changed", + "label": "What was your name before you legally changed it?", + "help_text": false, + "error_msg": false, + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [] + }, + { + "uuid": "023fda0f-e8bd-4654-ab5c-46f44a0b7bd6", + "lang": "en", + "nvrf_id": "null", + "name": "Section: Previous Home Address", + "label": "What was the address where you were registered before?", + "help_text": false, + "error_msg": false, + "instructions": "", + "section_description": "\u003Cp\u003EIf you were registered before but this is the first time you are registering from this address, please tell us the address where you were registered before. Please give us as much of the address as you can remember.\u003C\/p\u003E", + "section_alert": "", + "options": [] + }, + { + "uuid": "7231330d-523b-4e22-b282-b9f98ee20ef2", + "lang": "en", + "nvrf_id": "state", + "name": "State Selection", + "label": "I live in:*", + "help_text": false, + "error_msg": "State or territory selection must be made.", + "instructions": "", + "section_description": "", + "section_alert": "", + "options": [] + } +] \ No newline at end of file diff --git a/web/data/en/navigation.json b/web/data/en/navigation.json new file mode 100644 index 000000000..528054336 --- /dev/null +++ b/web/data/en/navigation.json @@ -0,0 +1,61 @@ +{ + "back": { + "vote": "Go back to Vote.gov", + "select_state": "Go back to select your state", + "state_reg_options": "Go back to state registration options", + "eligibility_req": "Back to state eligibility requirements", + "reg_options": "Back to registration options", + "personal_info": "Back to personal information", + "address_location": "Back to address and location", + "identification": "Back to identification", + "edit_info": "Edit registration information" + }, + "next": { + "next": "Next", + "start": "Continue to the digital form filler on vote.gov", + "reg_options": "Continue to view registration options", + "address_location": "Continue to address and location", + "identification": "Continue to identification", + "political_party": "Continue to political party", + "confirm_info": "Continue to review your information" + }, + "step_label_1": "Personal information", + "step_label_2": "Address and location", + "step_label_3": "Identification", + "step_label_4": "Political party", + "step_label_5": "Confirm your information", + "step_label_6": "Print your completed form", + "confirmation": { + "current_name": { + "label": "Current name" + }, + "previous_name": { + "label": "Previous name", + "alert": "You have not changed your name, so these fields are blank." + }, + "other_info": { + "label": "Other information" + }, + "current_address": { + "label": "Home address", + "alert": "You are not registering with a current address, so these fields are blank." + }, + "previous_address": { + "label": "Previous address", + "alert": "You are not registering with a change of address, so these fields are blank." + }, + "mailing_address": { + "label": "Mailing address", + "alert": "Your mailing address is the same as your home address, so these fields are left blank." + }, + "id_label": { + "label": "ID number" + }, + "political_party": { + "label": "Political party" + }, + "edit": { + "label": "Edit" + } + } +} \ No newline at end of file diff --git a/web/data/en/pages.json b/web/data/en/pages.json new file mode 100644 index 000000000..9da2b4e3d --- /dev/null +++ b/web/data/en/pages.json @@ -0,0 +1,130 @@ +[ + { + "uuid": "df8fede3-11ad-4099-b2a8-f6a9bb457842", + "lang": "en", + "title": "@state_name does not require voter registration before voting.", + "instructions": "", + "body": "\u003Cp\u003EYou can vote without registering. Learn more about voting on @state_name\u0027s election website. Make sure you know your polling place and find out other Election Day requirements.\u003C\/p\u003E\u003Cbody\u003E@state_links\n\u003C\/body\u003E\u003Cp\u003E\u003Cbr\u003E\u0026nbsp;\u003C\/p\u003E", + "omb_number": "" + }, + { + "uuid": "c8a3890a-ed6f-4d50-a002-4011ded29e5a", + "lang": "en", + "title": "@state_name registration options", + "instructions": "", + "body": "\u003Cp\u003E@state_name requires you to register in person at your local election office. Learn more about how to register on @state_name\u2019s election website.\u003C\/p\u003E\u003Cbody\u003E@state_links\n\u003C\/body\u003E", + "omb_number": "" + }, + { + "uuid": "216b8cd7-69e3-4947-aa2c-09dca7392a46", + "lang": "en", + "title": "@state_name registration options", + "instructions": "", + "body": "\u003Cp\u003ERegister for the first time or report a change of name or address to @state_name\u0027s election office. \u0026nbsp;\u003C\/p\u003E\u003Ch2\u003EOnline registration\u003C\/h2\u003E\u003Cp\u003E@state_name offers online registration. This is often the fastest way to register to vote or update your registration.\u0026nbsp;\u003C\/p\u003E\u003Cbody\u003E@state_online_link\n\u003C\/body\u003E\u003Ch2\u003EIn-person registration\u003C\/h2\u003E\u003Cp\u003EYou can also register in person at your state or local election office, your state motor vehicles office, or at many government public assistance offices.\u003C\/p\u003E\u003Cbody\u003E@state_links\n\u003C\/body\u003E\u003Ch2\u003ECheck registration\u003C\/h2\u003E\u003Cp\u003ESave time by checking first to see if you\u2019re already registered.\u003C\/p\u003E\u003Cbody\u003E@state_confirm_link\n\u003C\/body\u003E", + "omb_number": "" + }, + { + "uuid": "54aab86d-419f-45ec-947e-414490ddfb87", + "lang": "en", + "title": "@state_name registration options", + "instructions": "", + "body": "\u003Cp\u003ERegister for the first time or report a change of name or address to @state_name\u0027s election office.\u003C\/p\u003E\u003Ch2\u003EOnline Registration\u003C\/h2\u003E\u003Cp\u003E@state_name offers online registration. This is often the fastest way to register to vote or update your registration.\u003C\/p\u003E\u003Cbody\u003E@state_online_link\n\u003C\/body\u003E\u003Ch2\u003EMail-in registration\u0026nbsp;\u003C\/h2\u003E\u003Cp\u003EIf you prefer to mail in your voter registration, you can complete a registration form on vote.gov. You\u2019ll need access to a printer, and you\u2019ll need to provide a postage stamp.\u003Cbr\u003E\u003Cbr\u003E\u003Cstrong\u003EUse the digital form filler on vote.gov.\u0026nbsp;\u003C\/strong\u003E\u003Cbr\u003EFill out the registration form and we\u0027ll provide state-specific instructions for each step. When you\u2019ve completed the form, you\u0027ll need to print, sign, and mail it.\u0026nbsp;\u003C\/p\u003E\u003Cbody\u003E@vote_nvrf_link\n\u003C\/body\u003E\u003Ch2\u003EIn-person registration\u003C\/h2\u003E\u003Cp\u003EYou can also register in person at your state or local election office, your state motor vehicles office, or at many government public assistance offices.\u003C\/p\u003E\u003Cbody\u003E@state_links\n\u003C\/body\u003E\u003Ch2\u003ECheck registration\u003C\/h2\u003E\u003Cp\u003ESave time by checking first to see if you\u2019re already registered.\u003C\/p\u003E\u003Cbody\u003E@state_confirm_link\n\u003C\/body\u003E", + "omb_number": "" + }, + { + "uuid": "dea1c47d-5b08-4235-9035-7063e5fab041", + "lang": "en", + "title": "@state_name registration options", + "instructions": "", + "body": "\u003Cp\u003ERegister for the first time or report a change of name or address to @state_name\u0027s election office.\u003C\/p\u003E\u003Ch2\u003EOnline registration\u003C\/h2\u003E\u003Cp\u003E@state_name offers online registration. This is often the fastest way to register to vote or update your registration.\u003C\/p\u003E\u003Cbody\u003E@state_online_link\n\u003C\/body\u003E\u003Ch2\u003EMail-in registration\u003C\/h2\u003E\u003Cp\u003EYou\u2019ll need access to a printer, and you\u2019ll need to provide a postage stamp.\u003C\/p\u003E\u003Cp\u003E\u003Cstrong\u003EDownload a PDF form on your state website.\u003C\/strong\u003E\u003Cbr\u003EDownload the PDF and either fill it out on your computer or print it and fill out by hand, then mail it.\u0026nbsp;\u003C\/p\u003E\u003Cbody\u003E@state_mailin_link\n\u003C\/body\u003E\u003Ch2\u003EIn-person registration\u003C\/h2\u003E\u003Cp\u003EYou can also register in person at your state or local election office, your state motor vehicles office, or at many government public assistance offices.\u003C\/p\u003E\u003Cbody\u003E@state_links\n\u003C\/body\u003E\u003Ch2\u003ECheck registration\u003C\/h2\u003E\u003Cp\u003ESave time by checking first to see if you\u2019re already registered.\u003C\/p\u003E\u003Cbody\u003E@state_confirm_link\n\u003C\/body\u003E", + "omb_number": "" + }, + { + "uuid": "086a212d-4f75-47e8-aad6-24eadc4a559f", + "lang": "en", + "title": "@state_name registration options", + "instructions": "", + "body": "\u003Cp\u003ERegister for the first time or report a change of name or address to @state_name\u0027s election office.\u003C\/p\u003E\u003Ch2\u003EOnline Registration\u003C\/h2\u003E\u003Cp\u003E@state_name offers online registration. This is often the fastest way to register to vote or update your registration.\u003C\/p\u003E\u003Cbody\u003E@state_online_link\n\u003C\/body\u003E\u003Ch2\u003EMail-in registration\u0026nbsp;\u003C\/h2\u003E\u003Cp\u003EIf you prefer to mail in your voter registration, you have two options for filling out a registration form. For either option, you\u2019ll need access to a printer, and you\u2019ll need to provide a postage stamp.\u003Cbr\u003E\u003Cbr\u003E\u003Cstrong\u003EUse the digital form-filler on vote.gov.\u0026nbsp;\u003C\/strong\u003E\u003Cbr\u003EFill out the registration form and we\u0027ll provide state-specific instructions for each step. When you\u2019ve completed the form, you\u0027ll need to print, sign, and mail it.\u003C\/p\u003E\u003Cbody\u003E@vote_nvrf_link\n\u003C\/body\u003E\u003Cp\u003E\u003Cstrong\u003EDownload a PDF form on your state website.\u0026nbsp;\u003C\/strong\u003E\u003Cbr\u003EDownload the PDF and either fill it out on your computer or print it and fill out by hand, then mail it.\u0026nbsp;\u003C\/p\u003E\u003Cbody\u003E@state_mailin_link\n\u003C\/body\u003E\u003Ch2\u003EIn-person registration\u003C\/h2\u003E\u003Cp\u003EYou can also register in person at your state or local election office, your state motor vehicles office, or at many government public assistance offices.\u003C\/p\u003E\u003Cbody\u003E@state_links\n\u003C\/body\u003E\u003Ch2\u003ECheck registration\u003C\/h2\u003E\u003Cp\u003ESave time by checking first to see if you\u2019re already registered.\u003C\/p\u003E\u003Cbody\u003E@state_confirm_link\n\u003C\/body\u003E\u003Cp\u003E\u003Cbr\u003E\u0026nbsp;\u003C\/p\u003E", + "omb_number": "" + }, + { + "uuid": "bfe1aeed-72b1-405e-b3e9-a94303611c71", + "lang": "en", + "title": "@state_name registration options", + "instructions": "", + "body": "\u003Cp\u003ERegister for the first time or report a change of name or address to @state_name\u0027s election office.\u003C\/p\u003E\u003Ch2\u003EMail-in registration\u003C\/h2\u003E\u003Cp\u003E@state_name doesn\u0027t currently offer online registration. You can use the state mail-in registration form. You will need access to a printer and you will need to provide a postage stamp.\u003C\/p\u003E\u003Cp\u003E\u003Cstrong\u003EDownload a PDF form on your state website.\u003C\/strong\u003E\u003Cbr\u003EDownload the PDF and either fill it out on your computer or print it and fill out by hand, then mail it.\u0026nbsp;\u003C\/p\u003E\u003Cbody\u003E@state_mailin_link\n\u003C\/body\u003E\u003Ch2\u003EIn-person registration\u003C\/h2\u003E\u003Cp\u003EYou can also register in person at your state or local election office, your state motor vehicles office, or at many government public assistance offices.\u003C\/p\u003E\u003Cbody\u003E@state_links\n\u003C\/body\u003E\u003Ch2\u003ECheck registration\u003C\/h2\u003E\u003Cp\u003ESave time by checking first to see if you\u2019re already registered.\u003C\/p\u003E\u003Cbody\u003E@state_confirm_link\n\u003C\/body\u003E", + "omb_number": "" + }, + { + "uuid": "295db8a2-6df6-4c81-825d-8d03064550f9", + "lang": "en", + "title": "@state_name registration options", + "instructions": "", + "body": "\u003Cp\u003ERegister for the first time or report a change of name or address to @state_name\u0027s election office.\u003C\/p\u003E\u003Ch2\u003EMail-in registration\u003C\/h2\u003E\u003Cp\u003E@state_name doesn\u0027t currently offer online registration. You have two options for filling out a registration form. For either option, you\u2019ll need access to a printer, and you\u2019ll need to provide a postage stamp.\u003C\/p\u003E\u003Cp\u003E\u003Cstrong\u003EUse the digital form filler on vote.gov.\u0026nbsp;\u003C\/strong\u003E\u003Cbr\u003EFill out the registration form and we\u0027ll provide state-specific instructions for each step. When you\u2019ve completed the form, you\u0027ll need to print, sign, and mail it. \u0026nbsp;\u003C\/p\u003E\u003Cbody\u003E@vote_nvrf_link\n\u003C\/body\u003E\u003Cp\u003E\u003Cstrong\u003EDownload a PDF form on your state website.\u0026nbsp;\u003C\/strong\u003E\u003Cbr\u003EDownload the PDF and either fill it out on your computer or print it and fill out by hand, then mail it.\u003C\/p\u003E\u003Cbody\u003E@state_mailin_link\n\u003C\/body\u003E\u003Ch2\u003EIn-person registration\u003C\/h2\u003E\u003Cp\u003EYou can also register in person at your state or local election office, your state motor vehicles office, or at many government public assistance offices.\u003C\/p\u003E\u003Cbody\u003E@state_links\n\u003C\/body\u003E\u003Ch2\u003ECheck registration\u003C\/h2\u003E\u003Cp\u003ESave time by checking first to see if you\u2019re already registered.\u003C\/p\u003E\u003Cbody\u003E@state_confirm_link\n\u003C\/body\u003E", + "omb_number": "" + }, + { + "uuid": "560cd01c-42d1-4f58-a702-372c2ff6bbd9", + "lang": "en", + "title": "Confirm your information", + "instructions": "\u003Cp\u003EWhen you print and sign your full name or make your mark on your printed form, make sure you swear\/affirm the following statements:\u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EI am a United States citizen.\u0026nbsp;\u003C\/li\u003E\u003Cli\u003EI meet the eligibility requirements of my state and subscribe to any oath required.\u0026nbsp;\u003C\/li\u003E\u003Cli\u003EThe information I have provided is true to the best of my knowledge under penalty of perjury. If I have provided false information, I may be fined, imprisoned, or (if not a U.S. citizen) deported from or refused entry to the United States.\u003C\/li\u003E\u003C\/ul\u003E\u003Cp\u003EIf you are unable to sign your printed form, someone can help you sign. Write in their name, address, and optional telephone number in Box D of your printed form.\u0026nbsp;\u003C\/p\u003E", + "body": "\u003Cp\u003EBe sure to review your information carefully before continuing. Once you confirm, you will be able to print, sign, and mail your completed form.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003E\u0026nbsp;\u003C\/p\u003E", + "omb_number": "OMB Control No. 3265-0015" + }, + { + "uuid": "94eab1c9-8343-4747-94b4-08732a175614", + "lang": "en", + "title": "Before you get started with your @state_name registration", + "instructions": "", + "body": "\u003Cp\u003EYou can use this digital form filler to register for the first time or report a change of name, address, or political party to your state election office.\u003C\/p\u003E\u003Cbody\u003E\n\n \n\u003Cdiv aria-label=\u0022Important: You\u2019ll need access to a printer once you complete the form.\u0022 role=\u0022region\u0022 class=\u0022usa-alert usa-alert--info\u0022\u003E\n \u003Cdiv class=\u0022usa-alert__body\u0022\u003E\n \u003Ch4 class=\u0022usa-alert__heading\u0022\u003EImportant: You\u2019ll need access to a printer once you complete the form.\u003C\/h4\u003E\n \u003Cdiv class=\u0022usa-alert__text\u0022\u003E\n \u003Cp\u003EIf you cannot print the form immediately, you can save it or email it to yourself to print later. Your registration is not complete until you print and mail the form.\u003C\/p\u003E\n \u003C\/div\u003E\n \u003C\/div\u003E\n\u003C\/div\u003E\n\u003C\/body\u003E\u003Cp\u003EReview the following steps to understand what to expect.\u003C\/p\u003E\u003Cul class=\u0022usa-icon-list--size-lg padding-top-1 usa-icon-list\u0022\u003E\u003Cli class=\u0022margin-y-105 usa-icon-list__item\u0022\u003E\u003Cdiv class=\u0022text-primary-dark usa-icon-list__icon minw-6\u0022\u003E\u003Cbody\u003E\u003Csvg width=\u002263\u0022 height=\u002264\u0022 viewBox=\u00220 0 63 64\u0022 fill=\u0022none\u0022\u003E\n \u003Cpath fillrule=\u0022evenodd\u0022 cliprule=\u0022evenodd\u0022 d=\u0022M19.6856 18.7938C19.6856 23.0001 23.1075 26.4226 27.3145 26.4226C31.5215 26.4226 34.9441 23.0001 34.9441 18.7938C34.9441 18.213 34.8731 17.6493 34.7491 17.1052C34.7418 17.0611 34.731 17.019 34.7164 16.9774C33.8987 13.6459 30.895 11.1641 27.3148 11.1641C23.8156 11.1641 20.8661 13.5353 19.9712 16.7533C19.9389 16.8268 19.9196 16.9042 19.9116 16.9831C19.7689 17.5652 19.6855 18.1692 19.6855 18.7938L19.6856 18.7938ZM27.3145 24.8948C23.9504 24.8948 21.212 22.158 21.212 18.7938C21.212 18.3566 21.2602 17.9308 21.3484 17.5193C24.0287 15.6931 25.4254 16.1459 27.6886 16.8922C29.1278 17.3662 30.8959 17.9416 33.3574 17.9866C33.3929 18.2517 33.4173 18.5192 33.4173 18.7938C33.4176 22.158 30.6794 24.8947 27.3145 24.8947L27.3145 24.8948ZM27.3145 12.6917C29.8487 12.6917 32.026 14.245 32.9475 16.4484C30.9464 16.3543 29.4799 15.8743 28.1672 15.4418C26.3104 14.8293 24.646 14.2884 22.3815 15.2164C23.4922 13.6892 25.2872 12.6917 27.3145 12.6917Z\u0022 fill=\u0022#11385B\u0022 \/\u003E\n \u003Cpath fillrule=\u0022evenodd\u0022 cliprule=\u0022evenodd\u0022 d=\u0022M13.3001 43.697C17.3174 45.1012 22.0517 45.8433 26.9889 45.8433C27.143 45.8433 27.2971 45.8423 27.4512 45.8411C27.6021 45.8423 27.7521 45.8433 27.9021 45.8433C30.9028 45.8433 33.8055 45.5716 36.5409 45.0432C38.1504 47.6001 41.0103 49.3116 44.2739 49.3116C49.296 49.3116 53.3818 45.2685 53.3818 40.2994C53.3818 35.3281 49.2961 31.2841 44.2739 31.2841C42.5774 31.2841 40.9926 31.7537 39.6307 32.5559C38.2675 30.5497 36.4008 28.9411 34.0618 27.7769C33.9556 27.7232 33.8373 27.6959 33.7178 27.6959H30.1844L24.3353 27.6953H21.1809C21.0613 27.6953 20.944 27.7232 20.8368 27.7763C15.847 30.2619 13.9242 34.2984 13.191 37.2478C12.4024 40.4206 12.781 42.99 12.7981 43.0979C12.84 43.374 13.0331 43.604 13.2998 43.6972L13.3001 43.697ZM51.8556 40.2993C51.8556 44.4352 48.4553 47.8 44.2744 47.8C41.1482 47.8 38.4586 45.9185 37.2993 43.2414C37.2917 43.2236 37.2838 43.206 37.2761 43.1878C37.1867 42.9751 37.1049 42.7583 37.0348 42.5365C37.0307 42.5233 37.0275 42.5098 37.0241 42.497C36.9622 42.2996 36.9112 42.0976 36.8668 41.894C36.8566 41.8485 36.8455 41.8036 36.8367 41.7578C36.7948 41.5495 36.7625 41.338 36.7384 41.1244C36.733 41.0767 36.7288 41.0287 36.725 40.9804C36.7041 40.7561 36.6902 40.5292 36.6902 40.2996C36.6902 40.0703 36.7041 39.8444 36.7247 39.6204C36.7292 39.5727 36.733 39.525 36.738 39.4773C36.7609 39.274 36.7926 39.0735 36.8313 38.8749C36.8439 38.8084 36.8595 38.7419 36.8744 38.6751C36.9134 38.5007 36.9575 38.3284 37.0088 38.1584C37.0317 38.0834 37.0567 38.0087 37.0821 37.9344C37.13 37.7926 37.1817 37.653 37.2381 37.5146C37.2654 37.4472 37.2917 37.3788 37.3212 37.3123C37.3976 37.1388 37.4813 36.9681 37.5704 36.8018C37.5996 36.7466 37.631 36.6926 37.6614 36.638C37.7638 36.4586 37.8691 36.281 37.9855 36.111C37.989 36.106 37.9928 36.1016 37.9959 36.0962C38.1237 35.9096 38.261 35.7298 38.4047 35.555C38.4155 35.5415 38.4266 35.5281 38.4373 35.5149C39.8297 33.8553 41.9295 32.7961 44.2747 32.7961C48.4546 32.7957 51.8556 36.1614 51.8556 40.2993ZM29.2123 29.207L28.5603 31.8574H25.991L25.3168 29.207H29.2123ZM14.6745 37.6087C15.6163 33.8255 17.866 30.9994 21.3645 29.207H23.7405L24.6547 32.7973C24.7404 33.1327 25.0451 33.3686 25.3961 33.3686H29.16C29.512 33.3686 29.8186 33.1308 29.9029 32.7916L30.7839 29.2069H33.5347C35.5704 30.2507 37.1981 31.6653 38.3846 33.42C38.3802 33.4282 38.3754 33.4363 38.371 33.4442C36.4108 35.0988 35.162 37.5556 35.162 40.2989C35.162 41.4358 35.3846 42.5198 35.7753 43.5228C35.7892 43.5636 35.7959 43.6035 35.8127 43.6449C33.301 44.101 30.646 44.3316 27.9028 44.3316C27.7557 44.3316 27.6063 44.3307 27.4582 44.3294H27.4446C27.2927 44.3304 27.1415 44.3316 26.9896 44.3316C22.4088 44.3316 18.0204 43.6737 14.2628 42.426C14.1972 41.61 14.141 39.7558 14.6747 37.6087L14.6745 37.6087Z\u0022 fill=\u0022#11385B\u0022 \/\u003E\n \u003Cpath fillrule=\u0022evenodd\u0022 cliprule=\u0022evenodd\u0022 d=\u0022M42.4036 44.0298C42.5491 44.165 42.7355 44.2318 42.9221 44.2318C43.1185 44.2318 43.313 44.1584 43.4607 44.0117L49.0264 38.5215C49.3237 38.2275 49.3237 37.7518 49.0273 37.4584C48.7294 37.165 48.2464 37.165 47.95 37.4581L42.904 42.4351L40.9942 40.6818C40.6864 40.3987 40.2044 40.4159 39.9171 40.7199C39.6309 41.0236 39.6473 41.5 39.9551 41.7821L42.4036 44.0298Z\u0022 fill=\u0022#11385B\u0022 \/\u003E\n \u003Cpath fillrule=\u0022evenodd\u0022 cliprule=\u0022evenodd\u0022 d=\u0022M27.4754 37.8736C28.0863 37.8736 28.5865 37.3738 28.5865 36.7627C28.5865 36.1486 28.0863 35.6484 27.4754 35.6484C26.8609 35.6484 26.3613 36.1483 26.3613 36.7627C26.3617 37.3739 26.8609 37.8736 27.4754 37.8736Z\u0022 fill=\u0022#11385B\u0022 \/\u003E\n \u003Cpath fillrule=\u0022evenodd\u0022 cliprule=\u0022evenodd\u0022 d=\u0022M27.4754 42.0011C28.0863 42.0011 28.5865 41.5726 28.5865 41.0459C28.5865 40.5223 28.0863 40.0938 27.4754 40.0938C26.8609 40.0938 26.3613 40.5222 26.3613 41.0459C26.3617 41.5729 26.8609 42.0011 27.4754 42.0011Z\u0022 fill=\u0022#11385B\u0022 \/\u003E\n\u003C\/svg\u003E\n\n\u003C\/body\u003E\u003C\/div\u003E\u003Cdiv class=\u0022usa-icon-list__content\u0022\u003E\u003Ch2 class=\u0022usa-icon-list__title\u0022\u003EMake sure you meet registration eligibility requirements\u003C\/h2\u003E\u003Cp\u003EReview the following requirements to confirm your eligibility.\u003C\/p\u003E\u003C\/div\u003E\u003C\/li\u003E\u003Cli class=\u0022margin-y-105 usa-icon-list__item\u0022\u003E\u003Cdiv class=\u0022text-primary-dark usa-icon-list__icon minw-6\u0022\u003E\u003Cbody\u003E\u003Csvg width=\u002263\u0022 height=\u002264\u0022 viewBox=\u00220 0 63 64\u0022 fill=\u0022none\u0022\u003E\n \u003Cpath d=\u0022M40.7605 43.6743L37.3887 40.3133L38.9283 38.7737L40.7605 40.6168L43.8937 37.4727L45.4334 39.0123L40.7605 43.6743Z\u0022 fill=\u0022#11385B\u0022 \/\u003E\n \u003Cpath d=\u0022M30.5689 47.998H21.8955C18.9031 47.998 16.4746 45.5695 16.4746 42.5771V20.8936C16.4746 17.9012 18.9031 15.4727 21.8955 15.4727H39.2424C42.2348 15.4727 44.6633 17.9012 44.6633 20.8936V29.567H42.4949V20.8936C42.4949 19.1047 41.0313 17.641 39.2424 17.641H21.8955C20.1066 17.641 18.643 19.1047 18.643 20.8936V42.5771C18.643 44.366 20.1066 45.8297 21.8955 45.8297H30.5689V47.998Z\u0022 fill=\u0022#11385B\u0022 \/\u003E\n \u003Cpath d=\u0022M45.7473 47.9988H37.0738C35.2849 47.9988 33.8213 46.5352 33.8213 44.7463V36.0729C33.8213 34.284 35.2849 32.8203 37.0738 32.8203H45.7473C47.5362 32.8203 48.9998 34.284 48.9998 36.0729V44.7463C48.9998 46.5352 47.5362 47.9988 45.7473 47.9988ZM37.0738 34.9887C36.4775 34.9887 35.9896 35.4766 35.9896 36.0729V44.7463C35.9896 45.3426 36.4775 45.8305 37.0738 45.8305H45.7473C46.3436 45.8305 46.8314 45.3426 46.8314 44.7463V36.0729C46.8314 35.4766 46.3436 34.9887 45.7473 34.9887H37.0738Z\u0022 fill=\u0022#11385B\u0022 \/\u003E\n \u003Cpath d=\u0022M21.8955 21.9727H39.2424V24.141H21.8955V21.9727Z\u0022 fill=\u0022#11385B\u0022 \/\u003E\n \u003Cpath d=\u0022M21.8955 38.2419H30.5689V40.4103H21.8955V38.2419Z\u0022 fill=\u0022#11385B\u0022 \/\u003E\n \u003Cpath d=\u0022M21.8955 27.3984H39.2424V29.5668H21.8955V27.3984Z\u0022 fill=\u0022#11385B\u0022 \/\u003E\n \u003Cpath d=\u0022M21.8955 32.8203H30.5689V34.9887H21.8955V32.8203Z\u0022 fill=\u0022#11385B\u0022 \/\u003E\n\u003C\/svg\u003E\n\n\u003C\/body\u003E\u003C\/div\u003E\u003Cdiv class=\u0022usa-icon-list__content\u0022\u003E\u003Ch2 class=\u0022usa-icon-list__title\u0022\u003ETake 5-10 minutes to answer a few questions\u003C\/h2\u003E\u003Cp\u003EYou\u0027ll be asked to enter your name, address, and identification information. If you do not have valid state identification, you may indicate that.\u003C\/p\u003E\u003C\/div\u003E\u003C\/li\u003E\u003Cli class=\u0022margin-y-105 usa-icon-list__item\u0022\u003E\u003Cdiv class=\u0022text-primary-dark usa-icon-list__icon minw-6\u0022\u003E\u003Cbody\u003E\u003Csvg width=\u002263\u0022 height=\u002264\u0022 viewBox=\u00220 0 63 63\u0022\u003E\u003Cpath fill=\u0022#11385B\u0022 d=\u0022M42.2 29.1c0 .6-.5 1.2-1.2 1.2h-3.6c-.7 0-1.2-.5-1.2-1.2 0-.6.5-1.2 1.2-1.2H41c.7.1 1.2.6 1.2 1.2zm4.8-2.3v9.4c0 1.9-1.6 3.5-3.6 3.5H41v4.7c0 1.9-1.6 3.5-3.6 3.5H25.5c-2 0-3.6-1.6-3.6-3.5v-4.7h-2.4c-2 0-3.6-1.6-3.6-3.5v-9.4c0-1.9 1.6-3.5 3.6-3.5H22v-4.7c0-1.9 1.6-3.5 3.6-3.5h11.9c2 0 3.6 1.6 3.6 3.5v4.7h2.4c1.9-.1 3.5 1.5 3.5 3.5zm-22.7-3.6h14.3v-4.7c0-.6-.5-1.2-1.2-1.2H25.5c-.7 0-1.2.5-1.2 1.2v4.7zM38.7 35H24.3v9.4c0 .6.5 1.2 1.2 1.2h11.9c.7 0 1.2-.5 1.2-1.2V35zm5.9-8.2c0-.6-.5-1.2-1.2-1.2H19.6c-.7 0-1.2.5-1.2 1.2v9.4c0 .6.5 1.2 1.2 1.2H22V35c0-1.3 1.1-2.4 2.4-2.4h14.3c1.3 0 2.4 1.1 2.4 2.4v2.4h2.4c.7 0 1.2-.5 1.2-1.2v-9.4zm-9.5 14.1h-7.2c-.7 0-1.2.5-1.2 1.2 0 .6.5 1.2 1.2 1.2h7.2c.7 0 1.2-.5 1.2-1.2 0-.6-.6-1.2-1.2-1.2zm0-3.5h-7.2c-.7 0-1.2.5-1.2 1.2s.5 1.2 1.2 1.2h7.2c.7 0 1.2-.5 1.2-1.2s-.6-1.2-1.2-1.2z\u0022 \/\u003E\u003C\/svg\u003E\n\n\u003C\/body\u003E\u003C\/div\u003E\u003Cdiv class=\u0022usa-icon-list__content\u0022\u003E\u003Ch2 class=\u0022usa-icon-list__title\u0022\u003EDownload and print your form\u003C\/h2\u003E\u003Cp\u003EYou\u2019ll be able to check your information and make any necessary edits. Once you\u2019ve confirmed your information, download and print the form. If you cannot print the form immediately, you can save it or email it to yourself to print later. Vote.gov does not store your information.\u003C\/p\u003E\u003C\/div\u003E\u003C\/li\u003E\u003Cli class=\u0022margin-y-105 usa-icon-list__item\u0022\u003E\u003Cdiv class=\u0022text-primary-dark usa-icon-list__icon minw-6\u0022\u003E\u003Cbody\u003E\u003Csvg width=\u002263\u0022 height=\u002264\u0022 viewBox=\u00220 0 63 64\u0022\u003E\u003Cpath fill=\u0022#11385B\u0022 d=\u0022M24.2 30.5c0-.3.2-.5.5-.5h13.9c.3 0 .5.2.5.5s-.2.5-.5.5H24.8c-.3 0-.6-.2-.6-.5zM24.2 26.7c0-.3.2-.5.5-.5h13.9c.3 0 .5.2.5.5s-.2.5-.5.5H24.7c-.2.1-.5-.2-.5-.5zM24.2 23c0-.3.2-.5.5-.5h13.9c.3 0 .5.2.5.5s-.2.5-.5.5H24.7c-.2 0-.5-.2-.5-.5zM24.2 19.2c0-.3.2-.5.5-.5h7.8c.3 0 .5.2.5.5s-.2.5-.5.5h-7.8c-.2 0-.5-.2-.5-.5z\u0022 \/\u003E\u003Cpath fill=\u0022#11385B\u0022 d=\u0022m46.3 29.1-3.7-1.8v-5.9c0-.7-.3-1.3-.8-1.8L38.3 16c-.5-.5-1.1-.8-1.8-.8H22.9c-1.2 0-2.1.9-2.1 2.1v10l-3.7 1.8c-.6.3-1 .9-1 1.6v13.8c0 1 .8 1.8 1.8 1.8h27.5c1 0 1.8-.8 1.8-1.8V30.7c0-.7-.3-1.3-.9-1.6zm-3.7-.6 2.8 1.4-2.8 1.1v-2.5zM37.8 17l3 3h-3v-3zm-15.9.3c0-.6.5-1.1 1.1-1.1h13.8V20c0 .6.5 1 1 1h3.7v10.3l-9.9 3.8-9.9-3.8v-14zm-1.1 11.2V31L18 29.9l2.8-1.4zm-3.6 2.2 9.6 3.7-9.6 10V30.7zm.8 14.5s-.1 0 0 0c-.1 0-.1 0 0 0l9.9-10.4 3.6 1.4.2.1 3.7-1.4L45 45.2H18zm28.2-14.5v13.8c0 .1 0 .2-.1.3l-9.6-10.4 9.7-3.7z\u0022 \/\u003E\u003C\/svg\u003E\n\n\u003C\/body\u003E\u003C\/div\u003E\u003Cdiv class=\u0022usa-icon-list__content\u0022\u003E\u003Ch2 class=\u0022usa-icon-list__title\u0022\u003ESign and mail to your election office\u003C\/h2\u003E\u003Cp\u003EDon\u2019t forget these last steps! You\u2019ll need to sign your form and mail it to your state office. We\u2019ll provide the address; you provide the postage.\u003C\/p\u003E\u003C\/div\u003E\u003C\/li\u003E\u003C\/ul\u003E\u003Ch2\u003EEligibility requirements\u003C\/h2\u003E\u003Cp\u003E\u003Cstrong\u003E* Required fields\u003C\/strong\u003E\u003C\/p\u003E\u003Cbody\u003E@reg_eligibility_desc\n\u003C\/body\u003E\u003Cbody\u003E@reg_confirm_eligibility\n\u003C\/body\u003E\u003Ch2\u003EMail-in registration deadline\u003C\/h2\u003E\u003Cp\u003ETake note of the deadline for mailing in your form. Make sure you send it to your state election office in time.\u003C\/p\u003E\u003Cbody\u003E@mail_deadline\n\u003C\/body\u003E", + "omb_number": "" + }, + { + "uuid": "b3299979-e26c-4885-a949-e1a2c27de91b", + "lang": "en", + "title": "Let\u2019s get started with your @state_name voting registration", + "instructions": "", + "body": "\u003Cp\u003ERegister for the first time or report a change to your registration. Complete your voter registration by answering a few questions. It should take you between 5 to 10 minutes.\u003C\/p\u003E\u003Ch2\u003ESelect an option below to continue.\u003C\/h2\u003E", + "omb_number": "" + }, + { + "uuid": "2c597df4-53b6-4ef5-8301-7817b04e1099", + "lang": "en", + "title": "National Voter Registration Form: @state_name", + "instructions": "", + "body": "\u003Cp\u003E\u003Cstrong\u003EReminder:\u003C\/strong\u003E If you close this window, your information will be lost and you\u0027ll have to restart the process. You\u0027ll be able to check your answers before printing your completed form.\u003Cbr\u003E\u003Cbr\u003E\u003Cstrong\u003E* Required fields\u003C\/strong\u003E\u003C\/p\u003E", + "omb_number": "OMB Control No. 3265-0015" + }, + { + "uuid": "db6d0e24-1e00-4070-a5c8-5f9de98df871", + "lang": "en", + "title": "@state_name registration options", + "instructions": "", + "body": "\u003Ch2\u003EMail-in registration\u003C\/h2\u003E\u003Cp\u003EYou may register by mail if you cannot apply in person because you\u0027re temporarily out of town or have a disability that prevents you from applying in person. Request an absentee ballot from your clerk.\u003C\/p\u003E\u003Cbody\u003E@state_mailin_link\n\u003C\/body\u003E\u003Ch2\u003EIn-person registration\u003C\/h2\u003E\u003Cp\u003EYou may also register in person at your local election office. Learn more about how to register on New Hampshire\u2019s election website.\u003C\/p\u003E\u003Cbody\u003E@state_links\n\u003C\/body\u003E\u003Ch2\u003ECheck registration\u003C\/h2\u003E\u003Cp\u003ESave time by checking first to see if you\u2019re already registered.\u003C\/p\u003E\u003Cbody\u003E@state_confirm_link\n\u003C\/body\u003E", + "omb_number": "" + }, + { + "uuid": "e3461b9a-e0b1-4157-ad4a-13f3835a101c", + "lang": "en", + "title": "Register to vote", + "instructions": "", + "body": "\u003Cp\u003EYou must register before you can vote in an election, except in North Dakota. The process can be a little different for each state. Select your state or territory from the dropdown menu to find out your registration options.\u003C\/p\u003E\u003Cp\u003E\u003Cstrong\u003E* Required fields\u003C\/strong\u003E\u003C\/p\u003E\u003Ch2\u003EGet started by selecting your state\u003C\/h2\u003E\u003Cbody\u003E@state_selector\n\u003C\/body\u003E\u003Cp\u003E\u003Cbr\u003E\u003Cstrong\u003EAre you living outside of the United States?\u003C\/strong\u003E\u003Cbr\u003EYou will need to complete the \u003Ca class=\u0022usa-link--external\u0022 href=\u0022https:\/\/www.fvap.gov\/fpca-privacy-notice\u0022 target=\u0022_blank\u0022\u003EFederal Post Card Application (FPCA)\u003C\/a\u003E if you are a:\u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EU.S. citizen living outside the United States without a home (legal) address in the United States\u0026nbsp;\u003C\/li\u003E\u003Cli\u003EU.S. military service member stationed away from home or their family\u003C\/li\u003E\u003C\/ul\u003E\u003Cp\u003ELearn more about how to register to vote through the \u003Ca href=\u0022https:\/\/www.fvap.gov\/fpca-privacy-notice\u0022\u003EFederal Post Card Application\u003C\/a\u003E. You can also find information at military bases, American embassies, and consular offices.\u003C\/p\u003E", + "omb_number": "" + }, + { + "uuid": "9c7f2350-d74f-457e-beff-34b66e26c761", + "lang": "en", + "title": "@state_name registration options", + "instructions": "", + "body": "\u003Cp\u003ERegister for the first time or report a change of name or address to @state_name election office.\u003C\/p\u003E\u003Ch2\u003EIn-person registration\u0026nbsp;\u003C\/h2\u003E\u003Cp\u003EWyoming doesn\u0027t currently offer online registration. Visit your county clerk\u0027s website to find locations in your county where you can register in person. You can register on Election Day.\u0026nbsp;\u003C\/p\u003E\u003Cbody\u003E@state_links\n\u003C\/body\u003E\u003Ch2\u003EMail-in registration\u003C\/h2\u003E\u003Cp\u003EYou can use the state mail-in registration form. You will need access to a printer and you will need to provide a postage stamp.\u003C\/p\u003E\u003Cp\u003E\u003Cstrong\u003EDownload a PDF form on your state website.\u0026nbsp;\u003C\/strong\u003E\u003Cbr\u003EDownload the PDF and either fill it out on your computer or print it and fill out by hand, then mail it.\u0026nbsp;\u003C\/p\u003E\u003Cbody\u003E@state_mailin_link\n\u003C\/body\u003E\u003Ch2\u003ECheck registration\u003C\/h2\u003E\u003Cp\u003ESave time by checking first to see if you\u2019re already registered. You can confirm your registration status by contacting your local registration office.\u0026nbsp;\u003C\/p\u003E\u003Cbody\u003E@state_confirm_link\n\u003C\/body\u003E", + "omb_number": "" + }, + { + "uuid": "229f283c-6a70-43f6-a80f-15cfa158f062", + "lang": "en", + "title": "Your @state_name mail-in registration form is complete and ready to print.", + "instructions": "", + "body": "\u003Cp\u003EYou\u2019re almost done! Open your mail-in form in a new tab and print on standard printer paper. The document will be 3-5 pages long, which includes your completed form, the mail-in address, and your state registration deadline. If you cannot print the form now, you can download and save or email to yourself to print later. Vote.gov does not store your information.\u003Cbr\u003E\u003Cbr\u003EOnce you print your form, sign your full name with a pen in the designated box. Put the two pages of your completed form in an envelope. If required in your state, include a copy of valid identification. Don\u2019t forget postage: One first-class stamp is enough for 2-3 pages if using a standard-sized envelope and standard printer paper.\u003C\/p\u003E\u003Cbody\u003E@print_mail-in_form_button\n\u003C\/body\u003E\u003Cp\u003EIf the form does not open in a new tab, download it and print.\u003C\/p\u003E\u003Cbody\u003E@download_mail-in_form_button\n\u003C\/body\u003E\u003Ch2\u003EMail your @state_name registration form to:\u003C\/h2\u003E\u003Cbody\u003E@mailing_address_inst\n\u003C\/body\u003E\u003Cbody\u003E@mail_deadline\n\u003C\/body\u003E\u003Cp\u003EYou may also deliver the application in person to your local voter registration office.\u003C\/p\u003E\u003Chr\u003E\u003Ch2\u003EA few important notes\u003C\/h2\u003E\u003Cul class=\u0022usa-icon-list--size-lg padding-top-1 usa-icon-list\u0022\u003E\u003Cli class=\u0022margin-y-105 usa-icon-list__item\u0022\u003E\u003Cdiv class=\u0022text-primary-dark usa-icon-list__icon minw-6\u0022\u003E\u003Cbody\u003E\u003Csvg width=\u002263\u0022 height=\u002264\u0022 viewBox=\u00220 0 63 64\u0022\u003E\u003Cpath fill=\u0022#11385B\u0022 d=\u0022M24.2 30.5c0-.3.2-.5.5-.5h13.9c.3 0 .5.2.5.5s-.2.5-.5.5H24.8c-.3 0-.6-.2-.6-.5zM24.2 26.7c0-.3.2-.5.5-.5h13.9c.3 0 .5.2.5.5s-.2.5-.5.5H24.7c-.2.1-.5-.2-.5-.5zM24.2 23c0-.3.2-.5.5-.5h13.9c.3 0 .5.2.5.5s-.2.5-.5.5H24.7c-.2 0-.5-.2-.5-.5zM24.2 19.2c0-.3.2-.5.5-.5h7.8c.3 0 .5.2.5.5s-.2.5-.5.5h-7.8c-.2 0-.5-.2-.5-.5z\u0022 \/\u003E\u003Cpath fill=\u0022#11385B\u0022 d=\u0022m46.3 29.1-3.7-1.8v-5.9c0-.7-.3-1.3-.8-1.8L38.3 16c-.5-.5-1.1-.8-1.8-.8H22.9c-1.2 0-2.1.9-2.1 2.1v10l-3.7 1.8c-.6.3-1 .9-1 1.6v13.8c0 1 .8 1.8 1.8 1.8h27.5c1 0 1.8-.8 1.8-1.8V30.7c0-.7-.3-1.3-.9-1.6zm-3.7-.6 2.8 1.4-2.8 1.1v-2.5zM37.8 17l3 3h-3v-3zm-15.9.3c0-.6.5-1.1 1.1-1.1h13.8V20c0 .6.5 1 1 1h3.7v10.3l-9.9 3.8-9.9-3.8v-14zm-1.1 11.2V31L18 29.9l2.8-1.4zm-3.6 2.2 9.6 3.7-9.6 10V30.7zm.8 14.5s-.1 0 0 0c-.1 0-.1 0 0 0l9.9-10.4 3.6 1.4.2.1 3.7-1.4L45 45.2H18zm28.2-14.5v13.8c0 .1 0 .2-.1.3l-9.6-10.4 9.7-3.7z\u0022 \/\u003E\u003C\/svg\u003E\n\n\u003C\/body\u003E\u003C\/div\u003E\u003Cdiv class=\u0022usa-icon-list__content\u0022\u003E\u003Ch3 class=\u0022usa-icon-list__title\u0022\u003EDon\u2019t forget to mail your form\u003C\/h3\u003E\u003Cp\u003ETake a minute to set a reminder to help you remember to mail in your form. Add it to your calendar or jot it down on a notepad and put it on your fridge to help you remember.\u003C\/p\u003E\u003C\/div\u003E\u003C\/li\u003E\u003Cli class=\u0022margin-y-105 usa-icon-list__item\u0022\u003E\u003Cdiv class=\u0022text-primary-dark usa-icon-list__icon minw-6\u0022\u003E\u003Cbody\u003E\u003Csvg width=\u002263\u0022 height=\u002263\u0022 viewBox=\u00220 0 63 63\u0022 fill=\u0022none\u0022\u003E\n \u003Cpath d=\u0022M17.266 15H45.7395C46.988 15 48 16.012 48 17.2605V39.178C48 40.4265 46.988 41.4385 45.7395 41.444H37.55V44.7715C37.583 45.9815 38.5895 46.933 39.7995 46.9H40.7345C41.037 46.9 41.2845 47.1475 41.2845 47.45C41.2845 47.7525 41.037 48 40.7345 48H22.2655C21.963 48 21.7155 47.7525 21.7155 47.45C21.7155 47.1475 21.963 46.9 22.2655 46.9H23.2005C24.4105 46.933 25.417 45.976 25.45 44.7715V41.444H17.266C16.0175 41.444 15.0055 40.432 15 39.178V17.2605C15 16.012 16.012 15 17.266 15ZM45.7395 16.1H17.266C16.6225 16.1 16.1055 16.6225 16.1055 17.2605V35.9605H46.9V17.2605C46.9 16.617 46.3775 16.1 45.7395 16.1ZM25.714 46.9H37.2915C36.7525 46.3225 36.4555 45.558 36.4555 44.7715V41.444H26.5555V44.7715C26.5555 45.5635 26.253 46.3225 25.7195 46.9H25.714ZM17.266 40.344H45.7395C46.383 40.344 46.9 39.8215 46.9 39.178V37.0605H16.1V39.178C16.1 39.8215 16.6225 40.3385 17.266 40.344Z\u0022 fill=\u0022#11385B\u0022 \/\u003E\n \u003Cpath d=\u0022M22.1502 39.2C21.8464 39.2 21.6002 38.9537 21.6002 38.65C21.6002 38.3462 21.8464 38.1 22.1502 38.1C22.454 38.1 22.7002 38.3462 22.7002 38.65C22.7002 38.9537 22.454 39.2 22.1502 39.2Z\u0022 fill=\u0022#11385B\u0022 \/\u003E\n \u003Cpath d=\u0022M19.95 39.2C19.6462 39.2 19.4 38.9537 19.4 38.65C19.4 38.3462 19.6462 38.1 19.95 38.1C20.2538 38.1 20.5 38.3462 20.5 38.65C20.5 38.9537 20.2538 39.2 19.95 39.2Z\u0022 fill=\u0022#11385B\u0022 \/\u003E\n \u003Cpath d=\u0022M17.7498 39.2C17.446 39.2 17.1998 38.9537 17.1998 38.65C17.1998 38.3462 17.446 38.1 17.7498 38.1C18.0536 38.1 18.2998 38.3462 18.2998 38.65C18.2998 38.9537 18.0536 39.2 17.7498 39.2Z\u0022 fill=\u0022#11385B\u0022 \/\u003E\n \u003Cpath d=\u0022M31.7141 34.1895C31.5766 34.2445 31.4226 34.2445 31.2851 34.1895C27.4956 32.688 24.9766 29.058 24.8996 24.9825V21.6055L31.4996 18.828L38.0996 21.6055V24.9825C38.0226 29.058 35.5036 32.688 31.7141 34.1895ZM36.9996 22.3315L31.4996 20.016L25.9996 22.3315V24.9825C26.0766 28.53 28.2271 31.7035 31.4996 33.084C34.7721 31.7035 36.9226 28.53 36.9996 24.9825V22.3315Z\u0022 fill=\u0022#11385B\u0022 \/\u003E\n \u003Cpath d=\u0022M31.7753 28.7006L28.3598 25.2851C28.1508 25.0651 28.1563 24.7186 28.3708 24.5096C28.5853 24.3061 28.9208 24.3061 29.1353 24.5096L31.7698 27.1441L33.3043 25.6096C33.5243 25.4006 33.8708 25.4061 34.0798 25.6206C34.2833 25.8351 34.2833 26.1706 34.0798 26.3851L31.7643 28.7006H31.7753Z\u0022 fill=\u0022#11385B\u0022 \/\u003E\n\u003C\/svg\u003E\n\n\u003C\/body\u003E\u003C\/div\u003E\u003Cdiv class=\u0022usa-icon-list__content\u0022\u003E\u003Ch3 class=\u0022usa-icon-list__title\u0022\u003EProtect your personal information\u003C\/h3\u003E\u003Cp\u003EAre you using a public computer? After you\u2019ve downloaded and printed your form, close your browser window and delete the downloaded document from the computer to ensure your information is not shared with anyone.\u003C\/p\u003E\u003C\/div\u003E\u003C\/li\u003E\u003Cli class=\u0022margin-y-105 usa-icon-list__item\u0022\u003E\u003Cdiv class=\u0022text-primary-dark usa-icon-list__icon minw-6\u0022\u003E\u003Cbody\u003E\u003Csvg width=\u002263\u0022 height=\u002264\u0022 viewBox=\u00220 0 63 64\u0022 fill=\u0022none\u0022\u003E\n \u003Cpath fillrule=\u0022evenodd\u0022 cliprule=\u0022evenodd\u0022 d=\u0022M19.6856 18.7938C19.6856 23.0001 23.1075 26.4226 27.3145 26.4226C31.5215 26.4226 34.9441 23.0001 34.9441 18.7938C34.9441 18.213 34.8731 17.6493 34.7491 17.1052C34.7418 17.0611 34.731 17.019 34.7164 16.9774C33.8987 13.6459 30.895 11.1641 27.3148 11.1641C23.8156 11.1641 20.8661 13.5353 19.9712 16.7533C19.9389 16.8268 19.9196 16.9042 19.9116 16.9831C19.7689 17.5652 19.6855 18.1692 19.6855 18.7938L19.6856 18.7938ZM27.3145 24.8948C23.9504 24.8948 21.212 22.158 21.212 18.7938C21.212 18.3566 21.2602 17.9308 21.3484 17.5193C24.0287 15.6931 25.4254 16.1459 27.6886 16.8922C29.1278 17.3662 30.8959 17.9416 33.3574 17.9866C33.3929 18.2517 33.4173 18.5192 33.4173 18.7938C33.4176 22.158 30.6794 24.8947 27.3145 24.8947L27.3145 24.8948ZM27.3145 12.6917C29.8487 12.6917 32.026 14.245 32.9475 16.4484C30.9464 16.3543 29.4799 15.8743 28.1672 15.4418C26.3104 14.8293 24.646 14.2884 22.3815 15.2164C23.4922 13.6892 25.2872 12.6917 27.3145 12.6917Z\u0022 fill=\u0022#11385B\u0022 \/\u003E\n \u003Cpath fillrule=\u0022evenodd\u0022 cliprule=\u0022evenodd\u0022 d=\u0022M13.3001 43.697C17.3174 45.1012 22.0517 45.8433 26.9889 45.8433C27.143 45.8433 27.2971 45.8423 27.4512 45.8411C27.6021 45.8423 27.7521 45.8433 27.9021 45.8433C30.9028 45.8433 33.8055 45.5716 36.5409 45.0432C38.1504 47.6001 41.0103 49.3116 44.2739 49.3116C49.296 49.3116 53.3818 45.2685 53.3818 40.2994C53.3818 35.3281 49.2961 31.2841 44.2739 31.2841C42.5774 31.2841 40.9926 31.7537 39.6307 32.5559C38.2675 30.5497 36.4008 28.9411 34.0618 27.7769C33.9556 27.7232 33.8373 27.6959 33.7178 27.6959H30.1844L24.3353 27.6953H21.1809C21.0613 27.6953 20.944 27.7232 20.8368 27.7763C15.847 30.2619 13.9242 34.2984 13.191 37.2478C12.4024 40.4206 12.781 42.99 12.7981 43.0979C12.84 43.374 13.0331 43.604 13.2998 43.6972L13.3001 43.697ZM51.8556 40.2993C51.8556 44.4352 48.4553 47.8 44.2744 47.8C41.1482 47.8 38.4586 45.9185 37.2993 43.2414C37.2917 43.2236 37.2838 43.206 37.2761 43.1878C37.1867 42.9751 37.1049 42.7583 37.0348 42.5365C37.0307 42.5233 37.0275 42.5098 37.0241 42.497C36.9622 42.2996 36.9112 42.0976 36.8668 41.894C36.8566 41.8485 36.8455 41.8036 36.8367 41.7578C36.7948 41.5495 36.7625 41.338 36.7384 41.1244C36.733 41.0767 36.7288 41.0287 36.725 40.9804C36.7041 40.7561 36.6902 40.5292 36.6902 40.2996C36.6902 40.0703 36.7041 39.8444 36.7247 39.6204C36.7292 39.5727 36.733 39.525 36.738 39.4773C36.7609 39.274 36.7926 39.0735 36.8313 38.8749C36.8439 38.8084 36.8595 38.7419 36.8744 38.6751C36.9134 38.5007 36.9575 38.3284 37.0088 38.1584C37.0317 38.0834 37.0567 38.0087 37.0821 37.9344C37.13 37.7926 37.1817 37.653 37.2381 37.5146C37.2654 37.4472 37.2917 37.3788 37.3212 37.3123C37.3976 37.1388 37.4813 36.9681 37.5704 36.8018C37.5996 36.7466 37.631 36.6926 37.6614 36.638C37.7638 36.4586 37.8691 36.281 37.9855 36.111C37.989 36.106 37.9928 36.1016 37.9959 36.0962C38.1237 35.9096 38.261 35.7298 38.4047 35.555C38.4155 35.5415 38.4266 35.5281 38.4373 35.5149C39.8297 33.8553 41.9295 32.7961 44.2747 32.7961C48.4546 32.7957 51.8556 36.1614 51.8556 40.2993ZM29.2123 29.207L28.5603 31.8574H25.991L25.3168 29.207H29.2123ZM14.6745 37.6087C15.6163 33.8255 17.866 30.9994 21.3645 29.207H23.7405L24.6547 32.7973C24.7404 33.1327 25.0451 33.3686 25.3961 33.3686H29.16C29.512 33.3686 29.8186 33.1308 29.9029 32.7916L30.7839 29.2069H33.5347C35.5704 30.2507 37.1981 31.6653 38.3846 33.42C38.3802 33.4282 38.3754 33.4363 38.371 33.4442C36.4108 35.0988 35.162 37.5556 35.162 40.2989C35.162 41.4358 35.3846 42.5198 35.7753 43.5228C35.7892 43.5636 35.7959 43.6035 35.8127 43.6449C33.301 44.101 30.646 44.3316 27.9028 44.3316C27.7557 44.3316 27.6063 44.3307 27.4582 44.3294H27.4446C27.2927 44.3304 27.1415 44.3316 26.9896 44.3316C22.4088 44.3316 18.0204 43.6737 14.2628 42.426C14.1972 41.61 14.141 39.7558 14.6747 37.6087L14.6745 37.6087Z\u0022 fill=\u0022#11385B\u0022 \/\u003E\n \u003Cpath fillrule=\u0022evenodd\u0022 cliprule=\u0022evenodd\u0022 d=\u0022M42.4036 44.0298C42.5491 44.165 42.7355 44.2318 42.9221 44.2318C43.1185 44.2318 43.313 44.1584 43.4607 44.0117L49.0264 38.5215C49.3237 38.2275 49.3237 37.7518 49.0273 37.4584C48.7294 37.165 48.2464 37.165 47.95 37.4581L42.904 42.4351L40.9942 40.6818C40.6864 40.3987 40.2044 40.4159 39.9171 40.7199C39.6309 41.0236 39.6473 41.5 39.9551 41.7821L42.4036 44.0298Z\u0022 fill=\u0022#11385B\u0022 \/\u003E\n \u003Cpath fillrule=\u0022evenodd\u0022 cliprule=\u0022evenodd\u0022 d=\u0022M27.4754 37.8736C28.0863 37.8736 28.5865 37.3738 28.5865 36.7627C28.5865 36.1486 28.0863 35.6484 27.4754 35.6484C26.8609 35.6484 26.3613 36.1483 26.3613 36.7627C26.3617 37.3739 26.8609 37.8736 27.4754 37.8736Z\u0022 fill=\u0022#11385B\u0022 \/\u003E\n \u003Cpath fillrule=\u0022evenodd\u0022 cliprule=\u0022evenodd\u0022 d=\u0022M27.4754 42.0011C28.0863 42.0011 28.5865 41.5726 28.5865 41.0459C28.5865 40.5223 28.0863 40.0938 27.4754 40.0938C26.8609 40.0938 26.3613 40.5222 26.3613 41.0459C26.3617 41.5729 26.8609 42.0011 27.4754 42.0011Z\u0022 fill=\u0022#11385B\u0022 \/\u003E\n\u003C\/svg\u003E\n\n\u003C\/body\u003E\u003C\/div\u003E\u003Cdiv class=\u0022usa-icon-list__content\u0022\u003E\u003Ch3 class=\u0022usa-icon-list__title\u0022\u003EBe prepared to provide a valid ID when voting\u003C\/h3\u003E\u003Cp\u003EYou may need to provide proof of identification with your current name and address. Confirm what \u003Ca href=\u0022https:\/\/www.ncsl.org\/elections-and-campaigns\/voter-id#toggleContent-15991\u0022\u003Etype of identification\u003C\/a\u003E you will need before you go to vote.\u003C\/p\u003E\u003C\/div\u003E\u003C\/li\u003E\u003C\/ul\u003E", + "omb_number": "OMB Control No. 3265-0015" + } +] \ No newline at end of file diff --git a/web/data/en/states.json b/web/data/en/states.json new file mode 100644 index 000000000..4ecef4b0d --- /dev/null +++ b/web/data/en/states.json @@ -0,0 +1,8378 @@ +[ + { + "uuid": "df876dc8-b784-4423-86de-a12a0f462493", + "lang": "en", + "name": "Alabama", + "abbrev": "al", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003EOffice of the Secretary of State \u0026nbsp;\u003Cbr\u003EP.O. Box 5616\u0026nbsp;\u003Cbr\u003EMontgomery, AL 36103-5616\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Alabama you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a resident of Alabama and your county at the time of registration\u003C\/li\u003E\u003Cli\u003EBe 18 years old before any election\u003C\/li\u003E\u003Cli\u003ENot have been convicted of a felony involving moral turpitude (or have had your civil and political rights restored). The \u003Ca class=\u0022usa-link--external\u0022 href=\u0022https:\/\/alisondb.legislature.state.al.us\/alison\/CodeOfAlabama\/1975\/17-3-30.1.htm\u0022 target=\u0022_blank\u0022\u003Elist of moral turpitude felonies\u003C\/a\u003E is available on the Secretary of State web site\u003C\/li\u003E\u003Cli\u003ENot currently be declared mentally incompetent through a competency hearing\u003C\/li\u003E\u003Cli\u003ESwear or affirm to \u201csupport and defend the Constitution of the U.S. and the State of Alabama and further disavow any belief or affiliation with any group which advocates the overthrow of the governments of the U.S. or the State of Alabama by unlawful means and that the information contained herein is true, so help me God\u201d\u0026nbsp;\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EIf you have one, you must provide your Alabama driver\u0027s license number or Alabama nondriver identification card number. If you do not have an Alabama driver\u0027s license or nondriver identification card, you must provide the last 4 digits of your Social Security number. If you have not been issued any of these numbers you must select \u201cI do not have a valid ID\u201d and a unique identifier will be provided for you.\u0026nbsp;\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EYou do not have to register with a party if you want to take part in that party\u2019s primary election, caucus, or convention.\u003C\/p\u003E", + "registration_url": "https:\/\/www.alabamainteractive.org\/sos\/voter_registration\/voterRegistrationWelcome.action", + "election_website_url": "https:\/\/www.sos.alabama.gov\/alabama-votes", + "more_info_url": "https:\/\/www.sos.alabama.gov\/alabama-votes\/voter\/register-to-vote", + "mail_reg_url": "https:\/\/sos.alabama.gov\/sites\/default\/files\/voter-pdfs\/nvra-2.pdf?_ga=2.31423352.617260843.1699554949-1581979923.1699554949", + "confirm_reg_url": "https:\/\/myinfo.alabamavotes.gov\/VoterView\/RegistrantSearch.do", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-21T12:00:00Z\u0022\u003EMonday, October 21, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "2bfff6c6-6782-4b14-ac45-642efd278f6a", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222018-08-31T12:00:00Z\u0022\u003EAugust 31, 2018\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,7" + }, + { + "uuid": "de0fa520-4a71-4085-b157-48020b55af41", + "lang": "en", + "name": "Alaska", + "abbrev": "ak", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003EDivision of Elections State of Alaska\u0026nbsp;\u003Cbr\u003EPO Box 110017\u0026nbsp;\u003Cbr\u003EJuneau, AK 99811-0017\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Alaska you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe at least 18 years old within 90 days of completing this registration \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a resident of Alaska \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be a convicted felon (unless unconditionally discharged) \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be registered to vote in another State\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EYou must provide one of the following identification numbers; Alaska Driver\u0027s License or Alaska State Identification Card Number. If you do not have an Alaska Driver\u0027s License or Alaska State Identification Card, you must provide the last four digits of your Social Security Number. If you do not have any of these identification numbers, please select \u201cI do not have a valid ID\u201d on the form. A unique identifying number will be assigned to you for voter registration purposes. This information is kept confidential. Having this information assists in maintaining your voter record and may assist in verifying your identity (Title 15 of the Alaska Statutes).\u0026nbsp;\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EYou do not have to declare a party affiliation when registering to vote. If you do not choose a party, you will be registered as Undeclared. Alaska has a closed primary election system. Each recognized political party has a separate ballot listing only candidates from that political party. Voters registered as a member of a political party may only vote that party\u0027s ballot. Voters registered as undeclared or non-partisan may choose one ballot from the ballots available.\u003C\/p\u003E", + "registration_url": "https:\/\/voterregistration.alaska.gov\/", + "election_website_url": "https:\/\/www.elections.alaska.gov\/", + "more_info_url": "https:\/\/www.elections.alaska.gov\/Core\/voterregistration.php", + "mail_reg_url": "https:\/\/www.elections.alaska.gov\/doc\/forms\/C03.pdf", + "confirm_reg_url": "https:\/\/myvoterinformation.alaska.gov\/", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-06T12:00:00Z\u0022\u003ESunday, October 6, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "27d3a15c-f8c0-4035-9b0a-c2c0f674519c", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222006-03-01T12:00:00Z\u0022\u003EMarch 01, 2006\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,7" + }, + { + "uuid": "7c0f8267-931b-4cb8-b307-4362744bf896", + "lang": "en", + "name": "American Samoa", + "abbrev": "as", + "is_state": "0", + "reg_type": "in-person", + "accepts_nvrf": "0", + "mailing_address_inst": "", + "reg_eligibility_desc": "", + "id_inst": "", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "", + "registration_url": "", + "election_website_url": "https:\/\/aselectionoffice.gov\/", + "more_info_url": "https:\/\/aselectionoffice.gov\/node\/3", + "mail_reg_url": "", + "confirm_reg_url": "https:\/\/aselectionoffice.gov\/status.php", + "postmarked_mail_deadline": "", + "received_mail_deadline": "\u003Ctime datetime=\u00222024-10-07T12:00:00Z\u0022\u003EMonday, October 7, 2024\u003C\/time\u003E", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "1" + }, + { + "uuid": "2bfff6c6-6782-4b14-ac45-642efd278f6a", + "required": "1" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "1" + } + ], + "nvrf_last_updated_date": null, + "nvrf_pages_list": "1,2,3,4" + }, + { + "uuid": "a570c0dd-8640-4cbd-b159-c0cbc3d1842d", + "lang": "en", + "name": "Arizona", + "abbrev": "az", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003ESecretary of State\/Elections\u0026nbsp;\u003Cbr\u003E1700 W. Washington, 7th Floor\u0026nbsp;\u003Cbr\u003EPhoenix, AZ 85007-2888\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Arizona you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a resident of Arizona and your county at least 29 days preceding the next election \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe 18 years old on or before the next general election \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot have been convicted of treason or a felony (or have had your civil rights restored) \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot currently be declared an incapacitated person by a court of law\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EYour completed voter registration form must contain the number of your Arizona driver\u0027s license, or non-operating identification license issued pursuant to A.R.S. \u00a7 28-3165, if the license is current and valid. If you do not have a current and valid Arizona driver\u0027s license or non-operating identification license, you must include the last four digits of your social security number if one has been issued to you. If you do not have a current and valid driver\u0027s license or non-operating identification license or a social security number, please select \u201cI do not have a valid ID\u201d on the form. A unique identifying number will be assigned by the Secretary of State.\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EIf you are registered in a political party which has qualified for ballot recognition, you will be permitted to vote the primary election ballot for that party. If you are registered as an independent, no party preference or as a member of a party which is not qualified for ballot recognition, you may select and vote one primary election ballot for one of the recognized political parties.\u003C\/p\u003E", + "registration_url": "https:\/\/servicearizona.com\/VoterRegistration\/selectLanguage", + "election_website_url": "https:\/\/azsos.gov\/elections", + "more_info_url": "https:\/\/azsos.gov\/elections\/voters\/registering-vote\/registerupdate-vote", + "mail_reg_url": "https:\/\/azsos.gov\/sites\/default\/files\/2023-11\/voter_registration_form_092222-standard.pdf", + "confirm_reg_url": "https:\/\/my.arizona.vote\/WhereToVote.aspx?s=individual", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-07T12:00:00Z\u0022\u003EMonday, October 7, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222006-03-01T12:00:00Z\u0022\u003EMarch 01, 2006\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,7,8" + }, + { + "uuid": "b5b84145-c19f-4bf9-ac93-4eea733847ff", + "lang": "en", + "name": "Arkansas", + "abbrev": "ar", + "is_state": "1", + "reg_type": "by-mail", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003ESecretary of State\u0026nbsp;\u003Cbr\u003EVoter Services \u0026nbsp;\u003Cbr\u003EP.O. Box 8111 \u0026nbsp;\u003Cbr\u003ELittle Rock, AR 72203-8111\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Arkansas you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ELive in Arkansas at the address you enter on the application \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe at least 18 years old before the next election \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be a convicted felon (or have completely discharged your sentence or been pardoned) \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot claim the right to vote in any other jurisdiction \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot previously be adjudged mentally incompetent by a court of competent jurisdiction \u0026nbsp;\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EYour completed voter registration form must contain your state issued driver\u0027s license number or nonoperating identification number. If you do not have a driver\u0027s license or nonoperating identification, you must include the last four digits of your social security number. If you do not have a driver\u0027s license or a nonoperating identification or a social security number, please select \u201cI do not have a valid ID\u201d on the form. A unique identifying number will be assigned by the State.\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EYou do not have to register with a party if you want to take part in that party\u2019s primary election, caucus, or convention.\u003C\/p\u003E", + "registration_url": "", + "election_website_url": "https:\/\/www.sos.arkansas.gov\/elections\/", + "more_info_url": "https:\/\/www.sos.arkansas.gov\/elections\/voter-information\/", + "mail_reg_url": "https:\/\/www.sos.arkansas.gov\/uploads\/elections\/ArkansasVoterRegistrationApplication.pdf", + "confirm_reg_url": "https:\/\/www.voterview.ar-nova.org\/voterview", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-06T12:00:00Z\u0022\u003ESunday, October 6, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222006-03-01T12:00:00Z\u0022\u003EMarch 01, 2006\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,8" + }, + { + "uuid": "2ede6883-b717-4628-aa39-1939bba90211", + "lang": "en", + "name": "California", + "abbrev": "ca", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003ESecretary of State\u003Cbr\u003EElections Division\u003Cbr\u003E1500 11th Street, 5th Floor \u0026nbsp;\u003Cbr\u003ESacramento, CA 95814\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in California you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a resident of California \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe at least 16 years old, but you must be 18 years of age or older on the date of the election at which you intend to vote \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot currently serving a state or federal prison term for the conviction of a felony \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot currently found to be mentally incompetent to vote by a court\u003Cbr\u003E\u0026nbsp;\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EWhen you register to vote, you must provide your California driver\u2019s license or California identification card number, if you have one. If you do not have a driver\u2019s license or ID card, you must provide the last four digits of your Social Security Number (SSN). If you do not include this information, you will be required to provide identification when you vote if it is your first time voting in a federal election.\u003Cbr\u003E\u0026nbsp;\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EIf you wish to choose a party preference, please enter the name of the political party. If you do not want to choose a political party, enter \u201cNo Party Preference\u201d in the space provided. California law allows voters who choose \u201cNo Party Preference\u201d or have chosen a preference for a nonqualified political party to vote in the presidential primary election of any qualified political party that files a notice with the Secretary of State allowing them to do so. You can call 1-800-345-VOTE or visit \u003Ca class=\u0022usa-link--external\u0022 href=\u0022www.sos.ca.gov\u0022 target=\u0022_blank\u0022\u003Ewww.sos.ca.gov\u003C\/a\u003E to learn which political parties allow \u201cNo Party Preference\u201d voters and voters who have disclosed a preference for a nonqualified political party to participate in their presidential primary election.\u003C\/p\u003E", + "registration_url": "https:\/\/registertovote.ca.gov\/", + "election_website_url": "https:\/\/www.sos.ca.gov\/elections", + "more_info_url": "https:\/\/www.sos.ca.gov\/elections\/voting-resources\/voting-california\/registering-vote", + "mail_reg_url": "", + "confirm_reg_url": "https:\/\/voterstatus.sos.ca.gov\/", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-21T12:00:00Z\u0022\u003EMonday, October 21, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222021-10-10T12:00:00Z\u0022\u003EOctober 10, 2021\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,8,9" + }, + { + "uuid": "a9c94b5e-a69f-4722-9a5d-ce3b12a8af18", + "lang": "en", + "name": "Colorado", + "abbrev": "co", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003EColorado Secretary of State\u0026nbsp;\u003Cbr\u003E1700 Broadway, Suite 200\u0026nbsp;\u003Cbr\u003EDenver, Colorado 80290\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Colorado you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a resident of Colorado for at least 22 days immediately before the Election in which you intend to vote \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe at least 16 years old, but you must be 18 years of age or older on the date of the election at which you intend to vote \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be serving a sentence (including parole) for a felony conviction\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EYour completed voter registration form must contain your state issued driver\u0027s license number or identification number. If you do not have a driver\u0027s license or state issued identification, you must include the last four digits of your social security number. If you do not have a driver\u0027s license or a state issued identification or a social security number, please select \u201cI do not have a valid ID\u201d on the form. A unique identifying number will be assigned by the State.\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EYou may register with a party. If you leave this section blank you will not be registered with any party.\u003C\/p\u003E", + "registration_url": "https:\/\/www.sos.state.co.us\/voter\/pages\/pub\/olvr\/verifyNewVoter.xhtml", + "election_website_url": "https:\/\/www.sos.state.co.us\/pubs\/elections\/", + "more_info_url": "https:\/\/www.coloradosos.gov\/voter\/pages\/pub\/home.xhtml", + "mail_reg_url": "https:\/\/www.sos.state.co.us\/pubs\/elections\/vote\/VoterRegFormEnglish.pdf", + "confirm_reg_url": "https:\/\/www.sos.state.co.us\/voter\/pages\/pub\/olvr\/findVoterReg.xhtml", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-28T12:00:00Z\u0022\u003EMonday, October 28, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222018-10-16T12:00:00Z\u0022\u003EOctober 16, 2018\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,9" + }, + { + "uuid": "07f4df28-f634-4ee4-a425-adfda740f93c", + "lang": "en", + "name": "Connecticut", + "abbrev": "ct", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003ESecretary of the State of Connecticut\u0026nbsp;\u003Cbr\u003EElections Division\u003Cbr\u003EP.O. Box 150470\u003Cbr\u003EHartford, CT 06115-0470\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Connecticut you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a resident of Connecticut and of the town in which you wish to vote \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe 17 years old. 17 year olds who will turn 18 on or before Election Day, may participate in the general primary. \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EHave completed confinement and parole if previously convicted of a felony, and have had your voting rights restored by Registrars of Voters \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot currently be declared mentally incompetent to vote by a court of law \u0026nbsp;\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EConnecticut Driver\u0027s License Number, or if none, the last four digits of your Social Security Number.\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EThis is optional, but you must register with a party if you want to take part in that party\u2019s primary election, caucus, or convention.\u003C\/p\u003E", + "registration_url": "https:\/\/voterregistration.ct.gov\/OLVR\/welcome.do", + "election_website_url": "https:\/\/portal.ct.gov\/sots", + "more_info_url": "https:\/\/portal.ct.gov\/SOTS\/Election-Services\/Voter-Information\/Voter-Fact-Sheet", + "mail_reg_url": "https:\/\/portal.ct.gov\/-\/media\/SOTS\/ElectionServices\/ElectForms\/electforms\/ED-671-En-8x10-No-code.pdf", + "confirm_reg_url": "https:\/\/portaldir.ct.gov\/sots\/LookUp.aspx", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-18T12:00:00Z\u0022\u003EFriday, October 18, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222019-09-03T12:00:00Z\u0022\u003ESeptember 03, 2019\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,9" + }, + { + "uuid": "1fcc9e14-8661-42e2-8418-8a2b12132e8c", + "lang": "en", + "name": "Delaware", + "abbrev": "de", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003EState of Delaware\u0026nbsp;\u003Cbr\u003EOffice of the State Election Commissioner \u0026nbsp;\u003Cbr\u003E905 S. Governors Ave., Suite 170\u003Cbr\u003EDover, DE 19904\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003EYou may register to vote in Delaware if you:\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EAre a citizen of the United States, AND\u003C\/li\u003E\u003Cli\u003EAre a resident of Delaware; (Delaware is your home), AND\u003C\/li\u003E\u003Cli\u003EWill be 18 years old on or before the date of the next General Election.\u003C\/li\u003E\u003C\/ul\u003E\u003Cp\u003EYou may not register to vote in Delaware if you:\u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EHave been adjudged mentally incompetent. Adjudged mentally incompetent refers to a specific finding in a judicial guardianship or equivalent proceeding, based on clear and convincing evidence that the individual has a severe cognitive impairment which precludes exercise of basic voting judgment; OR \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EWere convicted of a felony and have not completed your sentence, OR \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EWere convicted of a disqualifying* felony and have not been pardoned.\u003C\/li\u003E\u003C\/ul\u003E\u003Cp\u003E*List of Disqualifying Felonies:\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EMurder or manslaughter, (except vehicular homicide); \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EAny felony constituting an offense against public administration involving bribery or improper influence or abuse of office, or any like offense under the laws of any state or local jurisdiction, or of the United States, or of the District of Columbia; or \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EAny felony constituting a sexual offense, or any like offense under the laws of any state or local jurisdiction or of the United States or of the District of Columbia.\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EYour completed voter registration form must contain your state issued driver\u0027s license number or nonoperating identification number. If you do not have a driver\u0027s license or nonoperating identification, you must include the last four digits of your social security number. If you do not have a driver\u0027s license or a nonoperating identification or a social security number, please select \u201cI do not have a valid ID\u201d on the form. A unique identifying number will be assigned by the State.\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EYou must register with a party if you want to take part in that party\u2019s primary election, caucus, or convention.\u003C\/p\u003E", + "registration_url": "https:\/\/ivote.de.gov\/VoterView\/registrant\/newregistrant", + "election_website_url": "https:\/\/elections.delaware.gov\/index.shtml", + "more_info_url": "https:\/\/elections.delaware.gov\/voter\/votereg.shtml", + "mail_reg_url": "https:\/\/elections.delaware.gov\/voter\/pdfs\/VoterRegApplication.pdf", + "confirm_reg_url": "https:\/\/ivote.de.gov\/VoterView", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-12T12:00:00Z\u0022\u003ESaturday, October 12, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222018-04-08T12:00:00Z\u0022\u003EApril 08, 2018\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,9,10" + }, + { + "uuid": "f27d50f6-11ad-4a42-a4cc-a6c93f49af79", + "lang": "en", + "name": "District of Columbia", + "abbrev": "dc", + "is_state": "0", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003EDistrict of Columbia Board of Elections\u003Cbr\u003E1015 Half Street, SE, Suite 750\u003Cbr\u003EWashington, DC 20003\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo vote in the District of Columbia you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a United States citizen \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a resident of the District of Columbia \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EMaintain residency in the District of Columbia for at least 30 days prior to the election in which you intend to vote \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot claim voting residence or the right to vote in another U.S. state or territory \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe at least 17 years old (You may register to vote if you are at least 16 years old. You may vote in a primary election if you are at least 17 years old and you will be at least 18 years old by the next general election. You may vote in a general or special election if you are at least 18 years old). \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot have been found by a court to be legally incompetent to vote\u003Cbr\u003E\u0026nbsp;\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EFederal law now requires that all voter registration applications must include either the applicant\u2019s driver\u2019s license number or the last four digits of the applicant\u2019s social security number in order to be processed.\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EYou must register with a party if you want to take part in that party\u2019s primary election, caucus, or convention.\u003C\/p\u003E", + "registration_url": "https:\/\/vr.dcboe.org\/213324797239968?agency_code=12", + "election_website_url": "https:\/\/dcboe.org\/", + "more_info_url": "https:\/\/www.dcboe.org\/voters\/register-to-vote\/register-update-voter-registration", + "mail_reg_url": "https:\/\/dcboe.org\/getmedia\/d1d54a92-bdb1-4401-8218-6261776b5f4b\/VRF-English-01122024.pdf", + "confirm_reg_url": "https:\/\/apps.dcboe.org\/vrs", + "postmarked_mail_deadline": "", + "received_mail_deadline": "\u003Ctime datetime=\u00222024-10-15T12:00:00Z\u0022\u003ETuesday, October 15, 2024\u003C\/time\u003E", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "27d3a15c-f8c0-4035-9b0a-c2c0f674519c", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222021-10-10T12:00:00Z\u0022\u003EOctober 10, 2021\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,10" + }, + { + "uuid": "c4291c70-0c0b-43e8-abd9-61733b1a616c", + "lang": "en", + "name": "Florida", + "abbrev": "fl", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003EState of Florida Department of State Division of Elections\u0026nbsp;\u003Cbr\u003EThe R.A. Gray Building\u0026nbsp;\u003Cbr\u003E500 South Bronough St, Rm 316\u0026nbsp;\u003Cbr\u003ETallahassee, Florida 32399-0250\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Florida you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a legal resident of both the State of Florida and of the county in which you seek to be registered \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe 18 years old (you may pre-register if you are at least 16) \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be adjudicated mentally incapacitated with respect to voting in Florida or any other State, or if you have, you must first have your voting rights restored. \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be a convicted felon, or if you are, you must first have your civil rights restored if they were taken away. \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ESwear or affirm the following: \u201cI will protect and defend the Constitution of the United States and the Constitution of the State of Florida, that I am qualified to register as an elector under the Constitution and laws of the State of Florida, and that all information in this application is true.\u201d\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EIf you have one, you must provide your Florida driver\u0027s license number or Florida identification card number. If you do not have a Florida driver\u0027s license or identification card, you must provide the last four digits of your social security number. If you have not been issued any of these numbers, you must select \u201cI do not have a valid ID.\u201d\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EYou must register with a party if you want to take part in that party\u2019s primary election, caucus, or convention.\u003C\/p\u003E", + "registration_url": "https:\/\/registertovoteflorida.gov\/eligibilityreactive", + "election_website_url": "https:\/\/dos.myflorida.com\/elections\/", + "more_info_url": "https:\/\/registertovoteflorida.gov\/home", + "mail_reg_url": "https:\/\/files.floridados.gov\/media\/707200\/dsde39-english-pre-7066-20230209.pdf", + "confirm_reg_url": "https:\/\/registration.elections.myflorida.com\/CheckVoterStatus", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-07T12:00:00Z\u0022\u003EMonday, October 7, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "2bfff6c6-6782-4b14-ac45-642efd278f6a", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222011-11-30T12:00:00Z\u0022\u003ENovember 30, 2011\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,10,11" + }, + { + "uuid": "67d771e7-4aa6-4553-a518-243a13a274bc", + "lang": "en", + "name": "Georgia", + "abbrev": "ga", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003EElections Division\u003Cbr\u003EOffice of the Secretary of State\u003Cbr\u003E2 Martin Luther King Jr. Drive, Suite 802\u003Cbr\u003EFloyd West Tower\u0026nbsp;\u003Cbr\u003EAtlanta, Georgia 30334\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Georgia you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a legal resident of Georgia and of the county in which you want to vote \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe 18 years old within six months after the day of registration, and be 18 years old to vote \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be serving a sentence for having been convicted of a felony \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot have been judicially determined to be mentally incompetent, unless the disability has been removed\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EFederal law requires you to provide your full GA Driver\u2019s License number or GA State issued ID number. If you do not have a GA Driver\u2019s License or GA ID you must provide the last 4 digits of your Social Security number. Providing your full Social Security number is optional. Your Social Security number will be kept confidential and may be used for comparison with other state agency databases for voter registration identification purposes. If you do not possess a GA Driver\u2019s License or Social Security number, a unique identifier will be provided for you.\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EYou do not have to register with a party to take part in that party\u2019s primary, caucus or convention.\u003C\/p\u003E", + "registration_url": "https:\/\/registertovote.sos.ga.gov\/GAOLVR\/welcome.do#no-back-button", + "election_website_url": "https:\/\/sos.ga.gov\/index.php\/elections", + "more_info_url": "https:\/\/sos.ga.gov\/elections-division-georgia-secretary-states-office", + "mail_reg_url": "https:\/\/sos.ga.gov\/sites\/default\/files\/forms\/GA_VR_APP_2019.pdf", + "confirm_reg_url": "https:\/\/mvp.sos.ga.gov\/s\/", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-07T12:00:00Z\u0022\u003EMonday, October 7, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "2bfff6c6-6782-4b14-ac45-642efd278f6a", + "required": "1" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222013-08-15T12:00:00Z\u0022\u003EAugust 15, 2013\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,11" + }, + { + "uuid": "a6cdd4fe-76a4-4f71-9762-77a72b60b29a", + "lang": "en", + "name": "Guam", + "abbrev": "gu", + "is_state": "0", + "reg_type": "online", + "accepts_nvrf": "0", + "mailing_address_inst": "", + "reg_eligibility_desc": "", + "id_inst": "", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "", + "registration_url": "https:\/\/gec.guam.gov\/register\/", + "election_website_url": "https:\/\/gec.guam.gov\/", + "more_info_url": "https:\/\/gec.guam.gov\/", + "mail_reg_url": "", + "confirm_reg_url": "https:\/\/gec.guam.gov\/validate\/", + "postmarked_mail_deadline": "", + "received_mail_deadline": "\u003Ctime datetime=\u00222024-10-25T12:00:00Z\u0022\u003EFriday, October 25, 2024\u003C\/time\u003E", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "1" + }, + { + "uuid": "2bfff6c6-6782-4b14-ac45-642efd278f6a", + "required": "1" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "1" + } + ], + "nvrf_last_updated_date": null, + "nvrf_pages_list": "1,2,3,4" + }, + { + "uuid": "e37c45f5-f5fe-4b33-a80d-fed98465797b", + "lang": "en", + "name": "Hawaii", + "abbrev": "hi", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003EOffice of Elections State of Hawaii\u0026nbsp;\u003Cbr\u003E802 Lehua Avenue\u0026nbsp;\u003Cbr\u003EPearl City, HI 96782\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Hawaii you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a resident of the State of Hawaii \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe at least 16 years old (you must be 18 years old by election day in order to vote) \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be incarcerated for a felony conviction \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be adjudicated by a court as \u201cnon compos mentis\u201d\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EWhen you register to vote, you must provide your Hawaii driver\u2019s license or State identification number, if you have one. If you do not have a driver\u2019s license or ID number, you must provide the last four digits of your Social Security Number (SSN). If you do not have any of this information, the Clerk\u2019s Office will issue you a unique identification number, which will serve to identify you for voter registration purposes.\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EA \u201cchoice of party\u201d is not required for voter registration.\u003C\/p\u003E", + "registration_url": "https:\/\/olvr.hawaii.gov\/", + "election_website_url": "https:\/\/elections.hawaii.gov\/", + "more_info_url": "https:\/\/elections.hawaii.gov\/voters\/registration\/", + "mail_reg_url": "https:\/\/elections.hawaii.gov\/wp-content\/uploads\/Voter-Registration-and-Permanent-Absentee-Application_Form-Fillable.pdf", + "confirm_reg_url": "https:\/\/olvr.hawaii.gov\/", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-28T12:00:00Z\u0022\u003EMonday, October 28, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "2bfff6c6-6782-4b14-ac45-642efd278f6a", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222021-10-10T12:00:00Z\u0022\u003EOctober 10, 2021\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,11" + }, + { + "uuid": "b7ae3623-a8dc-4958-8dd1-7e5b7e01a65a", + "lang": "en", + "name": "Idaho", + "abbrev": "id", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003ESecretary of State\u0026nbsp;\u003Cbr\u003EP.O. Box 83720 State Capitol Bldg.\u0026nbsp;\u003Cbr\u003EBoise, ID 83720-0080\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Idaho you must:\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EHave resided in Idaho and in the county for 30 days prior to the day of election \u0026nbsp;\u003Cbr\u003Ebe at least 18 years old \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot have been convicted of a felony, and without having been restored to the rights of citizenship, or confined in prison on conviction of a criminal offense\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EEnter the number from your Idaho driver\u0027s license card or state identification card issued by the Idaho Transportation Department. If you have no such card, enter the last 4 digits of your social security number.\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EUnless the political party chooses to have an open primary, affiliating with a political party is required if you wish to participate in a party\u0027s primary election.\u003C\/p\u003E", + "registration_url": "https:\/\/elections.sos.idaho.gov\/ElectionLink\/ElectionLink\/ApplicationInstructions.aspx", + "election_website_url": "https:\/\/idahovotes.gov\/", + "more_info_url": "https:\/\/idahovotes.gov\/voting\/", + "mail_reg_url": "https:\/\/sos.idaho.gov\/elections\/forms\/voter_registration.pdf", + "confirm_reg_url": "https:\/\/elections.sos.idaho.gov\/ElectionLink\/ElectionLink\/VoterSearch.aspx", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-25T12:00:00Z\u0022\u003EFriday, October 25, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222022-06-27T12:00:00Z\u0022\u003EJune 27, 2022\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,11,12" + }, + { + "uuid": "480cbc02-b247-4675-8c6c-9b76a3c39ad4", + "lang": "en", + "name": "Illinois", + "abbrev": "il", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003EState Board of Elections\u0026nbsp;\u003Cbr\u003E2329 S. MacArthur Boulevard\u0026nbsp;\u003Cbr\u003ESpringfield, IL 62704\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Illinois you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a resident of Illinois and of your election precinct at least 30 days before the next election \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe at least 18 years old on or before the next General Election or Consolidated Election \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ECannot be serving a sentence of confinement in any penal institution as a result of conviction of any crime \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot claim the right to vote anywhere else \u0026nbsp;\u003C\/li\u003E\u003C\/ul\u003E\u003Cp\u003E\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EPreregistration for 17 Year Olds:\u003C\/p\u003E\u003Cp\u003EIllinois permits registration by a 17 year old person who will be 18 on or before the General Election (or the Consolidated Election, the odd year election for city, township, school board and other local offices) to register and vote in the General Primary (or Consolidated Primary) which will nominate candidates for that next following General Election (or Consolidated Election).\u003C\/p\u003E", + "id_inst": "\u003Cp\u003EIllinois requires either the Driver\u2019s License (or Secretary of State ID Card) or the last 4 digits of Social Security Number. For people who do not have either of those items, and have not registered in Illinois before, a mail in registration form should be accompanied by a copy of other identifying information: you must send, with this application, either (i) a copy of a current and valid photo identification, or (ii) a copy of a current utility bill, bank statement, government check, paycheck, or other government document that shows the name and address of the voter. If you do not provide the information required above, then you will be required to provide election officials with either (i) or (ii) described above the first time you vote at a voting place.\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003ELeave Blank. Exception: for primary elections, unless a voter only wishes to vote on public questions, a party preference should be indicated.\u003C\/p\u003E", + "registration_url": "https:\/\/ova.elections.il.gov\/", + "election_website_url": "https:\/\/www.elections.il.gov\/", + "more_info_url": "https:\/\/www.elections.il.gov\/Default.aspx", + "mail_reg_url": "https:\/\/www.elections.il.gov\/NewDocDisplay.aspx?%2fM0cs48zOKVZyk9eAbpEoxjoGz9b5YaGOZJlr8CbkngFbsRPV%2f1ATx4aQkxzja565ESGno4fDfetZNJEnD3jlKUsS4RoI55UaaHzJzO%2bW22z%2bFdnOD0t%2f9pfEFOppxmWN9FTGwiaU9tDHyRuCznbqw%3d%3d", + "confirm_reg_url": "https:\/\/ova.elections.il.gov\/RegistrationLookup.aspx", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-08T12:00:00Z\u0022\u003ETuesday, October 8, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222019-09-03T12:00:00Z\u0022\u003ESeptember 03, 2019\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,12" + }, + { + "uuid": "399b3e26-1580-4fe5-93da-995cc7899d39", + "lang": "en", + "name": "Indiana", + "abbrev": "in", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003EElection Division\u0026nbsp;\u003Cbr\u003EOffice of the Secretary of State\u003Cbr\u003E302 West Washington Street, Room E-204\u003Cbr\u003EIndianapolis, IN 46204-2743\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Indiana you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EHave resided in the precinct at least 30 days before the next election \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe at least 18 years of age on the day of the next general election \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot currently be in jail for a criminal conviction\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EYour state voter ID number is your ten digit Indiana issued driver\u0027s license number. If you do not possess an Indiana driver\u0027s license then provide the last four digits of your social security number. Please indicate which number was provided. (Indiana Code 3-7-13-13)\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EIndiana does not accept political party information on this form.\u003C\/p\u003E", + "registration_url": "https:\/\/indianavoters.in.gov\/", + "election_website_url": "https:\/\/www.in.gov\/sos\/elections\/", + "more_info_url": "https:\/\/www.in.gov\/sos\/elections\/2403.htm", + "mail_reg_url": "https:\/\/forms.in.gov\/Download.aspx?id=9341", + "confirm_reg_url": "https:\/\/indianavoters.in.gov\/", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-29T12:00:00Z\u0022\u003ETuesday, October 29, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222006-03-01T12:00:00Z\u0022\u003EMarch 01, 2006\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,12" + }, + { + "uuid": "ca6aeabe-c00a-4a89-8445-fc0b06d7120b", + "lang": "en", + "name": "Iowa", + "abbrev": "ia", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003EElections Division\u0026nbsp;\u003Cbr\u003EOffice of the Iowa Secretary of State\u0026nbsp;\u003Cbr\u003ELucas Building-First Floor\u003Cbr\u003E321 E. 12th Street\u0026nbsp;\u003Cbr\u003EDes Moines, IA 50319\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Iowa you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a resident of Iowa \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe at least 17 years old; a person may vote if they will be 18 years old on or before election day. In the case of primary elections, a person may vote if they will be 18 years old on or before the corresponding regular election.\u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot have been convicted of a felony or have had your rights restored by the Governor, including through Executive Order, after a felony conviction\u003C\/li\u003E\u003Cli\u003ENot currently be judged by a court to be \u201cincompetent to vote\u201d \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot claim the right to vote in more than one place \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EGive up your right to vote in any other place\u0026nbsp;\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EYour ID number is your Iowa driver\u2019s license number or Iowa non-operator identification number if you have one; if not then the last four digits of your social security number. The ID number you provide will be verified with the Iowa Department of Transportation or the Social Security Administration.\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EYou may, but do not have to, register with a party in advance if you want to participate in that party\u2019s primary election. You may change or declare a party affiliation at the polls on primary election day.\u003C\/p\u003E", + "registration_url": "https:\/\/mymvd.iowadot.gov\/Account\/Login?ReturnUrl=%2fVoterRegistration", + "election_website_url": "https:\/\/sos.iowa.gov\/", + "more_info_url": "https:\/\/sos.iowa.gov\/elections\/voterinformation\/voterregistration.html", + "mail_reg_url": "https:\/\/sos.iowa.gov\/elections\/pdf\/voteapp.pdf", + "confirm_reg_url": "https:\/\/sos.iowa.gov\/elections\/voterreg\/regtovote\/search.aspx", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-21T12:00:00Z\u0022\u003EMonday, October 21, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222023-11-24T12:00:00Z\u0022\u003ENovember 24, 2023\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,12,13" + }, + { + "uuid": "2534efc9-05c9-4b79-bea5-79ffddf8dbb7", + "lang": "en", + "name": "Kansas", + "abbrev": "ks", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003ESecretary of State\u0026nbsp;\u003Cbr\u003E1st Floor, Memorial Hall\u0026nbsp;\u003Cbr\u003E120 SW 10th Ave. \u0026nbsp;\u003Cbr\u003ETopeka, KS 66612-1594\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Kansas you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a resident of Kansas \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe 18 by the next election \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EHave completed the terms of your sentence if convicted of a felony; a person serving a sentence for a felony conviction is ineligible to vote \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot claim the right to vote in any other location or under any other name \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be excluded from voting by a court of competent jurisdiction\u0026nbsp;\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EYour completed voter registration form must contain your state issued driver\u0027s license number or nondriver\u0027s identification card number. If you do not have a driver\u0027s license or nondriver\u0027s identification card, you must include the last four digits of your social security number. If you do not have a driver\u0027s license or a nondriver\u0027s identification card or social security number, please select \u201cI do not have a valid ID\u201d on the form. A unique identifying number will be assigned by the State. The number you provide will be used for administrative purposes only and will not be disclosed to the public. (KSA 25-2309).\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EYou must register with a party if you want to take part in that party\u2019s primary election, caucus, or convention.\u003C\/p\u003E", + "registration_url": "https:\/\/www.kdor.ks.gov\/Apps\/VoterReg\/Default.aspx", + "election_website_url": "https:\/\/sos.ks.gov\/elections\/elections.html", + "more_info_url": "https:\/\/sos.ks.gov\/elections\/voter-information.html", + "mail_reg_url": "https:\/\/www.kssos.org\/forms\/elections\/voterregistration.pdf", + "confirm_reg_url": "https:\/\/myvoteinfo.voteks.org\/voterview\/", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-11-15T12:00:00Z\u0022\u003EFriday, November 15, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222013-10-25T12:00:00Z\u0022\u003EOctober 25, 2013\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,13,14" + }, + { + "uuid": "22c767ff-4cd3-4baf-a7fc-50b7071ce1d1", + "lang": "en", + "name": "Kentucky", + "abbrev": "ky", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003EState Board of Elections\u0026nbsp;\u003Cbr\u003E140 Walnut Street\u0026nbsp;\u003Cbr\u003EFrankfort, KY 40601-3240\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Kentucky you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a resident of Kentucky \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a resident of the county for at least 28 days prior to the election date \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe 18 years of age on or before the next general election \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be a convicted felon or if you have been convicted of a felony, your civil rights must have been restored by executive pardon \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot have been judged \u201cmentally incompetent\u201d in a court of law \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot claim the right to vote anywhere outside Kentucky\u0026nbsp;\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EYour full social security number is required. It is used for administrative purposes only and is not released to the public (KRS 116.155). No person shall be denied the right to register because of failure to include social security number.\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EYou must register with a party if you want to take part in that party\u2019s primary election, caucus, or convention.\u003C\/p\u003E", + "registration_url": "https:\/\/vrsws.sos.ky.gov\/ovrweb\/", + "election_website_url": "https:\/\/elect.ky.gov\/Pages\/default.aspx", + "more_info_url": "https:\/\/elect.ky.gov\/Resources\/Pages\/Registration.aspx", + "mail_reg_url": "https:\/\/elect.ky.gov\/registertovote\/Documents\/SBE%2001%20406%20Mail%20In%20Voter%20Registration%20Application.pdf", + "confirm_reg_url": "https:\/\/vrsws.sos.ky.gov\/VIC\/", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-07T12:00:00Z\u0022\u003EMonday, October 7, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "fe8cf91e-f872-4ed7-848c-09c99a7d83c8", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222006-03-01T12:00:00Z\u0022\u003EMarch 01, 2006\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,14" + }, + { + "uuid": "cc3b64d7-d920-41c2-bcad-c6e145049bca", + "lang": "en", + "name": "Louisiana", + "abbrev": "la", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003ESecretary of State\u0026nbsp;\u003Cbr\u003EAttention: Elections Division \u0026nbsp;\u003Cbr\u003EP.O. Box 94125 \u0026nbsp;\u003Cbr\u003EBaton Rouge, LA 70804-9125\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Louisiana you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a resident of Louisiana (Residence address must be address where you claim homestead exemption, if any, except for a resident in a nursing home or veteran\u2019s home who may elect to use the address of the nursing home or veterans\u2019 home or the home where he has a homestead exemption. A college student may elect to use his home address or his address while away at school.) \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe at least 17 years old (16 years old if registering to vote with application for Louisiana driver\u2019s license or in person at registrar of voters office), and be 18 years old prior to the next election to vote \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot currently be under an order of imprisonment for conviction of a felony; or if under such an order (1) not have been incarcerated pursuant to the order within the last five years and (2) not be under an order of imprisonment related to a felony conviction for election fraud or any other election offense pursuant to R.S. 18:1461.2 \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be under a judgment of full interdiction for mental incompetence or limited interdiction where your right to vote has been suspended\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EYou must provide your Louisiana driver\u2019s license number or Louisiana special identification card number, if issued. If not issued, you must provide at least the last four digits of your social security number, if issued. The full social security number may be provided on a voluntary basis. If the applicant has neither a Louisiana driver\u2019s license, a Louisiana special identification card, or a social security number, the applicant shall attach one of the following items to his application: (a) a copy of a current and valid photo identification; or (b) a copy of a current utility bill, bank statement, government check, paycheck, or other government document that shows the name and address of applicant. Neither the registrar nor the Department of State shall disclose the social security number of a registered voter or circulate the social security numbers of registered voters on commercial lists (R.S. 18:104 and 154; 42 U.S.C. \u00a7 405). \u0026nbsp;\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EIf you do not list a party affiliation, you may not be able to vote in the Presidential Preference Primary and party committee elections. Political party affiliation is not required for any other election.\u003C\/p\u003E", + "registration_url": "https:\/\/voterportal.sos.la.gov\/VoterRegistration", + "election_website_url": "https:\/\/www.sos.la.gov\/ElectionsAndVoting\/Pages\/default.aspx", + "more_info_url": "https:\/\/www.sos.la.gov\/ElectionsAndVoting\/RegisterToVote\/Pages\/default.aspx", + "mail_reg_url": "https:\/\/www.sos.la.gov\/ElectionsAndVoting\/PublishedDocuments\/ApplicationToRegisterToVote.pdf", + "confirm_reg_url": "https:\/\/voterportal.sos.la.gov\/", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-07T12:00:00Z\u0022\u003EMonday, October 7, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "2bfff6c6-6782-4b14-ac45-642efd278f6a", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222019-02-28T12:00:00Z\u0022\u003EFebruary 28, 2019\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,14" + }, + { + "uuid": "c3a9de72-14f1-4ecf-b7e4-0ee4aaec8592", + "lang": "en", + "name": "Maine", + "abbrev": "me", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003EElections Division Bureau of Corporations, Elections and Commissions\u0026nbsp;\u003Cbr\u003E101 State House Station\u0026nbsp;\u003Cbr\u003EAugusta, ME 04333-0101\u003C\/p\u003E\u003Cp\u003EMunicipal addresses: To meet registration deadlines, especially in the two weeks before the closed period (three weeks before an election) you should return the completed voter registration application directly to your municipal clerk. A complete list of municipal clerks is available at \u003Ca class=\u0022usa-link--external\u0022 href=\u0022https:\/\/www.maine.gov\/sos\/cec\/elec\/munic.html\u0022 target=\u0022_blank\u0022\u003Ehttps:\/\/www.maine.gov\/sos\/cec\/elec\/munic.html\u003C\/a\u003E.\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Maine you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a resident of Maine and the municipality in which you want to vote\u003C\/li\u003E\u003Cli\u003EBe at least 16 years old (you must \u0026nbsp;be 18 years old to vote, or 17 years old for a Primary Election in which you will be 18 years old by that General Election)\u0026nbsp;\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EYou must list your valid Maine driver\u2019s license number. If you don\u2019t have a valid Maine driver\u2019s license, then you must provide the last four digits of your Social Security Number. Voters who don\u2019t have either of these forms of ID must select \u201cI do not have a valid ID\u201d on this form.\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "\u003Cp\u003E\u003Cstrong\u003EBefore getting started, please note the following\u003C\/strong\u003E: Prior address is a required section for Maine voter registration when you get to the next step. If you were previously registered to vote, whether in Maine or not, the address of prior registration is required to register to vote. You can return to the previous step to select Change Registration Information; the option to enter a prior address is available when you enter your current address.\u003C\/p\u003E", + "political_party_inst": "\u003Cp\u003EThrough December 31, 2023, You must register with a party if you want to take part in that party\u2019s primary election, caucus, or convention (unless otherwise permitted by a political party). After January 1, 2024, unenrolled voters may choose to take part in one party\u2019s primary election, caucus, or convention without enrolling in that party.\u0026nbsp;\u003C\/p\u003E", + "registration_url": "https:\/\/maine.gov\/vote", + "election_website_url": "https:\/\/www.maine.gov\/sos\/cec\/elec\/", + "more_info_url": "https:\/\/maine.gov\/sos\/cec\/elec\/voter-info\/voterguide.html", + "mail_reg_url": "https:\/\/www.maine.gov\/sos\/cec\/elec\/upcoming\/pdf\/voterregcard20.pdf", + "confirm_reg_url": "https:\/\/maine.gov\/sos\/cec\/elec\/munic.html", + "postmarked_mail_deadline": "", + "received_mail_deadline": "\u003Ctime datetime=\u00222024-10-15T12:00:00Z\u0022\u003ETuesday, October 15, 2024\u003C\/time\u003E", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222023-11-24T12:00:00Z\u0022\u003ENovember 24, 2023\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,14,15" + }, + { + "uuid": "22c52da9-f8f2-4a35-bf46-21e1d4a1535a", + "lang": "en", + "name": "Maryland", + "abbrev": "md", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003EState Board of Elections\u0026nbsp;\u003Cbr\u003EP.O. Box 6486\u0026nbsp;\u003Cbr\u003EAnnapolis, MD 21401-0486\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Maryland you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a U.S. citizen \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a Maryland resident \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe at least 16 years old* \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be under guardianship for mental disability or if you are, you have not been found by a court to be unable to communicate a desire to vote \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot have been convicted of buying or selling votes \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot have been convicted of a felony, or if you have, you have completed serving a court ordered sentence of imprisonment\u003C\/li\u003E\u003C\/ul\u003E\u003Cp\u003E*You may register to vote if you are at least 16 years old but cannot vote unless you will be at least 18 years old by the next general election.\u003C\/p\u003E", + "id_inst": "\u003Cp\u003EIf you do not have a current, valid Maryland driver\u2019s license or MVA ID card, you must enter the last 4 digits of your social security number. The statutory authority allowing officials to request the last 4 digits of your social security number is Election Law Article, \u00a7 3-202. The number will only be used for registration and other administrative purposes. It will be kept confidential.\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EYou must register with a party if you want to take part in that party\u2019s primary election.\u003C\/p\u003E", + "registration_url": "https:\/\/voterservices.elections.maryland.gov\/OnlineVoterRegistration\/InstructionsStep1", + "election_website_url": "https:\/\/elections.maryland.gov\/", + "more_info_url": "https:\/\/www.elections.maryland.gov\/voter_registration\/application.html", + "mail_reg_url": "https:\/\/elections.maryland.gov\/voter_registration\/documents\/English_Internet_VRA.pdf", + "confirm_reg_url": "https:\/\/voterservices.elections.maryland.gov\/VoterSearch", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-15T12:00:00Z\u0022\u003ETuesday, October 15, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222021-10-10T12:00:00Z\u0022\u003EOctober 10, 2021\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,15" + }, + { + "uuid": "46f04d64-c36f-41ed-ad08-c8bd698953c6", + "lang": "en", + "name": "Massachusetts", + "abbrev": "ma", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003ESecretary of the Commonwealth\u0026nbsp;\u003Cbr\u003EElections Division, Room 1705\u0026nbsp;\u003Cbr\u003EOne Ashburton Place\u0026nbsp;\u003Cbr\u003EBoston, MA 02108\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Massachusetts you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a resident of Massachusetts \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe at least 16 years old (must be 18 years old to vote on Election Day) \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot have been convicted of corrupt practices in respect to elections \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be under guardianship with respect to voting \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be currently incarcerated for a felony conviction\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EFederal law requires that you provide your driver\u2019s license number to register to vote. If you do not have a current and valid Massachusetts\u2019 driver\u2019s license then you must provide the last four (4) digits of your social security number. If you have neither, you must select \u201cI do not have a valid ID\u201d and a unique identifying number will be assigned to you.\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EIf you do not designate a party or political designation, you will be registered as unenrolled, which is commonly referred to as independent. Unenrolled voters and voters registered in political designations may vote in party primaries.\u003C\/p\u003E", + "registration_url": "https:\/\/www.sec.state.ma.us\/ovr\/", + "election_website_url": "https:\/\/www.sec.state.ma.us\/ele\/eleidx.htm", + "more_info_url": "https:\/\/www.sec.state.ma.us\/divisions\/elections\/voter-resources\/registering-to-vote.htm", + "mail_reg_url": "https:\/\/www.sec.state.ma.us\/divisions\/elections\/languages\/register-by-mail-forms.htm", + "confirm_reg_url": "https:\/\/www.sec.state.ma.us\/VoterRegistrationSearch\/MyVoterRegStatus.aspx", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-26T12:00:00Z\u0022\u003ESaturday, October 26, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222019-09-03T12:00:00Z\u0022\u003ESeptember 03, 2019\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,15" + }, + { + "uuid": "440bcb8d-b181-4d1a-9237-73258389f12c", + "lang": "en", + "name": "Michigan", + "abbrev": "mi", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003EMail or deliver this completed application directly to your city or township clerk. Find your city or township clerk\u2019s address at \u003Ca href=\u0022https:\/\/mvic.sos.state.mi.us\/\u0022\u003EMichigan.gov\/Vote\u003C\/a\u003E. If you are unable to find your city or township clerk\u2019s address, mail to:\u003C\/p\u003E\u003Cp\u003EMichigan Department of State\u0026nbsp;\u003Cbr\u003EBureau of Elections \u0026nbsp;\u003Cbr\u003EP.O. Box 20126 \u0026nbsp;\u003Cbr\u003ELansing, MI 48901-0726\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Michigan you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe 18 years old by the next election \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a resident of Michigan and at least a 30 day resident of your city or township by election day\u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be confined in a jail after being convicted and sentenced\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EYour completed voter registration form must contain your state issued driver\u0027s license number or state issued personal identification card number. If you do not have a driver\u0027s license or state issued personal identification card, you must include the last four digits of your social security number. If you do not have a driver\u0027s license or a state issued personal identification card or a social security number, please select \u201cI do not have a valid ID\u201d on the form. A unique identifying number will be assigned by the State.\u003C\/p\u003E", + "address_inst": "\u003Cp\u003EIf a voter possesses a Michigan driver\u0027s license (DL) or personal ID (PID), Michigan law requires the same address be used for voter registration and DL\/ PID purposes. Use of this form will also change your DL\/PID address. The Secretary of State will mail you a new address sticker for your DL\/ PID.\u0026nbsp;\u003C\/p\u003E", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EA \u0022choice of party\u0022 is not required for voter registration.\u003C\/p\u003E", + "registration_url": "https:\/\/mvic.sos.state.mi.us\/registervoter", + "election_website_url": "https:\/\/www.michigan.gov\/sos\/elections", + "more_info_url": "https:\/\/mvic.sos.state.mi.us\/", + "mail_reg_url": "https:\/\/www.michigan.gov\/sos\/-\/media\/Project\/Websites\/sos\/Elections\/Election-Forms\/Voter-Registration-Form-English.pdf?rev=9b0ee49b142047b7a88ef32987c3f1b4\u0026amp;amp;hash=13246777B383C5B7939663504EF6472D", + "confirm_reg_url": "https:\/\/mvic.sos.state.mi.us\/Voter\/Index", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-21T12:00:00Z\u0022\u003EMonday, October 21, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222019-11-07T12:00:00Z\u0022\u003ENovember 07, 2019\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,15,16" + }, + { + "uuid": "56132689-b9b1-48d3-97ef-08b3b335cbda", + "lang": "en", + "name": "Minnesota", + "abbrev": "mn", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003ESecretary of State \u0026nbsp;\u003Cbr\u003EFirst National Bank Building \u0026nbsp;\u003Cbr\u003E332 Minnesota Street, Suite N201 \u0026nbsp;\u003Cbr\u003ESaint Paul, MN 55101\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Minnesota you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EMaintain residence in Minnesota for 20 days before the next election\u003C\/li\u003E\u003Cli\u003EMaintain residence at the address given on the registration form \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe at least 16 years old and understand that you must be at least 18 years old to be eligible to vote\u003C\/li\u003E\u003Cli\u003ENot be currently incarcerated for a conviction of a felony offense \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be under a court-ordered guardianship in which the right to vote has been revoked \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be found by a court to be legally incompetent to vote\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EYou are required to provide your Minnesota driver\u2019s license or state ID number to register to Vote. If you do not have a Minnesota driver\u2019s license or state ID then you will have to provide the last four digits of your social security number. If you have neither, please select \u201cI do not have a valid ID\u201d on the form.\u0026nbsp;\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EMinnesota does not accept political party information on this form.\u003C\/p\u003E", + "registration_url": "https:\/\/mnvotes.sos.state.mn.us\/VoterRegistration\/VoterRegistrationMain.aspx", + "election_website_url": "https:\/\/www.sos.state.mn.us\/elections-voting\/", + "more_info_url": "https:\/\/www.sos.state.mn.us\/elections-voting\/register-to-vote\/", + "mail_reg_url": "https:\/\/www.sos.state.mn.us\/media\/1587\/minnesota-voter-registration-application.pdf", + "confirm_reg_url": "https:\/\/mnvotes.sos.state.mn.us\/VoterStatus.aspx", + "postmarked_mail_deadline": "", + "received_mail_deadline": "\u003Ctime datetime=\u00222024-10-15T12:00:00Z\u0022\u003ETuesday, October 15, 2024\u003C\/time\u003E", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222023-11-24T12:00:00Z\u0022\u003ENovember 24, 2023\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,16" + }, + { + "uuid": "64e58c0e-d3e5-4aa6-ba78-1d3418a17e17", + "lang": "en", + "name": "Mississippi", + "abbrev": "ms", + "is_state": "1", + "reg_type": "by-mail", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003ESecretary of State\u0026nbsp;\u003Cbr\u003EP.O. Box 136\u0026nbsp;\u003Cbr\u003EJackson, MS 39205-0136\u003C\/p\u003E\u003Cp\u003ELocal county addresses:\u003C\/p\u003E\u003Cp\u003EYou also may return completed applications to the county circuit clerk\/registrar where you reside. A complete list of county circuit clerk\/registrars is available on Mississippi\u2019s website at \u003Ca class=\u0022usa-link--external\u0022 href=\u0022www.sos.ms.gov\u0022 target=\u0022_blank\u0022\u003Ewww.sos.ms.gov\u003C\/a\u003E.\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Mississippi you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EHave lived in Mississippi and in your county (and city, if applicable) 30 days before the election in which you want to vote \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe 18 years old by the time of the general election in which you want to vote \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EHave not been convicted of murder, rape, bribery, theft, arson, obtaining money or goods under false pretense, perjury, forgery, embezzlement, armed robbery, extortion, felony bad check, felony shoplifting, larceny, receiving stolen property, robbery, timber larceny, unlawful taking of a motor vehicle, statutory rape, carjacking, or bigamy, or have had your rights restored as required by law \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot have been declared mentally incompetent by a court \u0026nbsp;\u003C\/li\u003E\u003C\/ul\u003E\u003Cp\u003ENote: State law changed by federal court order in 1998 and by state legislation in 2000. We now accept the form as registration for voting for all state and federal offices.\u0026nbsp;\u003Cbr\u003E\u0026nbsp;\u003C\/p\u003E", + "id_inst": "\u003Cp\u003EYou are required to provide your current and valid driver\u0027s license number or, if you don\u2019t have one, the last four digits of your social security number.\u0026nbsp;\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EMississippi does not have party registration. Therefore, you do not have to register with a party if you want to take part in that party\u2019s primary election, caucus, or convention.\u0026nbsp;\u003C\/p\u003E", + "registration_url": "", + "election_website_url": "https:\/\/www.sos.ms.gov\/elections-voting\/voter-registration-information", + "more_info_url": "https:\/\/www.sos.ms.gov\/elections-voting\/voter-registration-information", + "mail_reg_url": "https:\/\/www.sos.ms.gov\/content\/documents\/elections\/Mail-in%20Voter%20Registration%20Application.pdf", + "confirm_reg_url": "https:\/\/www.msegov.com\/sos\/voter_registration\/amiregistered\/Search", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-07T12:00:00Z\u0022\u003EMonday, October 7, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222010-05-07T12:00:00Z\u0022\u003EMay 07, 2010\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,16,17" + }, + { + "uuid": "2f7b602a-e5df-4762-8a78-09462c8d024f", + "lang": "en", + "name": "Missouri", + "abbrev": "mo", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003ESecretary of State\u0026nbsp;\u003Cbr\u003EP.O. Box 1767\u0026nbsp;\u003Cbr\u003EJefferson City, MO 65102-1767\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo vote in Missouri you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a resident of Missouri \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe at least 17-1\/2 years of age (you must be 18 to vote) \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be on probation or parole after conviction of a felony, until finally discharged from such probation or parole\u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be convicted of a felony or misdemeanor connected with the right of suffrage \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be adjudged incapacitated by any court of law \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be confined under a sentence of imprisonment\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EYour completed voter registration form must contain your state issued driver\u0027s license number. Your completed voter registration form must also include the last four digits of your social security number. (Section 115.155, RSMo). If you do not have a driver\u0027s license or a social security number, please \u0026nbsp;select \u201cI do not have a valid ID\u201d on the form. A unique identifying number will be assigned by the State. Any electronic media, printouts or mailing labels provided under this section shall not include telephone numbers and social security numbers of voters. (Section 115.157, RSMo).\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EYou do not have to register with a party if you want to take part in that party\u2019s primary election, caucus, or convention.\u003C\/p\u003E", + "registration_url": "https:\/\/s1.sos.mo.gov\/elections\/voterregistration\/", + "election_website_url": "https:\/\/www.sos.mo.gov\/elections", + "more_info_url": "https:\/\/www.sos.mo.gov\/elections\/goVoteMissouri\/register", + "mail_reg_url": "https:\/\/s1.sos.mo.gov\/Elections\/VoterRegistration\/Home\/Print", + "confirm_reg_url": "https:\/\/www.sos.mo.gov\/elections\/goVoteMissouri\/register", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-09T12:00:00Z\u0022\u003EWednesday, October 9, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222006-09-12T12:00:00Z\u0022\u003ESeptember 12, 2006\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,17" + }, + { + "uuid": "9e8ddb12-3a36-43ce-9409-2656edebb163", + "lang": "en", + "name": "Montana", + "abbrev": "mt", + "is_state": "1", + "reg_type": "by-mail", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003EMail your completed registration form to your local county election office. The county contact information can be found on the Montana Secretary of State\u2019s website: Election-Officials-Master-Email-List (\u003Ca class=\u0022usa-link-external\u0022 href=\u0022sosmt.gov\u0022 target=\u0022_blank\u0022\u003Esosmt.gov\u003C\/a\u003E). \u0026nbsp;\u003C\/p\u003E\u003Cp\u003EIf you have difficulty finding your county election office, contact the Montana Secretary of State Elections and Voter Services Division for assistance at (888) 884-8683 or (406) 444-9608, or email soselections@mt.gov.\u003C\/p\u003E\u003Cp\u003E(Note: Registrations may be sent to the Montana Secretary of State\u2019s office, however, to avoid potential delays, we recommend you return your completed voter registration application directly to your county elections office.) \u0026nbsp;\u003C\/p\u003E\u003Cp\u003ESecretary of State\u2019s Office \u0026nbsp;\u003Cbr\u003EP.O. Box 202801 \u0026nbsp;\u003Cbr\u003EHelena, MT 59620-2801\u003C\/p\u003E\u003Cp\u003E\u0026nbsp;\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Montana you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe at least 18 years old on or before the election \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a resident of Montana and of the county in which you want to vote for at least 30 days before the next election \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be in a penal institution for a felony conviction \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot currently be determined by a court to be of unsound mind \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EMeet these qualifications by the next election day if you do not currently meet them\u0026nbsp;\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EYou must provide your Montana (MT) Driver\u0027s License number, MT Identification (ID) card number, or the last 4 digits of your Social Security number (SSN). If you are unable to provide the preceding forms of identification, you can provide a United States passport, Montana tribal ID card, military ID card, or Montana concealed carry permit when you register; or submit a photo identification, including, but not limited to, a school district or postsecondary education photo identification with your name on it, and a current utility bill, bank statement, paycheck, government check, or other government document that shows your name and current address.\u003C\/p\u003E\u003Cp\u003EFor information on voter registration ID please visit \u003Ca class=\u0022usa-link--external\u0022 href=\u0022https:\/\/votemt.gov\/voter-identification\/\u0022 target=\u0022_blank\u0022\u003Ehttps:\/\/votemt.gov\/voter-identification\/\u003C\/a\u003E\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EMontana does not require party registration to participate in any election.\u0026nbsp;\u003C\/p\u003E", + "registration_url": "", + "election_website_url": "https:\/\/votemt.gov\/", + "more_info_url": "https:\/\/votemt.gov\/", + "mail_reg_url": "https:\/\/sosmt.gov\/docs\/46\/for-montana-voters\/59393\/voter-registration-application", + "confirm_reg_url": "https:\/\/prodvoterportal.mt.gov\/WhereToVote.aspx", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-07T12:00:00Z\u0022\u003EMonday, October 7, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222022-03-15T12:00:00Z\u0022\u003EMarch 15, 2022\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,17,18" + }, + { + "uuid": "eac88eca-ecfc-4fdc-8856-3d8669cd5f7c", + "lang": "en", + "name": "Nebraska", + "abbrev": "ne", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003ENebraska Secretary of State\u0026nbsp;\u003Cbr\u003ESuite 2300, State Capitol Bldg.\u0026nbsp;\u003Cbr\u003ELincoln, NE 68509-4608\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Nebraska you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a resident of Nebraska \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe at least 18 years of age or will be 18 years of age on or before the first Tuesday after the first Monday of November \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot have been convicted of a felony, or if convicted, it has been at least two years since you have completed your sentence for the felony, including any parole term \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot have been officially found to be mentally incompetent\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EYou must provide your Nebraska driver\u0027s license number. If you do not have a Nebraska driver\u0027s license number then you must list the last four digits of your social security number.\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EYou must register with a party if you want to take part in that party\u2019s primary election, caucus, or convention.\u003C\/p\u003E", + "registration_url": "https:\/\/www.nebraska.gov\/apps-sos-voter-registration\/", + "election_website_url": "https:\/\/sos.nebraska.gov\/elections\/2020-elections", + "more_info_url": "https:\/\/sos.nebraska.gov\/elections\/voter-forms", + "mail_reg_url": "https:\/\/sos.nebraska.gov\/sites\/sos.nebraska.gov\/files\/doc\/elections\/vr-fillable.pdf", + "confirm_reg_url": "https:\/\/www.votercheck.necvr.ne.gov\/voterview", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-18T12:00:00Z\u0022\u003EFriday, October 18, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222018-03-08T12:00:00Z\u0022\u003EMarch 08, 2018\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,18" + }, + { + "uuid": "ace72c07-ebfd-4d46-9073-47b857f608e9", + "lang": "en", + "name": "Nevada", + "abbrev": "nv", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003ESecretary of State Elections Division\u0026nbsp;\u003Cbr\u003E101 North Carson Street, Suite 3\u0026nbsp;\u003Cbr\u003ECarson City, NV 89701-4786\u003C\/p\u003E\u003Cp\u003EVoter registration applications may be returned to the Secretary of State\u2019s office at the address above, but to avoid possible delays, you are advised to return your completed voter registration application directly to your local county election official.\u003C\/p\u003E\u003Cp\u003ELocal county addresses:\u003Cstrong\u003E \u003C\/strong\u003ETo meet registration deadlines, especially during the two weeks before the mail-in voter registration deadline, you should return completed voter registration applications to your respective County Clerk\/Registrar of Voters. A complete list of County Clerks and Registrars of Voters is available on the Nevada Secretary of State\u2019s website: \u003Ca class=\u0022usa-link--external\u0022 href=\u0022https:\/\/www.nvsos.gov\/sos\u0022 target=\u0022_blank\u0022\u003Ehttps:\/\/www.nvsos.gov\/sos\u003C\/a\u003E.\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Nevada you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States; \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EHave attained the age of 18 years on the date of the next election; \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EHave continuously resided in the State of Nevada, in your county, at least 30 days and in your precinct at least 10 days before the next election; \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be currently serving a term of imprisonment for a felony conviction; \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be determined by a court of law to be mentally incompetent; and \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EClaim no other place as your legal residence. \u0026nbsp;\u003C\/li\u003E\u003C\/ul\u003E\u003Cp\u003EPreregistration for 17 Year Olds \u2014 A person who is 17 years of age or older but less than 18 years of age and meets all other qualifications to vote in Nevada can preregister to vote using any of the means available for a person to register to vote. A person who is preregistered to vote automatically becomes a registered voter on his or her 18th birthday.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EFelony Convictions \u2014 Any Nevada resident who is convicted of a felony is immediately restored the right to vote upon the individual\u2019s release from prison. There is no waiting period or action required by the individual. The restoration of voting rights is automatic and immediate upon the individual\u2019s release from prison, regardless of the category of felony committed or whether the individual is still on either parole or probation. More information regarding the restoration of voting rights can be found on the Nevada Secretary of State\u2019s website at: \u003Ca class=\u0022usa-link--external\u0022 href=\u0022https:\/\/www.nvsos.gov\/sos\u0022 target=\u0022_blank\u0022\u003Ehttps:\/\/www.nvsos.gov\/sos\u003C\/a\u003E.\u003C\/p\u003E", + "id_inst": "\u003Cp\u003EYou must supply a Nevada driver\u2019s license number or Nevada ID card number if you have been issued one by the DMV. If you do not have a valid Nevada driver\u2019s license or Nevada ID card, you must supply the last four digits of your Social Security Number. If you do not have a valid Nevada driver\u2019s license or Nevada ID card or a Social Security Number, please contact your County Clerk\/ Registrar of Voters to be assigned a unique identifier.\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EYou must register with a major political party if you want to take part in that party\u2019s primary election, caucus, or convention. If you register with a minor political party or as a nonpartisan, you will receive a nonpartisan ballot for the primary election.\u003C\/p\u003E", + "registration_url": "https:\/\/www.nvsos.gov\/SOSVoterServices\/start.aspx", + "election_website_url": "https:\/\/www.nvsos.gov\/sos\/elections", + "more_info_url": "https:\/\/www.nvsos.gov\/sos\/elections\/voters\/registering-to-vote", + "mail_reg_url": "https:\/\/www.nvsos.gov\/sosvoterregform\/", + "confirm_reg_url": "https:\/\/www.nvsos.gov\/votersearch\/", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-08T12:00:00Z\u0022\u003ETuesday, October 8, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222020-05-01T12:00:00Z\u0022\u003EMay 01, 2020\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,18,19" + }, + { + "uuid": "32b72411-e37b-4003-b4a7-9e7e7ab6b73b", + "lang": "en", + "name": "New Hampshire", + "abbrev": "nh", + "is_state": "1", + "reg_type": "in-person", + "accepts_nvrf": "0", + "mailing_address_inst": "\u003Cp\u003EThe application should be mailed to your town or city clerk at your zip code. \u0026nbsp;These addresses are listed on the Secretary of State web site at \u003Ca class=\u0022usa-link--external\u0022 href=\u0022www.state.nh.us\/sos\/clerks.htm\u0022 target=\u0022_blank\u0022\u003Ewww.state.nh.us\/sos\/clerks.htm\u003C\/a\u003E It should be mailed in plenty of time for your town or city clerk to mail you their own form and for you to return that form to them by 10 days before the election.\u0026nbsp;\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ENew Hampshire town and city clerks will accept this application only as a request for their own absentee voter mail-in registration form.\u003C\/p\u003E", + "id_inst": "", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "", + "registration_url": "", + "election_website_url": "https:\/\/sos.nh.gov\/home", + "more_info_url": "https:\/\/www.sos.nh.gov\/elections\/voters\/register-vote", + "mail_reg_url": "https:\/\/www.sos.nh.gov\/sites\/g\/files\/ehbemt561\/files\/inline-documents\/sonh\/absentee-ballot-application-state-election_0.pdf", + "confirm_reg_url": "https:\/\/app.sos.nh.gov\/voterinformation", + "postmarked_mail_deadline": "", + "received_mail_deadline": "\u003Ctime datetime=\u00222024-11-05T12:00:00Z\u0022\u003ETuesday, November 5, 2024\u003C\/time\u003E", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "1" + }, + { + "uuid": "2bfff6c6-6782-4b14-ac45-642efd278f6a", + "required": "1" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "1" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222006-03-01T12:00:00Z\u0022\u003EMarch 01, 2006\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,19" + }, + { + "uuid": "8e4c4779-bf41-436b-bfa9-ed3fddfaaa1f", + "lang": "en", + "name": "New Jersey", + "abbrev": "nj", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003ENew Jersey Department of Law and Public Safety\u0026nbsp;\u003Cbr\u003EDivision of Elections\u0026nbsp;\u003Cbr\u003EPO BOX 304\u0026nbsp;\u003Cbr\u003ETrenton, NJ 08625-0304\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in New Jersey you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe at least 18 years of age by the time of the next election \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a resident of this State and county at your address at least 30 days before the next election\u003C\/li\u003E\u003Cli\u003ENot be serving a sentence or on parole or probation as the result of a conviction of any indictable offense under the laws of this or another state or of the United States\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EThe last four digits of your Social Security number OR your New Jersey Driver\u0027s License number is required for voter registration. If you do not possess either of these identifications, please select \u201cI do not have a valid ID\u201d on the form. The State will assign a number that will serve to identify you for voter registration purposes.\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003ENew Jersey\u0027s voter registration form does not provide a check-off for political party affiliation. A newly registered voter or voter who has never voted in a political party primary election can declare party affiliation at the polling place on the day of a primary election. In New Jersey, a primary election is only held for the Democratic and Republican parties. A voter may also file a political party declaration form to become a member of a political party. If a declared voter wished to change party affiliation he or she must file a declaration form 50 days before the primary election, in order to vote.\u003C\/p\u003E", + "registration_url": "https:\/\/voter.svrs.nj.gov\/register", + "election_website_url": "https:\/\/www.state.nj.us\/state\/elections\/index.shtml", + "more_info_url": "https:\/\/nj.gov\/state\/elections\/voter-registration.shtml", + "mail_reg_url": "https:\/\/www.nj.gov\/state\/elections\/assets\/pdf\/forms-voter-registration\/68-voter-registration-english.pdf", + "confirm_reg_url": "https:\/\/voter.svrs.nj.gov\/registration-check", + "postmarked_mail_deadline": "", + "received_mail_deadline": "\u003Ctime datetime=\u00222024-10-15T12:00:00Z\u0022\u003ETuesday, October 15, 2024\u003C\/time\u003E", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222008-03-28T12:00:00Z\u0022\u003EMarch 28, 2008\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,19" + }, + { + "uuid": "d6bb893d-9d69-4fb3-a0b9-5e8c21187d83", + "lang": "en", + "name": "New Mexico", + "abbrev": "nm", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003EBureau of Elections\u0026nbsp;\u003Cbr\u003E325 Don Gaspar, Suite 300\u0026nbsp;\u003Cbr\u003ESanta Fe, NM 87503\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in New Mexico you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a resident of the State of New Mexico \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe 18 years of age at the time of the next election \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot have been denied the right to vote by a court of law by reason of mental incapacity and, if I have been convicted of a felony, I have completed all conditions of probation or parole, served the entirety of a sentence or have been granted a pardon by the Governor.\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EYour full social security number is required. This registration card containing your social security number will become part of the permanent voter registration records of your locality, which are open to inspection by the public in the office of the county clerk. However, your social security number and date of birth will remain confidential and will not be disclosed to the public.\u0026nbsp;\u003C\/p\u003E\u003Cp\u003EComputerized listings of limited voter registration information (without social security number or birth date) are available to the general public, and are furnished upon request to incumbent election officeholders, candidates, political parties, courts and non-profit organizations promoting voter participation and registration, for political purposes only (\u00a71-5-19B, NMSA 1978).\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EYou must register with a party if you want to take part in that party\u2019s primary election, caucus, or convention.\u003C\/p\u003E", + "registration_url": "https:\/\/portal.sos.state.nm.us\/OVR\/WebPages\/InstructionsStep1.aspx", + "election_website_url": "https:\/\/www.sos.state.nm.us\/voting-and-elections\/", + "more_info_url": "https:\/\/www.sos.state.nm.us\/voting-and-elections\/voter-information\/voter-registration-information\/", + "mail_reg_url": "https:\/\/portal.sos.state.nm.us\/ovr\/VRForms\/VRFormEnglishFinal.pdf", + "confirm_reg_url": "https:\/\/voterportal.servis.sos.state.nm.us\/WhereToVote.aspx", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-08T12:00:00Z\u0022\u003ETuesday, October 8, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "fe8cf91e-f872-4ed7-848c-09c99a7d83c8", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222006-03-01T12:00:00Z\u0022\u003EMarch 01, 2006\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,19,20" + }, + { + "uuid": "d759dcfa-ee40-4078-9275-d5d253f6c152", + "lang": "en", + "name": "New York", + "abbrev": "ny", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003ENYS Board of Elections\u0026nbsp;\u003Cbr\u003E40 North Pearl Street, Suite 5\u0026nbsp;\u003Cbr\u003EAlbany, NY 12207-2729\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in New York you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a resident of the county, or of the City of New York, at least 30 days before an election \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe 18 years old (you may preregister at 16 or 17 but cannot vote until you are 18) \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be in prison for a felony conviction \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot currently be judged incompetent by order of a court of competent judicial authority \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot claim the right to vote elsewhere\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EFederal law requires that you provide your driver\u2019s license number to register to vote. If you do not have a driver\u2019s license then you will have to provide at least the last four digits of your social security number. If you have neither, please select \u201cI do not have a valid ID\u201d on the form. A unique identifying number will be assigned to you by your State.\u0026nbsp;\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EYou must enroll with a party if you want to vote in that party\u2019s primary election or caucus.\u003C\/p\u003E", + "registration_url": "https:\/\/dmv.ny.gov\/more-info\/electronic-voter-registration-application", + "election_website_url": "https:\/\/www.elections.ny.gov\/", + "more_info_url": "https:\/\/www.elections.ny.gov\/votingregister.html", + "mail_reg_url": "https:\/\/www.elections.ny.gov\/NYSBOE\/download\/voting\/voteregform-eng-fillable.pdf", + "confirm_reg_url": "https:\/\/voterlookup.elections.ny.gov\/", + "postmarked_mail_deadline": "", + "received_mail_deadline": "\u003Ctime datetime=\u00222024-10-26T12:00:00Z\u0022\u003ESaturday, October 26, 2024\u003C\/time\u003E", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222023-01-12T12:00:00Z\u0022\u003EJanuary 12, 2023\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,20" + }, + { + "uuid": "d1991024-1920-42a7-823a-2c097add0f50", + "lang": "en", + "name": "North Carolina", + "abbrev": "nc", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003EState Board of Elections \u0026nbsp;\u003Cbr\u003EP.O. Box 27255 \u0026nbsp;\u003Cbr\u003ERaleigh, NC 27611-7255\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in North Carolina you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a resident of North Carolina and the county in which you live for at least 30 days prior to the election \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe 18 years of age by the day of the next general election \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EHave your rights of citizenship restored if you have been convicted of a felony \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be registered or vote in any other county or state\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EProvide your North Carolina driver\u2019s license number, or North Carolina Department of Motor Vehicles ID number. If you do not have a driver\u0027s license, then list the last four digits of your social security number.\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EYou must register with a party to vote in that party\u2019s primary unless that party allows unaffiliated voters to vote in its primary. If you indicate a political party that is not a qualified party, or indicate no party, you will be listed as \u201cUnaffiliated\u201d.\u003C\/p\u003E", + "registration_url": "https:\/\/www.ncdot.gov\/dmv\/offices-services\/online\/Pages\/voter-registration-application.aspx", + "election_website_url": "https:\/\/www.ncsbe.gov\/voting", + "more_info_url": "https:\/\/www.ncsbe.gov\/registering\/how-register", + "mail_reg_url": "https:\/\/s3.amazonaws.com\/dl.ncsbe.gov\/Voter_Registration\/NCVoterRegForm_06W.pdf", + "confirm_reg_url": "https:\/\/vt.ncsbe.gov\/RegLkup\/", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-11T12:00:00Z\u0022\u003EFriday, October 11, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "2bfff6c6-6782-4b14-ac45-642efd278f6a", + "required": "1" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222006-03-01T12:00:00Z\u0022\u003EMarch 01, 2006\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,20" + }, + { + "uuid": "38f2b67c-a441-4538-9e2e-97cf172e0f17", + "lang": "en", + "name": "North Dakota", + "abbrev": "nd", + "is_state": "1", + "reg_type": "not-needed", + "accepts_nvrf": "0", + "mailing_address_inst": "", + "reg_eligibility_desc": "\u003Cp\u003ENorth Dakota does not have voter registration.\u003C\/p\u003E", + "id_inst": "", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "", + "registration_url": "", + "election_website_url": "https:\/\/vip.sos.nd.gov\/PortalList.aspx", + "more_info_url": "https:\/\/vip.sos.nd.gov\/PortalList.aspx", + "mail_reg_url": "", + "confirm_reg_url": "https:\/\/vip.sos.nd.gov\/WhereToVote.aspx?tab=\u0026amp;amp;ptlPKID=\u0026amp;amp;ptlhPKID=", + "postmarked_mail_deadline": "", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "1" + }, + { + "uuid": "2bfff6c6-6782-4b14-ac45-642efd278f6a", + "required": "1" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "1" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222006-03-01T12:00:00Z\u0022\u003EMarch 01, 2006\u003C\/time\u003E", + "nvrf_pages_list": "" + }, + { + "uuid": "d29d2529-5202-4bd0-90a6-c2c8fd66cd59", + "lang": "en", + "name": "Northern Mariana Islands", + "abbrev": "mp", + "is_state": "0", + "reg_type": "in-person", + "accepts_nvrf": "0", + "mailing_address_inst": "", + "reg_eligibility_desc": "", + "id_inst": "", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "", + "registration_url": "", + "election_website_url": "https:\/\/www.votecnmi.gov.mp\/", + "more_info_url": "https:\/\/www.votecnmi.gov.mp\/", + "mail_reg_url": "", + "confirm_reg_url": "https:\/\/www.votecnmi.gov.mp\/voter\/are-you-registered-to-vote", + "postmarked_mail_deadline": "", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "1" + }, + { + "uuid": "2bfff6c6-6782-4b14-ac45-642efd278f6a", + "required": "1" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "1" + } + ], + "nvrf_last_updated_date": null, + "nvrf_pages_list": "1,2,3,4" + }, + { + "uuid": "ad37f28c-ce80-4e12-8ab1-086153d16e03", + "lang": "en", + "name": "Ohio", + "abbrev": "oh", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003ESecretary of State of Ohio\u003Cbr\u003EElections Division\u003Cbr\u003E180 E. Broad Street \u2014 15th Floor\u003Cbr\u003EColumbus, OH 43215\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Ohio you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a resident of Ohio \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe 18 years old on or before election day. If you will be 18 on or before the day of the general election, you may vote in the primary election for candidates only. \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be convicted of a felony and currently incarcerated \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be found incompetent by a court for purposes of voting\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EYour social security number is requested. Providing this number is voluntary. This information allows the Board of Elections to verify your registration if necessary (O.R.C. 3503.14). [Federal law requires that you provide your driver\u2019s license number to register to vote. If you do not have a driver\u2019s license then you will have to provide at least the last four digits of your social security number. If you don\u2019t have either number you will have to select \u201cI do not have a valid ID\u201d on the form and the State will assign you a number.] \u0026nbsp;\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EYou do not register with a party if you want to take part in that party\u2019s primary election. Party affiliation is established by voting at a primary election.\u003C\/p\u003E", + "registration_url": "https:\/\/olvr.ohiosos.gov\/", + "election_website_url": "https:\/\/www.sos.state.oh.us\/elections\/", + "more_info_url": "https:\/\/olvr.ohiosos.gov\/", + "mail_reg_url": "https:\/\/www.ohiosos.gov\/globalassets\/elections\/forms\/vr_form_04-2015.pdf", + "confirm_reg_url": "https:\/\/voterlookup.ohiosos.gov\/voterlookup.aspx", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-07T12:00:00Z\u0022\u003EMonday, October 7, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "0" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222006-03-01T12:00:00Z\u0022\u003EMarch 01, 2006\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,21" + }, + { + "uuid": "ed58cdd6-ea4d-4337-9016-b77689245807", + "lang": "en", + "name": "Oklahoma", + "abbrev": "ok", + "is_state": "1", + "reg_type": "by-mail", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003EOklahoma State Election Board\u0026nbsp;\u003Cbr\u003EBox 528800\u0026nbsp;\u003Cbr\u003EOklahoma City, OK 73152-8800\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register to vote in Oklahoma you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EYou must be a citizen of the United States and a resident of the State of Oklahoma. \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EYou must be 18 years old on or before the date of the next election. You may pre-register if you are at least 17\u00bd years old, but your voter registration will not be activated until you are 18 years old. \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EIf convicted of a felony, you must have fully served your sentence of court-mandated calendar days, including any term of incarceration, parole, or supervision, or completed a period of probation ordered by any court. \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EYou must not now be under judgment as an incapacitated person, or a partially incapacitated person prohibited from registering to vote.\u003C\/li\u003E\u003Cli\u003EApplications must be signed and dated by the applicant. The signature must be the original, handwritten autograph or mark of the applicant. No facsimile, reproduction, typewritten or other substitute signature, autograph or mark will be valid. It is against the law to sign an Oklahoma Voter Registration Application on behalf of another person.\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EYou must provide either your valid Oklahoma driver\u2019s license number, state identification card number, or the last four digits of your Social Security number.\u0026nbsp;\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EYou must register with a party if you want to take part in that party\u2019s primary election. A current list of recognized political parties in Oklahoma is available on the Oklahoma State Election Board website. Registered voters with no party affiliation may be allowed by recognized parties to participate in primary elections at the party\u2019s discretion. You will find a list of recognized political parties and a list of parties that allow voters with no party affiliation to vote in primaries at: \u003Ca class=\u0022usa-link--external\u0022 href=\u0022https:\/\/oklahoma.gov\/elections\/voter-registration\/political-party-info.html\u0022 target=\u0022_blank\u0022\u003Ehttps:\/\/oklahoma.gov\/elections\/voter-registration\/political-party-info.html\u003C\/a\u003E.\u0026nbsp;\u003C\/p\u003E", + "registration_url": "", + "election_website_url": "https:\/\/www.ok.gov\/elections\/", + "more_info_url": "https:\/\/oklahoma.gov\/elections\/voter-registration\/register-to-vote.html", + "mail_reg_url": "https:\/\/oklahoma.gov\/content\/dam\/ok\/en\/elections\/forms\/voter-registration-application.pdf", + "confirm_reg_url": "https:\/\/okvoterportal.okelections.us\/", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-11T12:00:00Z\u0022\u003EFriday, October 11, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222022-03-15T12:00:00Z\u0022\u003EMarch 15, 2022\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,21" + }, + { + "uuid": "2bc26819-a558-4a31-811c-ee315217cc9a", + "lang": "en", + "name": "Oregon", + "abbrev": "or", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003EOregon Elections Division\u0026nbsp;\u003Cbr\u003EPublic Service Building, Suite 501\u0026nbsp;\u003Cbr\u003E255 Capital St. NE\u0026nbsp;\u003Cbr\u003ESalem, OR 97310\u003Cbr\u003E\u0026nbsp;\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Oregon you must be: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EA citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EA resident of Oregon \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EAnd at least 16 years of age when registering. If you are not yet 18, you will not receive a ballot until an election occurs on or after your 18th birthday.\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003ETo be eligible to vote in Oregon elections, you must provide a valid Oregon Driver\u2019s License, Permit or ID number. If you do not have an Oregon-issued ID, then you will have to provide at least the last four digits of your social security number. If you have neither, you will need to select \u201cI do not have a valid ID\u201d on the form.\u0026nbsp;\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EIn many cases, you must register with a party if you want to take part in that party\u2019s primary election. If you are not a member of a party or this space is left blank, you will be registered as a nonaffiliated voter.\u003C\/p\u003E", + "registration_url": "https:\/\/secure.sos.state.or.us\/orestar\/vr\/register.do", + "election_website_url": "https:\/\/sos.oregon.gov\/voting-elections\/Pages\/default.aspx", + "more_info_url": "https:\/\/sos.oregon.gov\/voting\/Pages\/registration.aspx", + "mail_reg_url": "https:\/\/sos.oregon.gov\/elections\/Documents\/SEL500.pdf", + "confirm_reg_url": "https:\/\/secure.sos.state.or.us\/orestar\/vr\/showVoterSearch.do?lang=eng\u0026amp;amp;source=SOS", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-15T12:00:00Z\u0022\u003ETuesday, October 15, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222021-10-10T12:00:00Z\u0022\u003EOctober 10, 2021\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,21,22" + }, + { + "uuid": "e0faa22a-b03a-43b9-92fb-2c7108cf8075", + "lang": "en", + "name": "Pennsylvania", + "abbrev": "pa", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003EOffice of the Secretary of the Commonwealth\u0026nbsp;\u003Cbr\u003E210 North Office Bldg.\u0026nbsp;\u003Cbr\u003EHarrisburg, PA 17120-0029\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Pennsylvania you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States at least one month before the next election \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a resident of Pennsylvania and your election district at least 30 days before the election \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe at least 18 years of age on the day of the next election\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EYou must supply a Driver\u0027s License Number, if you have one. If you do not have a Driver\u0027s License Number, you must supply the last four digits of your Social Security Number. If you do not have either form of ID, please select \u201cI do not have a valid ID\u201d on the form.\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EYou must register with a major party if you want to take part in that party\u2019s primary election.\u003C\/p\u003E", + "registration_url": "https:\/\/www.pavoterservices.pa.gov\/Pages\/VoterRegistrationApplication.aspx", + "election_website_url": "https:\/\/www.pa.gov\/guides\/voting-and-elections\/", + "more_info_url": "https:\/\/www.pa.gov\/guides\/voting-and-elections\/#RegisteringtoVote", + "mail_reg_url": "https:\/\/www.vote.pa.gov\/Resources\/Documents\/Voter_Registration_Application_English.pdf", + "confirm_reg_url": "https:\/\/www.pavoterservices.pa.gov\/pages\/voterregistrationstatus.aspx", + "postmarked_mail_deadline": "", + "received_mail_deadline": "\u003Ctime datetime=\u00222024-10-21T12:00:00Z\u0022\u003EMonday, October 21, 2024\u003C\/time\u003E", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "2bfff6c6-6782-4b14-ac45-642efd278f6a", + "required": "1" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222020-05-01T12:00:00Z\u0022\u003EMay 01, 2020\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,22" + }, + { + "uuid": "01a9b547-5d32-42af-961d-937fb5188998", + "lang": "en", + "name": "Puerto Rico", + "abbrev": "pr", + "is_state": "0", + "reg_type": "online", + "accepts_nvrf": "0", + "mailing_address_inst": "", + "reg_eligibility_desc": "", + "id_inst": "", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "", + "registration_url": "https:\/\/ere-auth.ceepur.org\/login?state=hKFo2SA2dlZlandBem9ZRlJGNFF3b095enMtbWJ1aDRyRkZYdKFupWxvZ2luo3RpZNkgaTBtbDlmdDdyWG9xUmItM0Q2N3loSll0b25QeDdEejmjY2lk2SB3TW42bFdFU3M4UVRtSTVhbWRNdGZrc0JXdUozd3dFZg\u0026amp;amp;client=wMn6lWESs8QTmI5amdMtfksBWuJ3wwEf\u0026amp;amp;protocol=oauth2\u0026amp;amp;prompt=login\u0026amp;amp;audience=https%3A%2F%2Fere.ceepur.org%2Fapi%2Fv1%2F\u0026amp;amp;redirect_uri=https%3A%2F%2Fere.ceepur.org\u0026amp;amp;scope=openid%20profile%20email\u0026amp;amp;response_type=code\u0026amp;amp;response_mode=query\u0026amp;amp;nonce=VEU0SUJJb0x1M2EwNlAyazlYTE1oNXVoYnVBeX4ySkJPY1YyeC44WFI4dw%3D%3D\u0026amp;amp;code_challenge=-LPyyGbWQIcF7nowu713umhi42kCV8KVRQVW_UlRdTk\u0026amp;amp;code_challenge_method=S256\u0026amp;amp;auth0Client=eyJuYW1lIjoiYXV0aDAtcmVhY3QiLCJ2ZXJzaW9uIjoiMS4xMi4xIn0%3D", + "election_website_url": "https:\/\/ww2.ceepur.org\/Home\/Index?aspxerrorpath=\/es-pr\/Paginas\/default.aspx", + "more_info_url": "https:\/\/ww2.ceepur.org\/es-pr\/Paginas\/cee-english.aspx", + "mail_reg_url": "", + "confirm_reg_url": "https:\/\/consulta.ceepur.org\/", + "postmarked_mail_deadline": "", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "1" + }, + { + "uuid": "2bfff6c6-6782-4b14-ac45-642efd278f6a", + "required": "1" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "1" + } + ], + "nvrf_last_updated_date": null, + "nvrf_pages_list": "1,2,3,4" + }, + { + "uuid": "f30d00d4-063f-46d1-b5e3-0320ee291ad5", + "lang": "en", + "name": "Rhode Island", + "abbrev": "ri", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003ERhode Island State Board of Elections\u0026nbsp;\u003Cbr\u003E50 Branch Ave.\u0026nbsp;\u003Cbr\u003EProvidence, RI 02904-2790\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Rhode Island you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a resident of Rhode Island \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe at least 16 years of age (you must be 18 years old to vote) \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be currently incarcerated in a correctional facility due to a felony conviction \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot have been lawfully judged to be mentally incompetent by a court of law\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EThe applicant shall be required to provide their Rhode Island driver\u0027s license or State ID number if the applicant has been issued a current and valid Rhode Island driver\u0027s license or State ID. In the case of an applicant who has not been issued a current and valid driver\u0027s license or State ID, they must provide the last four (4) digits of their social security number. An applicant, who has neither, will be assigned a unique identifying number by the State of Rhode Island.\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EIn Rhode Island, a person must register with a party if they wish to take part in that party\u0027s primary election. A person who fails to register with a party at the time of registration may, if they choose, register with a party on the day of that party\u0027s primary and take part in that party\u0027s primary election. If a person does not register with a party, they can still vote in general elections and nonpartisan primary elections.\u0026nbsp;\u003C\/p\u003E", + "registration_url": "https:\/\/vote.sos.ri.gov\/Home\/RegistertoVote", + "election_website_url": "https:\/\/elections.ri.gov\/", + "more_info_url": "https:\/\/vote.sos.ri.gov\/Voter\/RegisterToVote", + "mail_reg_url": "https:\/\/vote.sos.ri.gov\/Content\/Pdfs\/voter_registration_form.pdf", + "confirm_reg_url": "https:\/\/vote.sos.ri.gov\/Home\/UpdateVoterRecord?ActiveFlag=0", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-06T12:00:00Z\u0022\u003ESunday, October 6, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222019-09-03T12:00:00Z\u0022\u003ESeptember 03, 2019\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,22" + }, + { + "uuid": "5c0ed2f1-7755-4dd1-9534-7a5cf6a824e8", + "lang": "en", + "name": "South Carolina", + "abbrev": "sc", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003EState Election Commission\u0026nbsp;\u003Cbr\u003EP.O. Box 5987\u0026nbsp;\u003Cbr\u003EColumbia, SC 29250-5987\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in South Carolina you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe at least 18 years old on or before the next election \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a resident of South Carolina, your county and precinct \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be confined in any public prison resulting from a conviction of a crime \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENever have been convicted of a felony or offense against the election laws, or if previously convicted, have served your entire sentence, including probation or parole, or have received a pardon for the conviction \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be under a court order declaring you mentally incompetent \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EClaim the address on the application as your only legal place of residence and claim no other place as your legal residence\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EYou must provide at least the last four digits of your social security number. You may provide your full social security number on a voluntary basis. Social security number does not appear on any report produced by the State Election Commission nor is it released to any unauthorized individual. (South Carolina Title 7-5-170)\u0026nbsp;\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EYou do not have to register with a party if you want to take part in that party\u2019s primary election, caucus, or convention.\u0026nbsp;\u003C\/p\u003E", + "registration_url": "https:\/\/info.scvotes.sc.gov\/eng\/ovr\/start.aspx", + "election_website_url": "https:\/\/www.scvotes.gov\/", + "more_info_url": "https:\/\/scvotes.gov\/voters\/register-to-vote\/", + "mail_reg_url": "https:\/\/scvotes.gov\/wp-content\/uploads\/2023\/08\/SEC-FRM-1301-202305-VR-by-Mail-web-1.pdf", + "confirm_reg_url": "https:\/\/info.scvotes.sc.gov\/eng\/voterinquiry\/VoterInformationRequest.aspx?PageMode=VoterInfo", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-07T12:00:00Z\u0022\u003EMonday, October 7, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "2bfff6c6-6782-4b14-ac45-642efd278f6a", + "required": "1" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222021-01-05T12:00:00Z\u0022\u003EJanuary 05, 2021\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,22,23" + }, + { + "uuid": "51f582b3-bb09-42ba-814d-61166a346297", + "lang": "en", + "name": "South Dakota", + "abbrev": "sd", + "is_state": "1", + "reg_type": "by-mail", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003EElections, Secretary of State\u0026nbsp;\u003Cbr\u003E500 E. Capitol\u0026nbsp;\u003Cbr\u003EPierre, SD 57501-5070\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in South Dakota you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a United States citizen \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EReside in South Dakota \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe at least 18 years old on or before the next election \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot currently serving a sentence for a felony conviction which included imprisonment, served or suspended, in an adult penitentiary system \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be judged mentally incompetent by a court of law\u003C\/li\u003E\u003C\/ul\u003E\u003Cp\u003ESouth Dakota Codified Law 12-4-6,12-4-8,l2-l-9,l2-l-4,12-4-18, South Dakota Constitution, Article VII, Section 2\u003C\/p\u003E", + "id_inst": "\u003Cp\u003EAny person registering to vote shall provide the person\u2019s valid South Dakota driver\u0027s license number or a South Dakota nondriver identification number on the voter registration form. If a person does not have a valid South Dakota driver\u0027s license or a South Dakota nondriver identification number, the person shall provide the last four digits of the person\u2019s social security number on the voter registration form. If a person does not have a valid South Dakota driver\u0027s license, a South Dakota nondriver identification number, or a social security number, the person may only register at the county auditor\u2019s office and shall sign a statement verifying the fact that the person does not have a valid South Dakota driver\u0027s license, a South Dakota nondriver identification number, or a social security number. South Dakota Codified Law 12-4- 5.4\u0026nbsp;\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EIf you are currently registered to vote and you leave the choice of party field blank, you will remain registered with your current party affiliation. If you are not currently registered to vote and you leave the choice of party field blank, you will be entered as an independent\/no party affiliation voter, which is not a political party in South Dakota. South Dakota Codified Law 12-4- 15,12-6-26\u0026nbsp;\u003C\/p\u003E", + "registration_url": "", + "election_website_url": "https:\/\/sdsos.gov\/elections-voting\/", + "more_info_url": "https:\/\/sdsos.gov\/elections-voting\/voting\/register-to-vote\/default.aspx", + "mail_reg_url": "https:\/\/sdsos.gov\/elections-voting\/assets\/VoterRegistrationFormFillable.pdf", + "confirm_reg_url": "https:\/\/vip.sdsos.gov\/VIPLogin.aspx", + "postmarked_mail_deadline": "", + "received_mail_deadline": "\u003Ctime datetime=\u00222024-10-21T12:00:00Z\u0022\u003EMonday, October 21, 2024\u003C\/time\u003E", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222021-10-10T12:00:00Z\u0022\u003EOctober 10, 2021\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,23" + }, + { + "uuid": "b1442041-6d69-4d45-ab55-43e214f44502", + "lang": "en", + "name": "Tennessee", + "abbrev": "tn", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003ECoordinator of Elections Tennessee Tower, Seventh Floor\u0026nbsp;\u003Cbr\u003E312 Rosa L. Parks Ave.\u0026nbsp;\u003Cbr\u003ENashville, TN 37243-1102\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Tennessee you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a resident of Tennessee \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe at least 18 years old on or before the next election\u003C\/li\u003E\u003Cli\u003ENot have been convicted of a felony, but if convicted, your eligibility to register and vote depends upon the crime you were convicted of and the date of your conviction. For more information about this process, call 877-850- 4959 or visit \u003Ca class=\u0022usa-link--external\u0022 href=\u0022https:\/\/sos.tn.gov\/restoration\u0022 target=\u0022_blank\u0022\u003Ehttps:\/\/sos.tn.gov\/restoration\u003C\/a\u003E. If your conviction has been expunged, you are not considered to have a felony conviction. \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be adjudicated incompetent by a court of competent jurisdiction (or have been restored to legal capacity)\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EYour full social security number is required. Social security number, if any, is required for purposes of identification and to avoid duplicate registration (TCA 2.2.116).\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EYou do not have to register with a party if you want to take part in that party\u2019s primary election, caucus, or convention.\u003C\/p\u003E", + "registration_url": "https:\/\/ovr.govote.tn.gov\/", + "election_website_url": "https:\/\/sos.tn.gov\/elections", + "more_info_url": "https:\/\/sos.tn.gov\/products\/elections\/register-vote", + "mail_reg_url": "https:\/\/sos-prod.tnsosgovfiles.com\/s3fs-public\/document\/ss-3010_1.pdf?VersionId=NASWbVvb2dRNg4ZUe2unnbFwusHjA6Mn", + "confirm_reg_url": "https:\/\/tnmap.tn.gov\/voterlookup\/", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-07T12:00:00Z\u0022\u003EMonday, October 7, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "2bfff6c6-6782-4b14-ac45-642efd278f6a", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "fe8cf91e-f872-4ed7-848c-09c99a7d83c8", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222020-05-01T12:00:00Z\u0022\u003EMay 01, 2020\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,23,24" + }, + { + "uuid": "f9ed7d2e-8979-42b7-81e0-f160fae26b61", + "lang": "en", + "name": "Texas", + "abbrev": "tx", + "is_state": "1", + "reg_type": "by-mail", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003EOffice of the Secretary of State\u0026nbsp;\u003Cbr\u003EElections Division\u0026nbsp;\u003Cbr\u003EP.O. Box 12060\u003Cbr\u003EAustin, TX 78711-2060\u0026nbsp;\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Texas you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a resident of the county in which the application for registration is made \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe at least 17 years and 10 months old (you must be 18 to vote) \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be finally convicted of a felony, or if a convicted felon, you must have fully discharged your punishment, including any incarceration, parole, supervision, period of probation or be pardoned. \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EHave not been declared mentally incompetent by final judgment of a court of law\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EYou must provide your driver\u2019s license number to register to vote. If you do not have a driver\u2019s license then you will have to provide at least the last four digits of your social security number. If you have neither, please select \u201cI do not have a valid ID\u201d on the form. A unique identifying number will instead be assigned to you by your State.\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EYou do not have to register with a party if you want to take part in that party\u2019s primary election, caucus, or convention.\u003C\/p\u003E", + "registration_url": "", + "election_website_url": "https:\/\/www.votetexas.gov\/index.html", + "more_info_url": "https:\/\/www.votetexas.gov\/register-to-vote\/index.html", + "mail_reg_url": "https:\/\/www.sos.state.tx.us\/elections\/forms\/vr-with-receipt.pdf", + "confirm_reg_url": "https:\/\/teamrv-mvp.sos.texas.gov\/MVP\/mvp.do", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-07T12:00:00Z\u0022\u003EMonday, October 7, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222018-11-15T12:00:00Z\u0022\u003ENovember 15, 2018\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,24" + }, + { + "uuid": "0b814cc7-cf95-4369-aea1-c71e929340e0", + "lang": "en", + "name": "U.S. Virgin Islands", + "abbrev": "vi", + "is_state": "0", + "reg_type": "in-person", + "accepts_nvrf": "0", + "mailing_address_inst": "", + "reg_eligibility_desc": "", + "id_inst": "", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "", + "registration_url": "", + "election_website_url": "https:\/\/vivote.gov\/voters\/register-to-vote\/", + "more_info_url": "https:\/\/vivote.gov\/voters\/register-to-vote\/", + "mail_reg_url": "", + "confirm_reg_url": "https:\/\/vivote.gov\/voters\/lookup\/", + "postmarked_mail_deadline": "", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "1" + }, + { + "uuid": "2bfff6c6-6782-4b14-ac45-642efd278f6a", + "required": "1" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "1" + } + ], + "nvrf_last_updated_date": null, + "nvrf_pages_list": "1,2,3,4" + }, + { + "uuid": "a76b2bba-615a-45d2-9fc0-8ae6695ca70b", + "lang": "en", + "name": "Utah", + "abbrev": "ut", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003EOffice of the Lieutenant Governor\u0026nbsp;\u003Cbr\u003EP.O. Box 142325\u0026nbsp;\u003Cbr\u003ESalt Lake City, UT 84114\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Utah you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EHave resided in Utah for 30 days immediately before the next election \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe at least 18 years old on or before the next election (individuals who are 16 and 17 years of age may pre-register to vote; if a 17 year old will be 18 years of age on or before the upcoming general election, they may pre-register and vote in the primary election) \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be a convicted felon currently incarcerated for commission of a felony \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be convicted of treason or crime against the elective franchise, unless restored to civil rights\u003C\/li\u003E\u003Cli\u003ENot be found to be mentally incompetent by a court of law \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ECurrently reside within the voting district or precinct in which you register to vote\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EYour completed voter registration form must contain one of the following: a Utah Driver\u2019s License number, a Utah State Identification number, or the last four digits of your Social Security number.\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EDeclaring a party is not required in order to register to vote. However, Utah\u0027s election law allows each political party to choose whom it will allow to vote in its primary election. If you do not affiliate with a party, you may be restricted from voting in the primary.\u003C\/p\u003E", + "registration_url": "https:\/\/secure.utah.gov\/voterreg\/login.html?selection=REGISTER", + "election_website_url": "https:\/\/elections.utah.gov\/", + "more_info_url": "https:\/\/voteinfo.utah.gov\/", + "mail_reg_url": "https:\/\/voteinfo.utah.gov\/wp-content\/uploads\/sites\/42\/2020\/05\/Voter-Registration-Form5-20.pdf", + "confirm_reg_url": "https:\/\/votesearch.utah.gov\/voter-search\/search\/search-by-voter\/voter-info", + "postmarked_mail_deadline": "", + "received_mail_deadline": "\u003Ctime datetime=\u00222024-10-25T12:00:00Z\u0022\u003EFriday, October 25, 2024\u003C\/time\u003E", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222019-09-19T12:00:00Z\u0022\u003ESeptember 19, 2019\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,24" + }, + { + "uuid": "34a93495-6ff4-4d06-972c-ac2041588e11", + "lang": "en", + "name": "Vermont", + "abbrev": "vt", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003EOffice of the Secretary of State\u0026nbsp;\u003Cbr\u003EElections Division\u0026nbsp;\u003Cbr\u003E128 State Street\u0026nbsp;\u003Cbr\u003EMontpelier, VT 05633-1101\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Vermont you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a resident of Vermont \u0026nbsp;\u003C\/li\u003E\u003Cli\u003Ebe 18 years of age on or before election day \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EHave taken the following Oath: You solemnly swear (or affirm) that whenever you give your vote or suffrage, touching any matter that concerns the state of Vermont, you will do it so as in your conscience you shall judge will most conduce to the best good of the same, as established by the Constitution, without fear or favor of any person [Voter\u2019s Oath, Vermont Constitution, Chapter II, Section 42] By signing the form, you are attesting that you have sworn or affirmed the Vermont voter\u2019s oath as printed above.\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EYou must provide your Vermont Driver\u0027s license number, or if none, the last 4 digits of your Social Security number. If you do not have a Vermont Driver\u0027s license or a Social Security number, please select \u201cI do not have a valid ID\u201d on the form. The Secretary of State\u0027s office will assign you a unique identifying number.\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EVermont does not require party registration to participate in any election.\u003C\/p\u003E", + "registration_url": "https:\/\/olvr.vermont.gov\/", + "election_website_url": "https:\/\/sos.vermont.gov\/elections\/", + "more_info_url": "https:\/\/sos.vermont.gov\/elections\/voters\/registration\/", + "mail_reg_url": "https:\/\/outside.vermont.gov\/dept\/sos\/Elections%20Division\/voters\/voterapplication.pdf", + "confirm_reg_url": "https:\/\/mvp.vermont.gov\/", + "postmarked_mail_deadline": "", + "received_mail_deadline": "\u003Ctime datetime=\u00222024-11-05T12:00:00Z\u0022\u003ETuesday, November 5, 2024\u003C\/time\u003E", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "2bfff6c6-6782-4b14-ac45-642efd278f6a", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222019-09-19T12:00:00Z\u0022\u003ESeptember 19, 2019\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,25" + }, + { + "uuid": "eb04a278-18aa-4a75-81ce-f6747f86db7a", + "lang": "en", + "name": "Virginia", + "abbrev": "va", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003EVirginia State Board of Elections\u0026nbsp;\u003Cbr\u003E1100 Bank Street, 1st floor\u0026nbsp;\u003Cbr\u003ERichmond, VA 23219\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Virginia you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a resident of Virginia and of the precinct in which you want to vote \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe 18 years old by the next May or November general election \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot have been convicted of a felony, or have had your civil rights restored \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot currently be declared mentally incompetent by a court of law\u0026nbsp;\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EYour full social security number is required. Your social security number will appear on reports produced only for official use by voter registration and election officials and, for jury selection purposes, by courts. Article II, \u00a72, Constitution of Virginia (1971).\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EVirginia does not accept political party information on this form.\u003C\/p\u003E", + "registration_url": "https:\/\/www.elections.virginia.gov\/citizen-portal\/", + "election_website_url": "https:\/\/www.elections.virginia.gov\/", + "more_info_url": "https:\/\/www.elections.virginia.gov\/registration\/how-to-register\/", + "mail_reg_url": "https:\/\/www.elections.virginia.gov\/media\/formswarehouse\/veris-voter-registration\/applications\/VA-NVRA-1-Voter-Registration-Application-rev-4-2023.-(3).pdf", + "confirm_reg_url": "https:\/\/www.elections.virginia.gov\/registration\/view-your-info\/", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-15T12:00:00Z\u0022\u003ETuesday, October 15, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "fe8cf91e-f872-4ed7-848c-09c99a7d83c8", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222019-09-19T12:00:00Z\u0022\u003ESeptember 19, 2019\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,25" + }, + { + "uuid": "cf6dcdd8-37bd-45c7-ae0b-8f46deda2555", + "lang": "en", + "name": "Washington", + "abbrev": "wa", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003ESecretary of State Elections Division\u0026nbsp;\u003Cbr\u003EP.O. Box 40229\u0026nbsp;\u003Cbr\u003EOlympia, WA 98504-0229\u0026nbsp;\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in Washington you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe a legal resident of Washington State, your county and precinct for 30 days immediately preceding the election in which you want to vote \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe at least 18 years old by Election Day \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EIf you were convicted of a felony in Washington State, another state, or in federal court, your right to vote will be restored automatically as long as you are not currently serving a sentence of total confinement in prison. You may re-register. \u0026nbsp;\u003C\/li\u003E\u003Cli\u003E16- and 17-year-olds can sign up as Future Voters and be automatically registered to vote when they qualify\u0026nbsp;\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EYou must provide your Washington driver\u2019s license or ID card number. If you do not have a Washington driver\u0027s license or ID card, you must provide the last four digits of your Social Security Number. Failure to provide this information may prevent your registration from being processed.\u0026nbsp;\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EYou are not required to designate your party affiliation to register in Washington.\u003C\/p\u003E", + "registration_url": "https:\/\/voter.votewa.gov\/WhereToVote.aspx", + "election_website_url": "https:\/\/www.sos.wa.gov\/elections\/", + "more_info_url": "https:\/\/www.sos.wa.gov\/elections\/voters\/", + "mail_reg_url": "https:\/\/www.sos.wa.gov\/elections\/voters\/voter-registration\/print-voter-registration-form", + "confirm_reg_url": "https:\/\/voter.votewa.gov\/WhereToVote.aspx", + "postmarked_mail_deadline": "", + "received_mail_deadline": "\u003Ctime datetime=\u00222024-10-28T12:00:00Z\u0022\u003EMonday, October 28, 2024\u003C\/time\u003E", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222022-07-01T12:00:00Z\u0022\u003EJuly 01, 2022\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,25,26" + }, + { + "uuid": "4fb483ea-bdf6-495a-af90-5861f9626a86", + "lang": "en", + "name": "West Virginia", + "abbrev": "wv", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "1", + "mailing_address_inst": "\u003Cp\u003ESecretary of State Building 1, Suite 157-K\u0026nbsp;\u003Cbr\u003E1900 Kanawha Blvd.\u0026nbsp;\u003Cbr\u003EEast Charleston, WV 25305-0770\u003C\/p\u003E", + "reg_eligibility_desc": "\u003Cp\u003ETo register in West Virginia you must: \u0026nbsp;\u003C\/p\u003E\u003Cul\u003E\u003Cli\u003EBe a citizen of the United States \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ELive in West Virginia at the above address \u0026nbsp;\u003C\/li\u003E\u003Cli\u003EBe 18 years old, or to vote in the primary be 17 years old and turning 18 before the general election \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot be under conviction, probation, or parole for a felony, treason or election bribery \u0026nbsp;\u003C\/li\u003E\u003Cli\u003ENot have been judged \u201cmentally incompetent\u201d in a court of competent jurisdiction\u003C\/li\u003E\u003C\/ul\u003E", + "id_inst": "\u003Cp\u003EEnter your driver\u0027s license number. If you do not have a driver\u2019s license number, enter the last four numbers of your social security number. If you do not have a driver\u0027s license number or a social security number, an identification number will be assigned to you. \u0026nbsp;\u003C\/p\u003E", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "\u003Cp\u003EYou must register with a party if you want to take part in that party\u2019s primary election, caucus, or convention (unless you request the ballot of a party which allows independents to vote)\u003C\/p\u003E", + "registration_url": "https:\/\/ovr.sos.wv.gov\/Register\/Landing", + "election_website_url": "https:\/\/sos.wv.gov\/elections\/Pages\/default.aspx", + "more_info_url": "https:\/\/ovr.sos.wv.gov\/Register\/Landing", + "mail_reg_url": "https:\/\/sos.wv.gov\/FormSearch\/Elections\/Voter\/mail%20in%20voter%20registration%20application.pdf", + "confirm_reg_url": "https:\/\/apps.sos.wv.gov\/Elections\/voter\/amiregisteredtovote", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-15T12:00:00Z\u0022\u003ETuesday, October 15, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "0" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "0" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222006-09-12T12:00:00Z\u0022\u003ESeptember 12, 2006\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,26" + }, + { + "uuid": "e6e4b2f5-3732-4d84-a0de-93dbf5045085", + "lang": "en", + "name": "Wisconsin", + "abbrev": "wi", + "is_state": "1", + "reg_type": "online", + "accepts_nvrf": "0", + "mailing_address_inst": "", + "reg_eligibility_desc": "", + "id_inst": "", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "", + "registration_url": "https:\/\/myvote.wi.gov\/en-us\/RegisterToVote", + "election_website_url": "https:\/\/elections.wi.gov\/voters", + "more_info_url": "https:\/\/elections.wi.gov\/Register", + "mail_reg_url": "https:\/\/elections.wi.gov\/sites\/default\/files\/legacy\/2020-06\/El-131%2520Voter%2520Registration%2520App_Fillable-%2520%2528REV%25202020-06%2529_0.pdf", + "confirm_reg_url": "https:\/\/myvote.wi.gov\/en-us\/MyVoterInfo", + "postmarked_mail_deadline": "\u003Ctime datetime=\u00222024-10-16T12:00:00Z\u0022\u003EWednesday, October 16, 2024\u003C\/time\u003E", + "received_mail_deadline": "", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "1" + }, + { + "uuid": "2bfff6c6-6782-4b14-ac45-642efd278f6a", + "required": "1" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "1" + } + ], + "nvrf_last_updated_date": "\u003Ctime datetime=\u00222022-09-20T12:00:00Z\u0022\u003ESeptember 20, 2022\u003C\/time\u003E", + "nvrf_pages_list": "1,2,3,4,26" + }, + { + "uuid": "1fdffc56-6fe0-41b7-9bcf-138acb09488f", + "lang": "en", + "name": "Wyoming", + "abbrev": "wy", + "is_state": "1", + "reg_type": "by-mail", + "accepts_nvrf": "0", + "mailing_address_inst": "", + "reg_eligibility_desc": "", + "id_inst": "", + "address_inst": "", + "personal_info_inst": "", + "political_party_inst": "", + "registration_url": "", + "election_website_url": "https:\/\/sos.wyo.gov\/elections\/state\/registeringtovote.aspx", + "more_info_url": "https:\/\/sos.wyo.gov\/Elections\/State\/RegisteringToVote.aspx", + "mail_reg_url": "https:\/\/sos.wyo.gov\/Forms\/Elections\/General\/VoterRegistrationForm.pdf", + "confirm_reg_url": "https:\/\/sos.wyo.gov\/Elections\/Docs\/WYCountyClerks.pdf", + "postmarked_mail_deadline": "", + "received_mail_deadline": "\u003Ctime datetime=\u00222024-10-21T12:00:00Z\u0022\u003EMonday, October 21, 2024\u003C\/time\u003E", + "nvrf_fields": [ + { + "uuid": "86a544cd-cfe9-456a-b634-176a37a38d6d", + "required": "1" + }, + { + "uuid": "b7bdae35-e4be-4827-ae11-75d9c3e33bf0", + "required": "1" + }, + { + "uuid": "38020ec6-1b53-4227-99e5-feea5f60af07", + "required": "1" + }, + { + "uuid": "b306238a-a0f6-4bb8-b8ea-b3216ca75e0b", + "required": "1" + }, + { + "uuid": "eeff4fa1-00f2-474b-a791-1a4146dab11a", + "required": "1" + }, + { + "uuid": "d31b2a64-36a9-4bc6-a9d1-e68d2be8c211", + "required": "1" + }, + { + "uuid": "2d61b54a-e568-410f-825a-0ca82dfd3f63", + "required": "1" + }, + { + "uuid": "2bfff6c6-6782-4b14-ac45-642efd278f6a", + "required": "1" + }, + { + "uuid": "34d2669a-d30b-4001-b897-280fe71b3cb0", + "required": "1" + }, + { + "uuid": "f282e541-7ca8-4c22-8d87-d4cff56e22e5", + "required": "1" + }, + { + "uuid": "a4919026-91ac-4e05-a75f-e2df479abd76", + "required": "1" + }, + { + "uuid": "42de34cc-ebf3-4d8e-8873-2571063b62c0", + "required": "1" + }, + { + "uuid": "09cb2989-d302-4a01-bb3a-33173adcffb2", + "required": "1" + }, + { + "uuid": "6dcb9e8c-b40a-4cda-ba5c-06b98c3375f4", + "required": "1" + }, + { + "uuid": "deba9b54-68ad-4ef1-8fb5-ee34e4ab8a49", + "required": "1" + }, + { + "uuid": "7e39a528-7518-40cb-b7b6-b635864dc117", + "required": "1" + }, + { + "uuid": "fe3a2a1d-34bd-472b-a843-3fa0635c4f40", + "required": "1" + }, + { + "uuid": "cdb06542-0cbd-4aa3-897f-83377b8d65e5", + "required": "1" + }, + { + "uuid": "db9b1f7a-565b-4aad-8d7c-56a553c18326", + "required": "1" + }, + { + "uuid": "9a5baee7-357b-4e59-b4f2-fe2525c0fd6c", + "required": "1" + }, + { + "uuid": "b0f80289-6084-4723-8278-110fda210f0d", + "required": "1" + }, + { + "uuid": "c4f9c0cb-2a25-4f1d-a93a-b06a19656cfe", + "required": "1" + }, + { + "uuid": "c037a3ea-86b7-4661-ad28-c7228f1e682b", + "required": "1" + }, + { + "uuid": "c8e2ff17-fb1f-4971-a664-ffbb557b305a", + "required": "1" + }, + { + "uuid": "44bf0a5c-adba-4b47-bc99-cc46cede5e80", + "required": "1" + }, + { + "uuid": "5a8a4b6d-c0f1-42f2-b991-8ea49a32e997", + "required": "1" + }, + { + "uuid": "49a90983-1925-438f-8271-88f39bf19bf1", + "required": "1" + }, + { + "uuid": "acd7f272-7a37-43f0-b51a-c78daf31e5fd", + "required": "1" + }, + { + "uuid": "e2da00fa-0f1b-4e98-9472-c00649266eb4", + "required": "1" + }, + { + "uuid": "1e030197-52e7-426e-923c-b67ef521ae3b", + "required": "1" + }, + { + "uuid": "eb0ce8c5-b4f7-4aae-a0b9-84f0434d2edb", + "required": "1" + }, + { + "uuid": "fd516f06-11bb-4c39-9080-735ed98100cc", + "required": "1" + } + ], + "nvrf_last_updated_date": null, + "nvrf_pages_list": "" + } +] \ No newline at end of file diff --git a/web/data/en/strings.json b/web/data/en/strings.json new file mode 100644 index 000000000..10aecfe01 --- /dev/null +++ b/web/data/en/strings.json @@ -0,0 +1,33 @@ +{ + "notRequired": "Not required for your state", + "newWindow": "Go to your state's PDF form in a new tab", + "newTab": "Print your mail-in form in a new tab", + "nameChange": "I have legally changed my name since I last registered in this state.", + "dob": "Date of Birth", + "month": "Month", + "day": "Day", + "year": "Year", + "stateName": "Go to the PDF form on @state_name's website", + "checkReg": "Check your registration", + "checkRegWY": "Find your local office to check your registration", + "learnMore": "Learn more about your voting options", + "backBtn": "Back to Vote.gov", + "backIcon": "back arrow icon", + "forwardIcon": "forward arrow icon", + "stateOnlineName": "Register on @state_name's website", + "confirm": "Confirm and continue", + "selectState": "Select your state or territory", + "selectStateAriaLabel": "State selection dropdown menu", + "lastUpdated": "@state_name information last updated ", + "privacyPolicy": "Privacy policy", + "extlink": "External link opens new window", + "emailLabel": "Voter Contact", + "emailHint": "For example: email@address.com", + "select": "- Select -", + "download": "Download your mail-in form", + "downloadText": "If form does not open in a new tab you can download using the option below.", + "mailDeadlineLabel": "Mail-in registration deadline:", + "inPersonBtn": "Learn more on @state_name's election website", + "inPersonBtnWY": "Find in-person registration locations", + "idSelectionAriaLabel": "Choose identification type" +} \ No newline at end of file diff --git a/web/modules/custom/vote_nvrf/README.md b/web/modules/custom/vote_nvrf/README.md new file mode 100644 index 000000000..6c18eeb28 --- /dev/null +++ b/web/modules/custom/vote_nvrf/README.md @@ -0,0 +1,4 @@ +### Helpful commands + +run `npm install` +run `npm run build` to pull files from node_modules into module dist directory and root theme data directory diff --git a/web/modules/custom/vote_nvrf/dist/assets/index.js b/web/modules/custom/vote_nvrf/dist/assets/index.js new file mode 100644 index 000000000..aaf5cb315 --- /dev/null +++ b/web/modules/custom/vote_nvrf/dist/assets/index.js @@ -0,0 +1,121 @@ +var M_=Object.defineProperty;var z_=(e,t,r)=>t in e?M_(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var z=(e,t,r)=>(z_(e,typeof t!="symbol"?t+"":t,r),r);(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const a of document.querySelectorAll('link[rel="modulepreload"]'))n(a);new MutationObserver(a=>{for(const i of a)if(i.type==="childList")for(const s of i.addedNodes)s.tagName==="LINK"&&s.rel==="modulepreload"&&n(s)}).observe(document,{childList:!0,subtree:!0});function r(a){const i={};return a.integrity&&(i.integrity=a.integrity),a.referrerPolicy&&(i.referrerPolicy=a.referrerPolicy),a.crossOrigin==="use-credentials"?i.credentials="include":a.crossOrigin==="anonymous"?i.credentials="omit":i.credentials="same-origin",i}function n(a){if(a.ep)return;a.ep=!0;const i=r(a);fetch(a.href,i)}})();var HE=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function rl(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var UE={exports:{}},xh={},WE={exports:{}},lt={};/** + * @license React + * react.production.min.js + * + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */var du=Symbol.for("react.element"),A_=Symbol.for("react.portal"),D_=Symbol.for("react.fragment"),I_=Symbol.for("react.strict_mode"),L_=Symbol.for("react.profiler"),R_=Symbol.for("react.provider"),__=Symbol.for("react.context"),B_=Symbol.for("react.forward_ref"),V_=Symbol.for("react.suspense"),H_=Symbol.for("react.memo"),U_=Symbol.for("react.lazy"),sO=Symbol.iterator;function W_(e){return e===null||typeof e!="object"?null:(e=sO&&e[sO]||e["@@iterator"],typeof e=="function"?e:null)}var qE={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},GE=Object.assign,KE={};function nl(e,t,r){this.props=e,this.context=t,this.refs=KE,this.updater=r||qE}nl.prototype.isReactComponent={};nl.prototype.setState=function(e,t){if(typeof e!="object"&&typeof e!="function"&&e!=null)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")};nl.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};function XE(){}XE.prototype=nl.prototype;function Jb(e,t,r){this.props=e,this.context=t,this.refs=KE,this.updater=r||qE}var $b=Jb.prototype=new XE;$b.constructor=Jb;GE($b,nl.prototype);$b.isPureReactComponent=!0;var lO=Array.isArray,ZE=Object.prototype.hasOwnProperty,ew={current:null},YE={key:!0,ref:!0,__self:!0,__source:!0};function QE(e,t,r){var n,a={},i=null,s=null;if(t!=null)for(n in t.ref!==void 0&&(s=t.ref),t.key!==void 0&&(i=""+t.key),t)ZE.call(t,n)&&!YE.hasOwnProperty(n)&&(a[n]=t[n]);var h=arguments.length-2;if(h===1)a.children=r;else if(1>>1,ae=X[le];if(0>>1;lea(Le,ee))Pta(Mt,Le)?(X[le]=Mt,X[Pt]=ee,le=Pt):(X[le]=Le,X[et]=ee,le=et);else if(Pta(Mt,ee))X[le]=Mt,X[Pt]=ee,le=Pt;else break e}}return Q}function a(X,Q){var ee=X.sortIndex-Q.sortIndex;return ee!==0?ee:X.id-Q.id}if(typeof performance=="object"&&typeof performance.now=="function"){var i=performance;e.unstable_now=function(){return i.now()}}else{var s=Date,h=s.now();e.unstable_now=function(){return s.now()-h}}var o=[],u=[],p=1,m=null,g=3,y=!1,w=!1,x=!1,j=typeof setTimeout=="function"?setTimeout:null,b=typeof clearTimeout=="function"?clearTimeout:null,O=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function S(X){for(var Q=r(u);Q!==null;){if(Q.callback===null)n(u);else if(Q.startTime<=X)n(u),Q.sortIndex=Q.expirationTime,t(o,Q);else break;Q=r(u)}}function E(X){if(x=!1,S(X),!w)if(r(o)!==null)w=!0,ce(F);else{var Q=r(u);Q!==null&&J(E,Q.startTime-X)}}function F(X,Q){w=!1,x&&(x=!1,b(R),R=-1),y=!0;var ee=g;try{for(S(Q),m=r(o);m!==null&&(!(m.expirationTime>Q)||X&&!V());){var le=m.callback;if(typeof le=="function"){m.callback=null,g=m.priorityLevel;var ae=le(m.expirationTime<=Q);Q=e.unstable_now(),typeof ae=="function"?m.callback=ae:m===r(o)&&n(o),S(Q)}else n(o);m=r(o)}if(m!==null)var Ie=!0;else{var et=r(u);et!==null&&J(E,et.startTime-Q),Ie=!1}return Ie}finally{m=null,g=ee,y=!1}}var D=!1,A=null,R=-1,_=5,K=-1;function V(){return!(e.unstable_now()-K<_)}function C(){if(A!==null){var X=e.unstable_now();K=X;var Q=!0;try{Q=A(!0,X)}finally{Q?Y():(D=!1,A=null)}}else D=!1}var Y;if(typeof O=="function")Y=function(){O(C)};else if(typeof MessageChannel<"u"){var M=new MessageChannel,ve=M.port2;M.port1.onmessage=C,Y=function(){ve.postMessage(null)}}else Y=function(){j(C,0)};function ce(X){A=X,D||(D=!0,Y())}function J(X,Q){R=j(function(){X(e.unstable_now())},Q)}e.unstable_IdlePriority=5,e.unstable_ImmediatePriority=1,e.unstable_LowPriority=4,e.unstable_NormalPriority=3,e.unstable_Profiling=null,e.unstable_UserBlockingPriority=2,e.unstable_cancelCallback=function(X){X.callback=null},e.unstable_continueExecution=function(){w||y||(w=!0,ce(F))},e.unstable_forceFrameRate=function(X){0>X||125le?(X.sortIndex=ee,t(u,X),r(o)===null&&X===r(u)&&(x?(b(R),R=-1):x=!0,J(E,ee-le))):(X.sortIndex=ae,t(o,X),w||y||(w=!0,ce(F))),X},e.unstable_shouldYield=V,e.unstable_wrapCallback=function(X){var Q=g;return function(){var ee=g;g=Q;try{return X.apply(this,arguments)}finally{g=ee}}}})(r7);t7.exports=r7;var tB=t7.exports;/** + * @license React + * react-dom.production.min.js + * + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */var rB=ht,Dn=tB;function ue(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,r=1;r"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),Ey=Object.prototype.hasOwnProperty,nB=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,uO={},dO={};function aB(e){return Ey.call(dO,e)?!0:Ey.call(uO,e)?!1:nB.test(e)?dO[e]=!0:(uO[e]=!0,!1)}function iB(e,t,r,n){if(r!==null&&r.type===0)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return n?!1:r!==null?!r.acceptsBooleans:(e=e.toLowerCase().slice(0,5),e!=="data-"&&e!=="aria-");default:return!1}}function oB(e,t,r,n){if(t===null||typeof t>"u"||iB(e,t,r,n))return!0;if(n)return!1;if(r!==null)switch(r.type){case 3:return!t;case 4:return t===!1;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}function en(e,t,r,n,a,i,s){this.acceptsBooleans=t===2||t===3||t===4,this.attributeName=n,this.attributeNamespace=a,this.mustUseProperty=r,this.propertyName=e,this.type=t,this.sanitizeURL=i,this.removeEmptyString=s}var zr={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){zr[e]=new en(e,0,!1,e,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];zr[t]=new en(t,1,!1,e[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(e){zr[e]=new en(e,2,!1,e.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){zr[e]=new en(e,2,!1,e,null,!1,!1)});"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){zr[e]=new en(e,3,!1,e.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(e){zr[e]=new en(e,3,!0,e,null,!1,!1)});["capture","download"].forEach(function(e){zr[e]=new en(e,4,!1,e,null,!1,!1)});["cols","rows","size","span"].forEach(function(e){zr[e]=new en(e,6,!1,e,null,!1,!1)});["rowSpan","start"].forEach(function(e){zr[e]=new en(e,5,!1,e.toLowerCase(),null,!1,!1)});var rw=/[\-:]([a-z])/g;function nw(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e){var t=e.replace(rw,nw);zr[t]=new en(t,1,!1,e,null,!1,!1)});"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var t=e.replace(rw,nw);zr[t]=new en(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)});["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(rw,nw);zr[t]=new en(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(function(e){zr[e]=new en(e,1,!1,e.toLowerCase(),null,!1,!1)});zr.xlinkHref=new en("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach(function(e){zr[e]=new en(e,1,!1,e.toLowerCase(),null,!0,!0)});function aw(e,t,r,n){var a=zr.hasOwnProperty(t)?zr[t]:null;(a!==null?a.type!==0:n||!(2h||a[s]!==i[h]){var o=` +`+a[s].replace(" at new "," at ");return e.displayName&&o.includes("")&&(o=o.replace("",e.displayName)),o}while(1<=s&&0<=h);break}}}finally{v2=!1,Error.prepareStackTrace=r}return(e=e?e.displayName||e.name:"")?Jl(e):""}function sB(e){switch(e.tag){case 5:return Jl(e.type);case 16:return Jl("Lazy");case 13:return Jl("Suspense");case 19:return Jl("SuspenseList");case 0:case 2:case 15:return e=g2(e.type,!1),e;case 11:return e=g2(e.type.render,!1),e;case 1:return e=g2(e.type,!0),e;default:return""}}function Ty(e){if(e==null)return null;if(typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case ws:return"Fragment";case bs:return"Portal";case jy:return"Profiler";case iw:return"StrictMode";case ky:return"Suspense";case Cy:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case i7:return(e.displayName||"Context")+".Consumer";case a7:return(e._context.displayName||"Context")+".Provider";case ow:var t=e.render;return e=e.displayName,e||(e=t.displayName||t.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case sw:return t=e.displayName||null,t!==null?t:Ty(e.type)||"Memo";case ki:t=e._payload,e=e._init;try{return Ty(e(t))}catch{}}return null}function lB(e){var t=e.type;switch(e.tag){case 24:return"Cache";case 9:return(t.displayName||"Context")+".Consumer";case 10:return(t._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return e=t.render,e=e.displayName||e.name||"",t.displayName||(e!==""?"ForwardRef("+e+")":"ForwardRef");case 7:return"Fragment";case 5:return t;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return Ty(t);case 8:return t===iw?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof t=="function")return t.displayName||t.name||null;if(typeof t=="string")return t}return null}function Yi(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return e;default:return""}}function s7(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function cB(e){var t=s7(e)?"checked":"value",r=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),n=""+e[t];if(!e.hasOwnProperty(t)&&typeof r<"u"&&typeof r.get=="function"&&typeof r.set=="function"){var a=r.get,i=r.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return a.call(this)},set:function(s){n=""+s,i.call(this,s)}}),Object.defineProperty(e,t,{enumerable:r.enumerable}),{getValue:function(){return n},setValue:function(s){n=""+s},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}function id(e){e._valueTracker||(e._valueTracker=cB(e))}function l7(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var r=t.getValue(),n="";return e&&(n=s7(e)?e.checked?"true":"false":e.value),e=n,e!==r?(t.setValue(e),!0):!1}function kf(e){if(e=e||(typeof document<"u"?document:void 0),typeof e>"u")return null;try{return e.activeElement||e.body}catch{return e.body}}function Ny(e,t){var r=t.checked;return er({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:r??e._wrapperState.initialChecked})}function hO(e,t){var r=t.defaultValue==null?"":t.defaultValue,n=t.checked!=null?t.checked:t.defaultChecked;r=Yi(t.value!=null?t.value:r),e._wrapperState={initialChecked:n,initialValue:r,controlled:t.type==="checkbox"||t.type==="radio"?t.checked!=null:t.value!=null}}function c7(e,t){t=t.checked,t!=null&&aw(e,"checked",t,!1)}function Fy(e,t){c7(e,t);var r=Yi(t.value),n=t.type;if(r!=null)n==="number"?(r===0&&e.value===""||e.value!=r)&&(e.value=""+r):e.value!==""+r&&(e.value=""+r);else if(n==="submit"||n==="reset"){e.removeAttribute("value");return}t.hasOwnProperty("value")?Py(e,t.type,r):t.hasOwnProperty("defaultValue")&&Py(e,t.type,Yi(t.defaultValue)),t.checked==null&&t.defaultChecked!=null&&(e.defaultChecked=!!t.defaultChecked)}function pO(e,t,r){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var n=t.type;if(!(n!=="submit"&&n!=="reset"||t.value!==void 0&&t.value!==null))return;t=""+e._wrapperState.initialValue,r||t===e.value||(e.value=t),e.defaultValue=t}r=e.name,r!==""&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,r!==""&&(e.name=r)}function Py(e,t,r){(t!=="number"||kf(e.ownerDocument)!==e)&&(r==null?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+r&&(e.defaultValue=""+r))}var $l=Array.isArray;function As(e,t,r,n){if(e=e.options,t){t={};for(var a=0;a"+t.valueOf().toString()+"",t=od.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}});function Dc(e,t){if(t){var r=e.firstChild;if(r&&r===e.lastChild&&r.nodeType===3){r.nodeValue=t;return}}e.textContent=t}var hc={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},uB=["Webkit","ms","Moz","O"];Object.keys(hc).forEach(function(e){uB.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),hc[t]=hc[e]})});function h7(e,t,r){return t==null||typeof t=="boolean"||t===""?"":r||typeof t!="number"||t===0||hc.hasOwnProperty(e)&&hc[e]?(""+t).trim():t+"px"}function p7(e,t){e=e.style;for(var r in t)if(t.hasOwnProperty(r)){var n=r.indexOf("--")===0,a=h7(r,t[r],n);r==="float"&&(r="cssFloat"),n?e.setProperty(r,a):e[r]=a}}var dB=er({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function Ay(e,t){if(t){if(dB[e]&&(t.children!=null||t.dangerouslySetInnerHTML!=null))throw Error(ue(137,e));if(t.dangerouslySetInnerHTML!=null){if(t.children!=null)throw Error(ue(60));if(typeof t.dangerouslySetInnerHTML!="object"||!("__html"in t.dangerouslySetInnerHTML))throw Error(ue(61))}if(t.style!=null&&typeof t.style!="object")throw Error(ue(62))}}function Dy(e,t){if(e.indexOf("-")===-1)return typeof t.is=="string";switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var Iy=null;function lw(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var Ly=null,Ds=null,Is=null;function gO(e){if(e=pu(e)){if(typeof Ly!="function")throw Error(ue(280));var t=e.stateNode;t&&(t=kh(t),Ly(e.stateNode,e.type,t))}}function m7(e){Ds?Is?Is.push(e):Is=[e]:Ds=e}function v7(){if(Ds){var e=Ds,t=Is;if(Is=Ds=null,gO(e),t)for(e=0;e>>=0,e===0?32:31-(OB(e)/SB|0)|0}var sd=64,ld=4194304;function ec(e){switch(e&-e){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return e&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return e&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return e}}function Ff(e,t){var r=e.pendingLanes;if(r===0)return 0;var n=0,a=e.suspendedLanes,i=e.pingedLanes,s=r&268435455;if(s!==0){var h=s&~a;h!==0?n=ec(h):(i&=s,i!==0&&(n=ec(i)))}else s=r&~a,s!==0?n=ec(s):i!==0&&(n=ec(i));if(n===0)return 0;if(t!==0&&t!==n&&!(t&a)&&(a=n&-n,i=t&-t,a>=i||a===16&&(i&4194240)!==0))return t;if(n&4&&(n|=r&16),t=e.entangledLanes,t!==0)for(e=e.entanglements,t&=n;0r;r++)t.push(e);return t}function fu(e,t,r){e.pendingLanes|=t,t!==536870912&&(e.suspendedLanes=0,e.pingedLanes=0),e=e.eventTimes,t=31-xa(t),e[t]=r}function CB(e,t){var r=e.pendingLanes&~t;e.pendingLanes=t,e.suspendedLanes=0,e.pingedLanes=0,e.expiredLanes&=t,e.mutableReadLanes&=t,e.entangledLanes&=t,t=e.entanglements;var n=e.eventTimes;for(e=e.expirationTimes;0=mc),kO=String.fromCharCode(32),CO=!1;function I7(e,t){switch(e){case"keyup":return tV.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function L7(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var xs=!1;function nV(e,t){switch(e){case"compositionend":return L7(t);case"keypress":return t.which!==32?null:(CO=!0,kO);case"textInput":return e=t.data,e===kO&&CO?null:e;default:return null}}function aV(e,t){if(xs)return e==="compositionend"||!vw&&I7(e,t)?(e=A7(),Gd=hw=Mi=null,xs=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1=t)return{node:r,offset:t-e};e=n}e:{for(;r;){if(r.nextSibling){r=r.nextSibling;break e}r=r.parentNode}r=void 0}r=PO(r)}}function V7(e,t){return e&&t?e===t?!0:e&&e.nodeType===3?!1:t&&t.nodeType===3?V7(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1:!1}function H7(){for(var e=window,t=kf();t instanceof e.HTMLIFrameElement;){try{var r=typeof t.contentWindow.location.href=="string"}catch{r=!1}if(r)e=t.contentWindow;else break;t=kf(e.document)}return t}function gw(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(t==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||t==="textarea"||e.contentEditable==="true")}function hV(e){var t=H7(),r=e.focusedElem,n=e.selectionRange;if(t!==r&&r&&r.ownerDocument&&V7(r.ownerDocument.documentElement,r)){if(n!==null&&gw(r)){if(t=n.start,e=n.end,e===void 0&&(e=t),"selectionStart"in r)r.selectionStart=t,r.selectionEnd=Math.min(e,r.value.length);else if(e=(t=r.ownerDocument||document)&&t.defaultView||window,e.getSelection){e=e.getSelection();var a=r.textContent.length,i=Math.min(n.start,a);n=n.end===void 0?i:Math.min(n.end,a),!e.extend&&i>n&&(a=n,n=i,i=a),a=MO(r,i);var s=MO(r,n);a&&s&&(e.rangeCount!==1||e.anchorNode!==a.node||e.anchorOffset!==a.offset||e.focusNode!==s.node||e.focusOffset!==s.offset)&&(t=t.createRange(),t.setStart(a.node,a.offset),e.removeAllRanges(),i>n?(e.addRange(t),e.extend(s.node,s.offset)):(t.setEnd(s.node,s.offset),e.addRange(t)))}}for(t=[],e=r;e=e.parentNode;)e.nodeType===1&&t.push({element:e,left:e.scrollLeft,top:e.scrollTop});for(typeof r.focus=="function"&&r.focus(),r=0;r=document.documentMode,Os=null,Uy=null,gc=null,Wy=!1;function zO(e,t,r){var n=r.window===r?r.document:r.nodeType===9?r:r.ownerDocument;Wy||Os==null||Os!==kf(n)||(n=Os,"selectionStart"in n&&gw(n)?n={start:n.selectionStart,end:n.selectionEnd}:(n=(n.ownerDocument&&n.ownerDocument.defaultView||window).getSelection(),n={anchorNode:n.anchorNode,anchorOffset:n.anchorOffset,focusNode:n.focusNode,focusOffset:n.focusOffset}),gc&&Vc(gc,n)||(gc=n,n=zf(Uy,"onSelect"),0js||(e.current=Yy[js],Yy[js]=null,js--)}function Ht(e,t){js++,Yy[js]=e.current,e.current=t}var Qi={},Br=no(Qi),mn=no(!1),Mo=Qi;function Xs(e,t){var r=e.type.contextTypes;if(!r)return Qi;var n=e.stateNode;if(n&&n.__reactInternalMemoizedUnmaskedChildContext===t)return n.__reactInternalMemoizedMaskedChildContext;var a={},i;for(i in r)a[i]=t[i];return n&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=a),a}function vn(e){return e=e.childContextTypes,e!=null}function Df(){Gt(mn),Gt(Br)}function BO(e,t,r){if(Br.current!==Qi)throw Error(ue(168));Ht(Br,t),Ht(mn,r)}function Q7(e,t,r){var n=e.stateNode;if(t=t.childContextTypes,typeof n.getChildContext!="function")return r;n=n.getChildContext();for(var a in n)if(!(a in t))throw Error(ue(108,lB(e)||"Unknown",a));return er({},r,n)}function If(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||Qi,Mo=Br.current,Ht(Br,e),Ht(mn,mn.current),!0}function VO(e,t,r){var n=e.stateNode;if(!n)throw Error(ue(169));r?(e=Q7(e,t,Mo),n.__reactInternalMemoizedMergedChildContext=e,Gt(mn),Gt(Br),Ht(Br,e)):Gt(mn),Ht(mn,r)}var Ka=null,Ch=!1,P2=!1;function J7(e){Ka===null?Ka=[e]:Ka.push(e)}function jV(e){Ch=!0,J7(e)}function ao(){if(!P2&&Ka!==null){P2=!0;var e=0,t=Dt;try{var r=Ka;for(Dt=1;e>=s,a-=s,Za=1<<32-xa(t)+a|r<R?(_=A,A=null):_=A.sibling;var K=g(b,A,S[R],E);if(K===null){A===null&&(A=_);break}e&&A&&K.alternate===null&&t(b,A),O=i(K,O,R),D===null?F=K:D.sibling=K,D=K,A=_}if(R===S.length)return r(b,A),Xt&&vo(b,R),F;if(A===null){for(;RR?(_=A,A=null):_=A.sibling;var V=g(b,A,K.value,E);if(V===null){A===null&&(A=_);break}e&&A&&V.alternate===null&&t(b,A),O=i(V,O,R),D===null?F=V:D.sibling=V,D=V,A=_}if(K.done)return r(b,A),Xt&&vo(b,R),F;if(A===null){for(;!K.done;R++,K=S.next())K=m(b,K.value,E),K!==null&&(O=i(K,O,R),D===null?F=K:D.sibling=K,D=K);return Xt&&vo(b,R),F}for(A=n(b,A);!K.done;R++,K=S.next())K=y(A,b,R,K.value,E),K!==null&&(e&&K.alternate!==null&&A.delete(K.key===null?R:K.key),O=i(K,O,R),D===null?F=K:D.sibling=K,D=K);return e&&A.forEach(function(C){return t(b,C)}),Xt&&vo(b,R),F}function j(b,O,S,E){if(typeof S=="object"&&S!==null&&S.type===ws&&S.key===null&&(S=S.props.children),typeof S=="object"&&S!==null){switch(S.$$typeof){case ad:e:{for(var F=S.key,D=O;D!==null;){if(D.key===F){if(F=S.type,F===ws){if(D.tag===7){r(b,D.sibling),O=a(D,S.props.children),O.return=b,b=O;break e}}else if(D.elementType===F||typeof F=="object"&&F!==null&&F.$$typeof===ki&&WO(F)===D.type){r(b,D.sibling),O=a(D,S.props),O.ref=Al(b,D,S),O.return=b,b=O;break e}r(b,D);break}else t(b,D);D=D.sibling}S.type===ws?(O=Po(S.props.children,b.mode,E,S.key),O.return=b,b=O):(E=ef(S.type,S.key,S.props,null,b.mode,E),E.ref=Al(b,O,S),E.return=b,b=E)}return s(b);case bs:e:{for(D=S.key;O!==null;){if(O.key===D)if(O.tag===4&&O.stateNode.containerInfo===S.containerInfo&&O.stateNode.implementation===S.implementation){r(b,O.sibling),O=a(O,S.children||[]),O.return=b,b=O;break e}else{r(b,O);break}else t(b,O);O=O.sibling}O=_2(S,b.mode,E),O.return=b,b=O}return s(b);case ki:return D=S._init,j(b,O,D(S._payload),E)}if($l(S))return w(b,O,S,E);if(Nl(S))return x(b,O,S,E);md(b,S)}return typeof S=="string"&&S!==""||typeof S=="number"?(S=""+S,O!==null&&O.tag===6?(r(b,O.sibling),O=a(O,S),O.return=b,b=O):(r(b,O),O=R2(S,b.mode,E),O.return=b,b=O),s(b)):r(b,O)}return j}var Ys=rj(!0),nj=rj(!1),_f=no(null),Bf=null,Ts=null,xw=null;function Ow(){xw=Ts=Bf=null}function Sw(e){var t=_f.current;Gt(_f),e._currentValue=t}function $y(e,t,r){for(;e!==null;){var n=e.alternate;if((e.childLanes&t)!==t?(e.childLanes|=t,n!==null&&(n.childLanes|=t)):n!==null&&(n.childLanes&t)!==t&&(n.childLanes|=t),e===r)break;e=e.return}}function Rs(e,t){Bf=e,xw=Ts=null,e=e.dependencies,e!==null&&e.firstContext!==null&&(e.lanes&t&&(hn=!0),e.firstContext=null)}function ra(e){var t=e._currentValue;if(xw!==e)if(e={context:e,memoizedValue:t,next:null},Ts===null){if(Bf===null)throw Error(ue(308));Ts=e,Bf.dependencies={lanes:0,firstContext:e}}else Ts=Ts.next=e;return t}var Eo=null;function Ew(e){Eo===null?Eo=[e]:Eo.push(e)}function aj(e,t,r,n){var a=t.interleaved;return a===null?(r.next=r,Ew(t)):(r.next=a.next,a.next=r),t.interleaved=r,ni(e,n)}function ni(e,t){e.lanes|=t;var r=e.alternate;for(r!==null&&(r.lanes|=t),r=e,e=e.return;e!==null;)e.childLanes|=t,r=e.alternate,r!==null&&(r.childLanes|=t),r=e,e=e.return;return r.tag===3?r.stateNode:null}var Ci=!1;function jw(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function ij(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,firstBaseUpdate:e.firstBaseUpdate,lastBaseUpdate:e.lastBaseUpdate,shared:e.shared,effects:e.effects})}function Qa(e,t){return{eventTime:e,lane:t,tag:0,payload:null,callback:null,next:null}}function Ui(e,t,r){var n=e.updateQueue;if(n===null)return null;if(n=n.shared,Ot&2){var a=n.pending;return a===null?t.next=t:(t.next=a.next,a.next=t),n.pending=t,ni(e,r)}return a=n.interleaved,a===null?(t.next=t,Ew(n)):(t.next=a.next,a.next=t),n.interleaved=t,ni(e,r)}function Xd(e,t,r){if(t=t.updateQueue,t!==null&&(t=t.shared,(r&4194240)!==0)){var n=t.lanes;n&=e.pendingLanes,r|=n,t.lanes=r,uw(e,r)}}function qO(e,t){var r=e.updateQueue,n=e.alternate;if(n!==null&&(n=n.updateQueue,r===n)){var a=null,i=null;if(r=r.firstBaseUpdate,r!==null){do{var s={eventTime:r.eventTime,lane:r.lane,tag:r.tag,payload:r.payload,callback:r.callback,next:null};i===null?a=i=s:i=i.next=s,r=r.next}while(r!==null);i===null?a=i=t:i=i.next=t}else a=i=t;r={baseState:n.baseState,firstBaseUpdate:a,lastBaseUpdate:i,shared:n.shared,effects:n.effects},e.updateQueue=r;return}e=r.lastBaseUpdate,e===null?r.firstBaseUpdate=t:e.next=t,r.lastBaseUpdate=t}function Vf(e,t,r,n){var a=e.updateQueue;Ci=!1;var i=a.firstBaseUpdate,s=a.lastBaseUpdate,h=a.shared.pending;if(h!==null){a.shared.pending=null;var o=h,u=o.next;o.next=null,s===null?i=u:s.next=u,s=o;var p=e.alternate;p!==null&&(p=p.updateQueue,h=p.lastBaseUpdate,h!==s&&(h===null?p.firstBaseUpdate=u:h.next=u,p.lastBaseUpdate=o))}if(i!==null){var m=a.baseState;s=0,p=u=o=null,h=i;do{var g=h.lane,y=h.eventTime;if((n&g)===g){p!==null&&(p=p.next={eventTime:y,lane:0,tag:h.tag,payload:h.payload,callback:h.callback,next:null});e:{var w=e,x=h;switch(g=t,y=r,x.tag){case 1:if(w=x.payload,typeof w=="function"){m=w.call(y,m,g);break e}m=w;break e;case 3:w.flags=w.flags&-65537|128;case 0:if(w=x.payload,g=typeof w=="function"?w.call(y,m,g):w,g==null)break e;m=er({},m,g);break e;case 2:Ci=!0}}h.callback!==null&&h.lane!==0&&(e.flags|=64,g=a.effects,g===null?a.effects=[h]:g.push(h))}else y={eventTime:y,lane:g,tag:h.tag,payload:h.payload,callback:h.callback,next:null},p===null?(u=p=y,o=m):p=p.next=y,s|=g;if(h=h.next,h===null){if(h=a.shared.pending,h===null)break;g=h,h=g.next,g.next=null,a.lastBaseUpdate=g,a.shared.pending=null}}while(1);if(p===null&&(o=m),a.baseState=o,a.firstBaseUpdate=u,a.lastBaseUpdate=p,t=a.shared.interleaved,t!==null){a=t;do s|=a.lane,a=a.next;while(a!==t)}else i===null&&(a.shared.lanes=0);Do|=s,e.lanes=s,e.memoizedState=m}}function GO(e,t,r){if(e=t.effects,t.effects=null,e!==null)for(t=0;tr?r:4,e(!0);var n=z2.transition;z2.transition={};try{e(!1),t()}finally{Dt=r,z2.transition=n}}function Oj(){return na().memoizedState}function NV(e,t,r){var n=qi(e);if(r={lane:n,action:r,hasEagerState:!1,eagerState:null,next:null},Sj(e))Ej(t,r);else if(r=aj(e,t,r,n),r!==null){var a=Zr();Oa(r,e,n,a),jj(r,t,n)}}function FV(e,t,r){var n=qi(e),a={lane:n,action:r,hasEagerState:!1,eagerState:null,next:null};if(Sj(e))Ej(t,a);else{var i=e.alternate;if(e.lanes===0&&(i===null||i.lanes===0)&&(i=t.lastRenderedReducer,i!==null))try{var s=t.lastRenderedState,h=i(s,r);if(a.hasEagerState=!0,a.eagerState=h,Ea(h,s)){var o=t.interleaved;o===null?(a.next=a,Ew(t)):(a.next=o.next,o.next=a),t.interleaved=a;return}}catch{}finally{}r=aj(e,t,a,n),r!==null&&(a=Zr(),Oa(r,e,n,a),jj(r,t,n))}}function Sj(e){var t=e.alternate;return e===$t||t!==null&&t===$t}function Ej(e,t){yc=Uf=!0;var r=e.pending;r===null?t.next=t:(t.next=r.next,r.next=t),e.pending=t}function jj(e,t,r){if(r&4194240){var n=t.lanes;n&=e.pendingLanes,r|=n,t.lanes=r,uw(e,r)}}var Wf={readContext:ra,useCallback:Lr,useContext:Lr,useEffect:Lr,useImperativeHandle:Lr,useInsertionEffect:Lr,useLayoutEffect:Lr,useMemo:Lr,useReducer:Lr,useRef:Lr,useState:Lr,useDebugValue:Lr,useDeferredValue:Lr,useTransition:Lr,useMutableSource:Lr,useSyncExternalStore:Lr,useId:Lr,unstable_isNewReconciler:!1},PV={readContext:ra,useCallback:function(e,t){return Aa().memoizedState=[e,t===void 0?null:t],e},useContext:ra,useEffect:XO,useImperativeHandle:function(e,t,r){return r=r!=null?r.concat([e]):null,Yd(4194308,4,gj.bind(null,t,e),r)},useLayoutEffect:function(e,t){return Yd(4194308,4,e,t)},useInsertionEffect:function(e,t){return Yd(4,2,e,t)},useMemo:function(e,t){var r=Aa();return t=t===void 0?null:t,e=e(),r.memoizedState=[e,t],e},useReducer:function(e,t,r){var n=Aa();return t=r!==void 0?r(t):t,n.memoizedState=n.baseState=t,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:t},n.queue=e,e=e.dispatch=NV.bind(null,$t,e),[n.memoizedState,e]},useRef:function(e){var t=Aa();return e={current:e},t.memoizedState=e},useState:KO,useDebugValue:zw,useDeferredValue:function(e){return Aa().memoizedState=e},useTransition:function(){var e=KO(!1),t=e[0];return e=TV.bind(null,e[1]),Aa().memoizedState=e,[t,e]},useMutableSource:function(){},useSyncExternalStore:function(e,t,r){var n=$t,a=Aa();if(Xt){if(r===void 0)throw Error(ue(407));r=r()}else{if(r=t(),Er===null)throw Error(ue(349));Ao&30||cj(n,t,r)}a.memoizedState=r;var i={value:r,getSnapshot:t};return a.queue=i,XO(dj.bind(null,n,i,e),[e]),n.flags|=2048,Zc(9,uj.bind(null,n,i,r,t),void 0,null),r},useId:function(){var e=Aa(),t=Er.identifierPrefix;if(Xt){var r=Ya,n=Za;r=(n&~(1<<32-xa(n)-1)).toString(32)+r,t=":"+t+"R"+r,r=Kc++,0<\/script>",e=e.removeChild(e.firstChild)):typeof n.is=="string"?e=s.createElement(r,{is:n.is}):(e=s.createElement(r),r==="select"&&(s=e,n.multiple?s.multiple=!0:n.size&&(s.size=n.size))):e=s.createElementNS(e,r),e[Da]=t,e[Wc]=n,Dj(e,t,!1,!1),t.stateNode=e;e:{switch(s=Dy(r,n),r){case"dialog":Wt("cancel",e),Wt("close",e),a=n;break;case"iframe":case"object":case"embed":Wt("load",e),a=n;break;case"video":case"audio":for(a=0;a$s&&(t.flags|=128,n=!0,Dl(i,!1),t.lanes=4194304)}else{if(!n)if(e=Hf(s),e!==null){if(t.flags|=128,n=!0,r=e.updateQueue,r!==null&&(t.updateQueue=r,t.flags|=4),Dl(i,!0),i.tail===null&&i.tailMode==="hidden"&&!s.alternate&&!Xt)return Rr(t),null}else 2*ir()-i.renderingStartTime>$s&&r!==1073741824&&(t.flags|=128,n=!0,Dl(i,!1),t.lanes=4194304);i.isBackwards?(s.sibling=t.child,t.child=s):(r=i.last,r!==null?r.sibling=s:t.child=s,i.last=s)}return i.tail!==null?(t=i.tail,i.rendering=t,i.tail=t.sibling,i.renderingStartTime=ir(),t.sibling=null,r=Jt.current,Ht(Jt,n?r&1|2:r&1),t):(Rr(t),null);case 22:case 23:return _w(),n=t.memoizedState!==null,e!==null&&e.memoizedState!==null!==n&&(t.flags|=8192),n&&t.mode&1?En&1073741824&&(Rr(t),t.subtreeFlags&6&&(t.flags|=8192)):Rr(t),null;case 24:return null;case 25:return null}throw Error(ue(156,t.tag))}function _V(e,t){switch(bw(t),t.tag){case 1:return vn(t.type)&&Df(),e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 3:return Qs(),Gt(mn),Gt(Br),Tw(),e=t.flags,e&65536&&!(e&128)?(t.flags=e&-65537|128,t):null;case 5:return Cw(t),null;case 13:if(Gt(Jt),e=t.memoizedState,e!==null&&e.dehydrated!==null){if(t.alternate===null)throw Error(ue(340));Zs()}return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 19:return Gt(Jt),null;case 4:return Qs(),null;case 10:return Sw(t.type._context),null;case 22:case 23:return _w(),null;case 24:return null;default:return null}}var gd=!1,_r=!1,BV=typeof WeakSet=="function"?WeakSet:Set,Ne=null;function Ns(e,t){var r=e.ref;if(r!==null)if(typeof r=="function")try{r(null)}catch(n){rr(e,t,n)}else r.current=null}function lb(e,t,r){try{r()}catch(n){rr(e,t,n)}}var i9=!1;function VV(e,t){if(qy=Pf,e=H7(),gw(e)){if("selectionStart"in e)var r={start:e.selectionStart,end:e.selectionEnd};else e:{r=(r=e.ownerDocument)&&r.defaultView||window;var n=r.getSelection&&r.getSelection();if(n&&n.rangeCount!==0){r=n.anchorNode;var a=n.anchorOffset,i=n.focusNode;n=n.focusOffset;try{r.nodeType,i.nodeType}catch{r=null;break e}var s=0,h=-1,o=-1,u=0,p=0,m=e,g=null;t:for(;;){for(var y;m!==r||a!==0&&m.nodeType!==3||(h=s+a),m!==i||n!==0&&m.nodeType!==3||(o=s+n),m.nodeType===3&&(s+=m.nodeValue.length),(y=m.firstChild)!==null;)g=m,m=y;for(;;){if(m===e)break t;if(g===r&&++u===a&&(h=s),g===i&&++p===n&&(o=s),(y=m.nextSibling)!==null)break;m=g,g=m.parentNode}m=y}r=h===-1||o===-1?null:{start:h,end:o}}else r=null}r=r||{start:0,end:0}}else r=null;for(Gy={focusedElem:e,selectionRange:r},Pf=!1,Ne=t;Ne!==null;)if(t=Ne,e=t.child,(t.subtreeFlags&1028)!==0&&e!==null)e.return=t,Ne=e;else for(;Ne!==null;){t=Ne;try{var w=t.alternate;if(t.flags&1024)switch(t.tag){case 0:case 11:case 15:break;case 1:if(w!==null){var x=w.memoizedProps,j=w.memoizedState,b=t.stateNode,O=b.getSnapshotBeforeUpdate(t.elementType===t.type?x:va(t.type,x),j);b.__reactInternalSnapshotBeforeUpdate=O}break;case 3:var S=t.stateNode.containerInfo;S.nodeType===1?S.textContent="":S.nodeType===9&&S.documentElement&&S.removeChild(S.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(ue(163))}}catch(E){rr(t,t.return,E)}if(e=t.sibling,e!==null){e.return=t.return,Ne=e;break}Ne=t.return}return w=i9,i9=!1,w}function bc(e,t,r){var n=t.updateQueue;if(n=n!==null?n.lastEffect:null,n!==null){var a=n=n.next;do{if((a.tag&e)===e){var i=a.destroy;a.destroy=void 0,i!==void 0&&lb(t,r,i)}a=a.next}while(a!==n)}}function Fh(e,t){if(t=t.updateQueue,t=t!==null?t.lastEffect:null,t!==null){var r=t=t.next;do{if((r.tag&e)===e){var n=r.create;r.destroy=n()}r=r.next}while(r!==t)}}function cb(e){var t=e.ref;if(t!==null){var r=e.stateNode;switch(e.tag){case 5:e=r;break;default:e=r}typeof t=="function"?t(e):t.current=e}}function Rj(e){var t=e.alternate;t!==null&&(e.alternate=null,Rj(t)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(t=e.stateNode,t!==null&&(delete t[Da],delete t[Wc],delete t[Zy],delete t[SV],delete t[EV])),e.stateNode=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}function _j(e){return e.tag===5||e.tag===3||e.tag===4}function o9(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||_j(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;e.tag!==5&&e.tag!==6&&e.tag!==18;){if(e.flags&2||e.child===null||e.tag===4)continue e;e.child.return=e,e=e.child}if(!(e.flags&2))return e.stateNode}}function ub(e,t,r){var n=e.tag;if(n===5||n===6)e=e.stateNode,t?r.nodeType===8?r.parentNode.insertBefore(e,t):r.insertBefore(e,t):(r.nodeType===8?(t=r.parentNode,t.insertBefore(e,r)):(t=r,t.appendChild(e)),r=r._reactRootContainer,r!=null||t.onclick!==null||(t.onclick=Af));else if(n!==4&&(e=e.child,e!==null))for(ub(e,t,r),e=e.sibling;e!==null;)ub(e,t,r),e=e.sibling}function db(e,t,r){var n=e.tag;if(n===5||n===6)e=e.stateNode,t?r.insertBefore(e,t):r.appendChild(e);else if(n!==4&&(e=e.child,e!==null))for(db(e,t,r),e=e.sibling;e!==null;)db(e,t,r),e=e.sibling}var Cr=null,ga=!1;function bi(e,t,r){for(r=r.child;r!==null;)Bj(e,t,r),r=r.sibling}function Bj(e,t,r){if(Ra&&typeof Ra.onCommitFiberUnmount=="function")try{Ra.onCommitFiberUnmount(Oh,r)}catch{}switch(r.tag){case 5:_r||Ns(r,t);case 6:var n=Cr,a=ga;Cr=null,bi(e,t,r),Cr=n,ga=a,Cr!==null&&(ga?(e=Cr,r=r.stateNode,e.nodeType===8?e.parentNode.removeChild(r):e.removeChild(r)):Cr.removeChild(r.stateNode));break;case 18:Cr!==null&&(ga?(e=Cr,r=r.stateNode,e.nodeType===8?F2(e.parentNode,r):e.nodeType===1&&F2(e,r),_c(e)):F2(Cr,r.stateNode));break;case 4:n=Cr,a=ga,Cr=r.stateNode.containerInfo,ga=!0,bi(e,t,r),Cr=n,ga=a;break;case 0:case 11:case 14:case 15:if(!_r&&(n=r.updateQueue,n!==null&&(n=n.lastEffect,n!==null))){a=n=n.next;do{var i=a,s=i.destroy;i=i.tag,s!==void 0&&(i&2||i&4)&&lb(r,t,s),a=a.next}while(a!==n)}bi(e,t,r);break;case 1:if(!_r&&(Ns(r,t),n=r.stateNode,typeof n.componentWillUnmount=="function"))try{n.props=r.memoizedProps,n.state=r.memoizedState,n.componentWillUnmount()}catch(h){rr(r,t,h)}bi(e,t,r);break;case 21:bi(e,t,r);break;case 22:r.mode&1?(_r=(n=_r)||r.memoizedState!==null,bi(e,t,r),_r=n):bi(e,t,r);break;default:bi(e,t,r)}}function s9(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var r=e.stateNode;r===null&&(r=e.stateNode=new BV),t.forEach(function(n){var a=YV.bind(null,e,n);r.has(n)||(r.add(n),n.then(a,a))})}}function fa(e,t){var r=t.deletions;if(r!==null)for(var n=0;na&&(a=s),n&=~i}if(n=a,n=ir()-n,n=(120>n?120:480>n?480:1080>n?1080:1920>n?1920:3e3>n?3e3:4320>n?4320:1960*UV(n/1960))-n,10e?16:e,zi===null)var n=!1;else{if(e=zi,zi=null,Kf=0,Ot&6)throw Error(ue(331));var a=Ot;for(Ot|=4,Ne=e.current;Ne!==null;){var i=Ne,s=i.child;if(Ne.flags&16){var h=i.deletions;if(h!==null){for(var o=0;oir()-Lw?Fo(e,0):Iw|=r),gn(e,t)}function Xj(e,t){t===0&&(e.mode&1?(t=ld,ld<<=1,!(ld&130023424)&&(ld=4194304)):t=1);var r=Zr();e=ni(e,t),e!==null&&(fu(e,t,r),gn(e,r))}function ZV(e){var t=e.memoizedState,r=0;t!==null&&(r=t.retryLane),Xj(e,r)}function YV(e,t){var r=0;switch(e.tag){case 13:var n=e.stateNode,a=e.memoizedState;a!==null&&(r=a.retryLane);break;case 19:n=e.stateNode;break;default:throw Error(ue(314))}n!==null&&n.delete(t),Xj(e,r)}var Zj;Zj=function(e,t,r){if(e!==null)if(e.memoizedProps!==t.pendingProps||mn.current)hn=!0;else{if(!(e.lanes&r)&&!(t.flags&128))return hn=!1,LV(e,t,r);hn=!!(e.flags&131072)}else hn=!1,Xt&&t.flags&1048576&&$7(t,Rf,t.index);switch(t.lanes=0,t.tag){case 2:var n=t.type;Qd(e,t),e=t.pendingProps;var a=Xs(t,Br.current);Rs(t,r),a=Fw(null,t,n,e,a,r);var i=Pw();return t.flags|=1,typeof a=="object"&&a!==null&&typeof a.render=="function"&&a.$$typeof===void 0?(t.tag=1,t.memoizedState=null,t.updateQueue=null,vn(n)?(i=!0,If(t)):i=!1,t.memoizedState=a.state!==null&&a.state!==void 0?a.state:null,jw(t),a.updater=Nh,t.stateNode=a,a._reactInternals=t,tb(t,n,e,r),t=ab(null,t,n,!0,i,r)):(t.tag=0,Xt&&i&&yw(t),Gr(null,t,a,r),t=t.child),t;case 16:n=t.elementType;e:{switch(Qd(e,t),e=t.pendingProps,a=n._init,n=a(n._payload),t.type=n,a=t.tag=JV(n),e=va(n,e),a){case 0:t=nb(null,t,n,e,r);break e;case 1:t=r9(null,t,n,e,r);break e;case 11:t=e9(null,t,n,e,r);break e;case 14:t=t9(null,t,n,va(n.type,e),r);break e}throw Error(ue(306,n,""))}return t;case 0:return n=t.type,a=t.pendingProps,a=t.elementType===n?a:va(n,a),nb(e,t,n,a,r);case 1:return n=t.type,a=t.pendingProps,a=t.elementType===n?a:va(n,a),r9(e,t,n,a,r);case 3:e:{if(Mj(t),e===null)throw Error(ue(387));n=t.pendingProps,i=t.memoizedState,a=i.element,ij(e,t),Vf(t,n,null,r);var s=t.memoizedState;if(n=s.element,i.isDehydrated)if(i={element:n,isDehydrated:!1,cache:s.cache,pendingSuspenseBoundaries:s.pendingSuspenseBoundaries,transitions:s.transitions},t.updateQueue.baseState=i,t.memoizedState=i,t.flags&256){a=Js(Error(ue(423)),t),t=n9(e,t,n,r,a);break e}else if(n!==a){a=Js(Error(ue(424)),t),t=n9(e,t,n,r,a);break e}else for(Nn=Hi(t.stateNode.containerInfo.firstChild),zn=t,Xt=!0,ya=null,r=nj(t,null,n,r),t.child=r;r;)r.flags=r.flags&-3|4096,r=r.sibling;else{if(Zs(),n===a){t=ai(e,t,r);break e}Gr(e,t,n,r)}t=t.child}return t;case 5:return oj(t),e===null&&Jy(t),n=t.type,a=t.pendingProps,i=e!==null?e.memoizedProps:null,s=a.children,Ky(n,a)?s=null:i!==null&&Ky(n,i)&&(t.flags|=32),Pj(e,t),Gr(e,t,s,r),t.child;case 6:return e===null&&Jy(t),null;case 13:return zj(e,t,r);case 4:return kw(t,t.stateNode.containerInfo),n=t.pendingProps,e===null?t.child=Ys(t,null,n,r):Gr(e,t,n,r),t.child;case 11:return n=t.type,a=t.pendingProps,a=t.elementType===n?a:va(n,a),e9(e,t,n,a,r);case 7:return Gr(e,t,t.pendingProps,r),t.child;case 8:return Gr(e,t,t.pendingProps.children,r),t.child;case 12:return Gr(e,t,t.pendingProps.children,r),t.child;case 10:e:{if(n=t.type._context,a=t.pendingProps,i=t.memoizedProps,s=a.value,Ht(_f,n._currentValue),n._currentValue=s,i!==null)if(Ea(i.value,s)){if(i.children===a.children&&!mn.current){t=ai(e,t,r);break e}}else for(i=t.child,i!==null&&(i.return=t);i!==null;){var h=i.dependencies;if(h!==null){s=i.child;for(var o=h.firstContext;o!==null;){if(o.context===n){if(i.tag===1){o=Qa(-1,r&-r),o.tag=2;var u=i.updateQueue;if(u!==null){u=u.shared;var p=u.pending;p===null?o.next=o:(o.next=p.next,p.next=o),u.pending=o}}i.lanes|=r,o=i.alternate,o!==null&&(o.lanes|=r),$y(i.return,r,t),h.lanes|=r;break}o=o.next}}else if(i.tag===10)s=i.type===t.type?null:i.child;else if(i.tag===18){if(s=i.return,s===null)throw Error(ue(341));s.lanes|=r,h=s.alternate,h!==null&&(h.lanes|=r),$y(s,r,t),s=i.sibling}else s=i.child;if(s!==null)s.return=i;else for(s=i;s!==null;){if(s===t){s=null;break}if(i=s.sibling,i!==null){i.return=s.return,s=i;break}s=s.return}i=s}Gr(e,t,a.children,r),t=t.child}return t;case 9:return a=t.type,n=t.pendingProps.children,Rs(t,r),a=ra(a),n=n(a),t.flags|=1,Gr(e,t,n,r),t.child;case 14:return n=t.type,a=va(n,t.pendingProps),a=va(n.type,a),t9(e,t,n,a,r);case 15:return Nj(e,t,t.type,t.pendingProps,r);case 17:return n=t.type,a=t.pendingProps,a=t.elementType===n?a:va(n,a),Qd(e,t),t.tag=1,vn(n)?(e=!0,If(t)):e=!1,Rs(t,r),kj(t,n,a),tb(t,n,a,r),ab(null,t,n,!0,e,r);case 19:return Aj(e,t,r);case 22:return Fj(e,t,r)}throw Error(ue(156,t.tag))};function Yj(e,t){return S7(e,t)}function QV(e,t,r,n){this.tag=e,this.key=r,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=n,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Yn(e,t,r,n){return new QV(e,t,r,n)}function Vw(e){return e=e.prototype,!(!e||!e.isReactComponent)}function JV(e){if(typeof e=="function")return Vw(e)?1:0;if(e!=null){if(e=e.$$typeof,e===ow)return 11;if(e===sw)return 14}return 2}function Gi(e,t){var r=e.alternate;return r===null?(r=Yn(e.tag,t,e.key,e.mode),r.elementType=e.elementType,r.type=e.type,r.stateNode=e.stateNode,r.alternate=e,e.alternate=r):(r.pendingProps=t,r.type=e.type,r.flags=0,r.subtreeFlags=0,r.deletions=null),r.flags=e.flags&14680064,r.childLanes=e.childLanes,r.lanes=e.lanes,r.child=e.child,r.memoizedProps=e.memoizedProps,r.memoizedState=e.memoizedState,r.updateQueue=e.updateQueue,t=e.dependencies,r.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext},r.sibling=e.sibling,r.index=e.index,r.ref=e.ref,r}function ef(e,t,r,n,a,i){var s=2;if(n=e,typeof e=="function")Vw(e)&&(s=1);else if(typeof e=="string")s=5;else e:switch(e){case ws:return Po(r.children,a,i,t);case iw:s=8,a|=8;break;case jy:return e=Yn(12,r,t,a|2),e.elementType=jy,e.lanes=i,e;case ky:return e=Yn(13,r,t,a),e.elementType=ky,e.lanes=i,e;case Cy:return e=Yn(19,r,t,a),e.elementType=Cy,e.lanes=i,e;case o7:return Mh(r,a,i,t);default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case a7:s=10;break e;case i7:s=9;break e;case ow:s=11;break e;case sw:s=14;break e;case ki:s=16,n=null;break e}throw Error(ue(130,e==null?e:typeof e,""))}return t=Yn(s,r,t,a),t.elementType=e,t.type=n,t.lanes=i,t}function Po(e,t,r,n){return e=Yn(7,e,n,t),e.lanes=r,e}function Mh(e,t,r,n){return e=Yn(22,e,n,t),e.elementType=o7,e.lanes=r,e.stateNode={isHidden:!1},e}function R2(e,t,r){return e=Yn(6,e,null,t),e.lanes=r,e}function _2(e,t,r){return t=Yn(4,e.children!==null?e.children:[],e.key,t),t.lanes=r,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function $V(e,t,r,n,a){this.tag=t,this.containerInfo=e,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=b2(0),this.expirationTimes=b2(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=b2(0),this.identifierPrefix=n,this.onRecoverableError=a,this.mutableSourceEagerHydrationData=null}function Hw(e,t,r,n,a,i,s,h,o){return e=new $V(e,t,r,h,o),t===1?(t=1,i===!0&&(t|=8)):t=0,i=Yn(3,null,null,t),e.current=i,i.stateNode=e,i.memoizedState={element:n,isDehydrated:r,cache:null,transitions:null,pendingSuspenseBoundaries:null},jw(i),e}function eH(e,t,r){var n=3"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(ek)}catch(e){console.error(e)}}ek(),e7.exports=Rn;var tk=e7.exports,m9=tk;Sy.createRoot=m9.createRoot,Sy.hydrateRoot=m9.hydrateRoot;var rk={exports:{}};/*! For license information please see index.js.LICENSE.txt */(function(e,t){"use client";(function(r,n){e.exports=n(ht,tk)})(HE,function(r,n){return function(){var a={184:function(o,u){var p;(function(){var m={}.hasOwnProperty;function g(){for(var y=[],w=0;w"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}();return function(){var R,_=x(D);if(A){var K=x(this).constructor;R=Reflect.construct(_,arguments,K)}else R=_.apply(this,arguments);return function(V,C){if(C&&(m(C)==="object"||typeof C=="function"))return C;if(C!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return function(Y){if(Y===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Y}(V)}(this,R)}}function x(D){return x=Object.setPrototypeOf?Object.getPrototypeOf:function(A){return A.__proto__||Object.getPrototypeOf(A)},x(D)}var j=p(787),b=p(156),O=p(697),S=p(291).createFocusTrap,E=function(D){(function(V,C){if(typeof C!="function"&&C!==null)throw new TypeError("Super expression must either be null or a function");V.prototype=Object.create(C&&C.prototype,{constructor:{value:V,writable:!0,configurable:!0}}),Object.defineProperty(V,"prototype",{writable:!1}),C&&y(V,C)})(K,D);var A,R,_=w(K);function K(V){var C;(function(ve,ce){if(!(ve instanceof ce))throw new TypeError("Cannot call a class as a function")})(this,K),(C=_.call(this,V)).tailoredFocusTrapOptions={returnFocusOnDeactivate:!1},C.returnFocusOnDeactivate=!0;var Y=V.focusTrapOptions;for(var M in Y)Object.prototype.hasOwnProperty.call(Y,M)&&(M!=="returnFocusOnDeactivate"?M!=="onPostDeactivate"?C.tailoredFocusTrapOptions[M]=Y[M]:C.onPostDeactivate=Y[M]:C.returnFocusOnDeactivate=!!Y[M]);return C.focusTrapElements=V.containerElements||[],C.updatePreviousElement(),C}return A=K,(R=[{key:"getDocument",value:function(){return this.props.focusTrapOptions.document||(typeof document<"u"?document:void 0)}},{key:"getNodeForOption",value:function(V){var C=this.tailoredFocusTrapOptions[V];if(!C)return null;var Y,M=C;if(typeof C=="string"&&!(M=(Y=this.getDocument())===null||Y===void 0?void 0:Y.querySelector(C)))throw new Error("`".concat(V,"` refers to no known node"));if(typeof C=="function"&&!(M=C()))throw new Error("`".concat(V,"` did not return a node"));return M}},{key:"getReturnFocusNode",value:function(){var V=this.getNodeForOption("setReturnFocus");return V||this.previouslyFocusedElement}},{key:"updatePreviousElement",value:function(){var V=this.getDocument();V&&(this.previouslyFocusedElement=V.activeElement)}},{key:"deactivateTrap",value:function(){var V=this,C=this.tailoredFocusTrapOptions,Y=C.checkCanReturnFocus,M=C.preventScroll,ve=M!==void 0&&M;this.focusTrap&&this.focusTrap.deactivate({returnFocus:!1});var ce=function(){var J=V.getReturnFocusNode();J!=null&&J.focus&&V.returnFocusOnDeactivate&&J.focus({preventScroll:ve}),V.onPostDeactivate&&V.onPostDeactivate.call(null)};Y?Y(this.getReturnFocusNode()).then(ce,ce):ce()}},{key:"setupFocusTrap",value:function(){if(!this.focusTrap){var V=this.focusTrapElements.map(b.findDOMNode);V.some(Boolean)&&(this.focusTrap=this.props._createFocusTrap(V,this.tailoredFocusTrapOptions),this.props.active&&this.focusTrap.activate(),this.props.paused&&this.focusTrap.pause())}}},{key:"componentDidMount",value:function(){this.props.active&&this.setupFocusTrap()}},{key:"componentDidUpdate",value:function(V){if(this.focusTrap){V.containerElements!==this.props.containerElements&&this.focusTrap.updateContainerElements(this.props.containerElements);var C=!V.active&&this.props.active,Y=V.active&&!this.props.active,M=!V.paused&&this.props.paused,ve=V.paused&&!this.props.paused;if(C&&(this.updatePreviousElement(),this.focusTrap.activate()),Y)return void this.deactivateTrap();M&&this.focusTrap.pause(),ve&&this.focusTrap.unpause()}else V.containerElements!==this.props.containerElements&&(this.focusTrapElements=this.props.containerElements),this.props.active&&(this.updatePreviousElement(),this.setupFocusTrap())}},{key:"componentWillUnmount",value:function(){this.deactivateTrap()}},{key:"render",value:function(){var V=this,C=this.props.children?j.Children.only(this.props.children):void 0;if(C){if(C.type&&C.type===j.Fragment)throw new Error("A focus-trap cannot use a Fragment as its child container. Try replacing it with a
element.");return j.cloneElement(C,{ref:function(Y){var M=V.props.containerElements;C&&(typeof C.ref=="function"?C.ref(Y):C.ref&&(C.ref.current=Y)),V.focusTrapElements=M||[Y]}})}return null}}])&&g(A.prototype,R),Object.defineProperty(A,"prototype",{writable:!1}),K}(j.Component),F=typeof Element>"u"?Function:Element;E.propTypes={active:O.bool,paused:O.bool,focusTrapOptions:O.shape({document:O.object,onActivate:O.func,onPostActivate:O.func,checkCanFocusTrap:O.func,onDeactivate:O.func,onPostDeactivate:O.func,checkCanReturnFocus:O.func,initialFocus:O.oneOfType([O.instanceOf(F),O.string,O.func,O.bool]),fallbackFocus:O.oneOfType([O.instanceOf(F),O.string,O.func]),escapeDeactivates:O.oneOfType([O.bool,O.func]),clickOutsideDeactivates:O.oneOfType([O.bool,O.func]),returnFocusOnDeactivate:O.bool,setReturnFocus:O.oneOfType([O.instanceOf(F),O.string,O.func]),allowOutsideClick:O.oneOfType([O.bool,O.func]),preventScroll:O.bool}),containerElements:O.arrayOf(O.instanceOf(F)),children:O.oneOfType([O.element,O.instanceOf(F)])},E.defaultProps={active:!0,paused:!1,focusTrapOptions:{},_createFocusTrap:S},o.exports=E},291:function(o,u,p){p.r(u),p.d(u,{createFocusTrap:function(){return ce}});var m=["input","select","textarea","a[href]","button","[tabindex]","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable="false"])',"details>summary:first-of-type","details"],g=m.join(","),y=typeof Element>"u"?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,w=function(J,X,Q){var ee=Array.prototype.slice.apply(J.querySelectorAll(g));return X&&y.call(J,g)&&ee.unshift(J),ee=ee.filter(Q)},x=function(J){var X=parseInt(J.getAttribute("tabindex"),10);return isNaN(X)?function(Q){return Q.contentEditable==="true"}(J)?0:J.nodeName!=="AUDIO"&&J.nodeName!=="VIDEO"&&J.nodeName!=="DETAILS"||J.getAttribute("tabindex")!==null?J.tabIndex:0:X},j=function(J,X){return J.tabIndex===X.tabIndex?J.documentOrder-X.documentOrder:J.tabIndex-X.tabIndex},b=function(J){return J.tagName==="INPUT"},O=function(J){return function(X){return b(X)&&X.type==="radio"}(J)&&!function(X){if(!X.name)return!0;var Q,ee=X.form||X.ownerDocument,le=function(Ie){return ee.querySelectorAll('input[type="radio"][name="'+Ie+'"]')};if(typeof window<"u"&&window.CSS!==void 0&&typeof window.CSS.escape=="function")Q=le(window.CSS.escape(X.name));else try{Q=le(X.name)}catch(Ie){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",Ie.message),!1}var ae=function(Ie,et){for(var Le=0;Lesummary:first-of-type")?Q.parentElement:Q;if(y.call(le,"details:not([open]) *"))return!0;if(ee&&ee!=="full"){if(ee==="non-zero-area"){var ae=Q.getBoundingClientRect(),Ie=ae.width,et=ae.height;return Ie===0&&et===0}}else for(;Q;){if(getComputedStyle(Q).display==="none")return!0;Q=Q.parentElement}return!1}(X,J.displayCheck)||function(Q){return Q.tagName==="DETAILS"&&Array.prototype.slice.apply(Q.children).some(function(ee){return ee.tagName==="SUMMARY"})}(X)||function(Q){if(b(Q)||Q.tagName==="SELECT"||Q.tagName==="TEXTAREA"||Q.tagName==="BUTTON")for(var ee=Q.parentElement;ee;){if(ee.tagName==="FIELDSET"&&ee.disabled){for(var le=0;le0){var X=K[K.length-1];X!==J&&X.pause()}var Q=K.indexOf(J);Q===-1||K.splice(Q,1),K.push(J)},deactivateTrap:function(J){var X=K.indexOf(J);X!==-1&&K.splice(X,1),K.length>0&&K[K.length-1].unpause()}}),C=function(J){return setTimeout(J,0)},Y=function(J,X){var Q=-1;return J.every(function(ee,le){return!X(ee)||(Q=le,!1)}),Q},M=function(J){for(var X=arguments.length,Q=new Array(X>1?X-1:0),ee=1;ee1?Re-1:0),At=1;At0)return{container:xe,firstTabbableNode:At[0],lastTabbableNode:At[At.length-1]}}).filter(function(xe){return!!xe}),ae.tabbableGroups.length<=0&&!Le("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times")},it=function xe(be){be!==!1&&be!==ee.activeElement&&(be&&be.focus?(be.focus({preventScroll:!!le.preventScroll}),ae.mostRecentlyFocusedNode=be,function(Re){return Re.tagName&&Re.tagName.toLowerCase()==="input"&&typeof Re.select=="function"}(be)&&be.select()):xe(Pt()))},nn=function(xe){var be=Le("setReturnFocus",xe);return be||be!==!1&&xe},cr=function(xe){var be=ve(xe);et(be)||(M(le.clickOutsideDeactivates,xe)?Q.deactivate({returnFocus:le.returnFocusOnDeactivate&&!A(be)}):M(le.allowOutsideClick,xe)||xe.preventDefault())},ca=function(xe){var be=ve(xe),Re=et(be);Re||be instanceof Document?Re&&(ae.mostRecentlyFocusedNode=be):(xe.stopImmediatePropagation(),it(ae.mostRecentlyFocusedNode||Pt()))},Rt=function(xe){if(function(be){return be.key==="Escape"||be.key==="Esc"||be.keyCode===27}(xe)&&M(le.escapeDeactivates,xe)!==!1)return xe.preventDefault(),void Q.deactivate();(function(be){return be.key==="Tab"||be.keyCode===9})(xe)&&function(be){var Re=ve(be);Mt();var gt=null;if(ae.tabbableGroups.length>0){var At=Y(ae.tabbableGroups,function(on){return on.container.contains(Re)});if(At<0)gt=be.shiftKey?ae.tabbableGroups[ae.tabbableGroups.length-1].lastTabbableNode:ae.tabbableGroups[0].firstTabbableNode;else if(be.shiftKey){var Zt=Y(ae.tabbableGroups,function(on){var bn=on.firstTabbableNode;return Re===bn});if(Zt<0&&(ae.tabbableGroups[At].container===Re||A(Re)&&!F(Re))&&(Zt=At),Zt>=0){var di=Zt===0?ae.tabbableGroups.length-1:Zt-1;gt=ae.tabbableGroups[di].lastTabbableNode}}else{var an=Y(ae.tabbableGroups,function(on){var bn=on.lastTabbableNode;return Re===bn});if(an<0&&(ae.tabbableGroups[At].container===Re||A(Re)&&!F(Re))&&(an=At),an>=0){var ua=an===ae.tabbableGroups.length-1?0:an+1;gt=ae.tabbableGroups[ua].firstTabbableNode}}}else gt=Le("fallbackFocus");gt&&(be.preventDefault(),it(gt))}(xe)},yn=function(xe){if(!M(le.clickOutsideDeactivates,xe)){var be=ve(xe);et(be)||M(le.allowOutsideClick,xe)||(xe.preventDefault(),xe.stopImmediatePropagation())}},Te=function(){if(ae.active)return V.activateTrap(Q),ae.delayInitialFocusTimer=le.delayInitialFocus?C(function(){it(Pt())}):it(Pt()),ee.addEventListener("focusin",ca,!0),ee.addEventListener("mousedown",cr,{capture:!0,passive:!1}),ee.addEventListener("touchstart",cr,{capture:!0,passive:!1}),ee.addEventListener("click",yn,{capture:!0,passive:!1}),ee.addEventListener("keydown",Rt,{capture:!0,passive:!1}),Q},Ut=function(){if(ae.active)return ee.removeEventListener("focusin",ca,!0),ee.removeEventListener("mousedown",cr,!0),ee.removeEventListener("touchstart",cr,!0),ee.removeEventListener("click",yn,!0),ee.removeEventListener("keydown",Rt,!0),Q};return(Q={activate:function(xe){if(ae.active)return this;var be=Ie(xe,"onActivate"),Re=Ie(xe,"onPostActivate"),gt=Ie(xe,"checkCanFocusTrap");gt||Mt(),ae.active=!0,ae.paused=!1,ae.nodeFocusedBeforeActivation=ee.activeElement,be&&be();var At=function(){gt&&Mt(),Te(),Re&&Re()};return gt?(gt(ae.containers.concat()).then(At,At),this):(At(),this)},deactivate:function(xe){if(!ae.active)return this;clearTimeout(ae.delayInitialFocusTimer),ae.delayInitialFocusTimer=void 0,Ut(),ae.active=!1,ae.paused=!1,V.deactivateTrap(Q);var be=Ie(xe,"onDeactivate"),Re=Ie(xe,"onPostDeactivate"),gt=Ie(xe,"checkCanReturnFocus");be&&be();var At=Ie(xe,"returnFocus","returnFocusOnDeactivate"),Zt=function(){C(function(){At&&it(nn(ae.nodeFocusedBeforeActivation)),Re&&Re()})};return At&>?(gt(nn(ae.nodeFocusedBeforeActivation)).then(Zt,Zt),this):(Zt(),this)},pause:function(){return ae.paused||!ae.active||(ae.paused=!0,Ut()),this},unpause:function(){return ae.paused&&ae.active?(ae.paused=!1,Mt(),Te(),this):this},updateContainerElements:function(xe){var be=[].concat(xe).filter(Boolean);return ae.containers=be.map(function(Re){return typeof Re=="string"?ee.querySelector(Re):Re}),ae.active&&Mt(),this}}).updateContainerElements(J),Q}},703:function(o,u,p){var m=p(414);function g(){}function y(){}y.resetWarningCache=g,o.exports=function(){function w(b,O,S,E,F,D){if(D!==m){var A=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw A.name="Invariant Violation",A}}function x(){return w}w.isRequired=w;var j={array:w,bigint:w,bool:w,func:w,number:w,object:w,string:w,symbol:w,any:w,arrayOf:x,element:w,elementType:w,instanceOf:x,node:w,objectOf:x,oneOf:x,oneOfType:x,shape:x,exact:x,checkPropTypes:y,resetWarningCache:g};return j.PropTypes=j,j}},697:function(o,u,p){o.exports=p(703)()},414:function(o){o.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},787:function(o){o.exports=r},156:function(o){o.exports=n}},i={};function s(o){var u=i[o];if(u!==void 0)return u.exports;var p=i[o]={exports:{}};return a[o](p,p.exports,s),p.exports}s.n=function(o){var u=o&&o.__esModule?function(){return o.default}:function(){return o};return s.d(u,{a:u}),u},s.d=function(o,u){for(var p in u)s.o(u,p)&&!s.o(o,p)&&Object.defineProperty(o,p,{enumerable:!0,get:u[p]})},s.o=function(o,u){return Object.prototype.hasOwnProperty.call(o,u)},s.r=function(o){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(o,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(o,"__esModule",{value:!0})};var h={};return function(){s.r(h),s.d(h,{Accordion:function(){return b},Address:function(){return VR},Alert:function(){return w},Banner:function(){return D6},BannerButton:function(){return I6},BannerContent:function(){return L6},BannerFlag:function(){return R6},BannerGuidance:function(){return jv},BannerHeader:function(){return _6},BannerIcon:function(){return Cv},Breadcrumb:function(){return v_},BreadcrumbBar:function(){return m_},BreadcrumbLink:function(){return g_},Button:function(){return S},ButtonGroup:function(){return F},Card:function(){return u_},CardBody:function(){return h_},CardFooter:function(){return p_},CardGroup:function(){return c_},CardHeader:function(){return d_},CardMedia:function(){return f_},CharacterCount:function(){return BL},Checkbox:function(){return VL},Collection:function(){return kL},CollectionCalendarDate:function(){return DL},CollectionDescription:function(){return NL},CollectionHeading:function(){return TL},CollectionItem:function(){return CL},CollectionMeta:function(){return FL},CollectionMetaItem:function(){return PL},CollectionMetaItemTag:function(){return ML},CollectionThumbnail:function(){return zL},ComboBox:function(){return H6},DateInput:function(){return qL},DateInputGroup:function(){return GL},DatePicker:function(){return Xu},DateRangePicker:function(){return JL},ErrorMessage:function(){return $L},ExtendedNav:function(){return wR},Fieldset:function(){return eR},FileInput:function(){return aR},Footer:function(){return HR},FooterExtendedNavList:function(){return aO},FooterNav:function(){return WR},Form:function(){return tO},FormGroup:function(){return jl},GovBanner:function(){return jL},Grid:function(){return LL},GridContainer:function(){return IL},Header:function(){return xR},Icon:function(){return P},IconList:function(){return CR},IconListContent:function(){return TR},IconListIcon:function(){return NR},IconListItem:function(){return FR},IconListTitle:function(){return PR},Identifier:function(){return MR},IdentifierGov:function(){return zR},IdentifierIdentity:function(){return AR},IdentifierLink:function(){return DR},IdentifierLinkItem:function(){return IR},IdentifierLinks:function(){return LR},IdentifierLogo:function(){return RR},IdentifierLogos:function(){return _R},IdentifierMasthead:function(){return BR},InPageNavigation:function(){return C},InputGroup:function(){return iR},InputPrefix:function(){return oR},InputSuffix:function(){return sR},Label:function(){return os},LanguageSelector:function(){return uR},LanguageSelectorButton:function(){return ug},Link:function(){return _},Logo:function(){return qR},MediaBlockBody:function(){return M},MegaMenu:function(){return OR},Menu:function(){return rO},Modal:function(){return a_},ModalFooter:function(){return l_},ModalHeading:function(){return s_},ModalOpenLink:function(){return o_},ModalToggleButton:function(){return i_},NavCloseButton:function(){return Sg},NavDropDownButton:function(){return ER},NavList:function(){return fo},NavMenuButton:function(){return SR},Pagination:function(){return EL},PrimaryNav:function(){return jR},ProcessList:function(){return k_},ProcessListHeading:function(){return T_},ProcessListItem:function(){return C_},Radio:function(){return dR},RangeInput:function(){return fR},RequiredMarker:function(){return Wv},Search:function(){return O_},Select:function(){return hR},SideNav:function(){return Le},SiteAlert:function(){return N_},SocialLink:function(){return KR},SocialLinks:function(){return GR},StepIndicator:function(){return y_},StepIndicatorStep:function(){return b_},SummaryBox:function(){return S_},SummaryBoxContent:function(){return j_},SummaryBoxHeading:function(){return E_},Table:function(){return ce},Tag:function(){return X},TextInput:function(){return El},TextInputMask:function(){return pR},Textarea:function(){return V6},TimePicker:function(){return gR},Title:function(){return kR},Tooltip:function(){return et},ValidationChecklist:function(){return yR},ValidationItem:function(){return bR}});var o=s(787),u=s.n(o),p=s(184),m=s.n(p),g="src-components-Alert-Alert-module__alertWithCTA--Vr18x";function y(){return y=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const $=m()("usa-alert",{"usa-alert--success":l==="success","usa-alert--warning":l==="warning","usa-alert--error":l==="error","usa-alert--info":l==="info","usa-alert--slim":I,"usa-alert--no-icon":B,"usa-alert--validation":q,[g]:!!f},H),oe=d;return u().createElement("div",y({className:$,"data-testid":"alert"},Z),u().createElement("div",{className:"usa-alert__body"},c&&u().createElement(oe,{className:"usa-alert__heading"},c),T&&(q?T:u().createElement("p",{className:"usa-alert__text"},T))),f&&u().createElement("div",null,f))};function x(){return x=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const H=m()("usa-accordion__heading",T),q=m()("usa-accordion__content","usa-prose",T),Z=I;return u().createElement(u().Fragment,null,u().createElement(Z,{className:H},u().createElement("button",{type:"button",className:"usa-accordion__button","aria-expanded":f,"aria-controls":c,"data-testid":`accordionButton_${c}`,onClick:B},l)),u().createElement("div",{id:c,"data-testid":`accordionItem_${c}`,className:q,hidden:!f},d))},b=({bordered:l,items:c,className:d,multiselectable:f=!1})=>{const[T,I]=(0,o.useState)(c.filter(H=>!!H.expanded).map(H=>H.id)),B=m()("usa-accordion",{"usa-accordion--bordered":l},d);return u().createElement("div",{className:B,"data-testid":"accordion","data-allow-multiple":f||void 0},c.map((H,q)=>u().createElement(j,x({key:`accordionItem_${q}`},H,{expanded:T.indexOf(H.id)>-1,handleToggle:()=>{(Z=>{const $=[...T],oe=T.indexOf(Z),se=f;oe>-1?$.splice(oe,1):(se||$.splice(0,$.length),$.push(Z)),I($)})(H.id)}}))))};function O(){return O=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const se=m()("usa-button",{"usa-button--secondary":d,"usa-button--base":f,"usa-button--accent-cool":T==="cool","usa-button--accent-warm":T==="warm","usa-button--outline":I,"usa-button--inverse":B,"usa-button--big":H==="big","usa-button--unstyled":q},$);return u().createElement("button",O({type:l,className:se,onClick:Z,"data-testid":"button"},oe),c)};function E(){return E=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const T=m()("usa-button-group",{"usa-button-group--segmented":d=="segmented"},l);return u().createElement("ul",E({className:T},f),u().Children.map(c,I=>u().createElement("li",{className:"usa-button-group__item"},I)))};function D(){return D=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const $=m()("usa-in-page-nav",K.target,l),{className:oe,...se}=T||{},de=m()("usa-in-page-nav__nav",oe),{className:ge,...fe}=f||{},Fe=m()("main-content",ge),ye=d,je={"--margin-offset":B},[te,re]=(0,o.useState)(""),Ee=c.props.children.filter(ie=>ie.type==="h2"||ie.type==="h3"),ke=new IntersectionObserver(ie=>{ie.forEach(Oe=>{Oe.isIntersecting&&re(Oe.target.id)})},{root:null,rootMargin:I,threshold:[H]});return(0,o.useEffect)(()=>{document.querySelectorAll("h2,h3").forEach(ie=>ke.observe(ie))}),u().createElement("div",V({className:"usa-in-page-nav-container"},Z),u().createElement("aside",{className:$,"aria-label":q,"data-testid":"InPageNavigation"},u().createElement("nav",V({className:de},se),u().createElement(ye,{className:"usa-in-page-nav__heading",tabIndex:0},q),u().createElement("ul",{className:"usa-in-page-nav__list"},Ee.map(ie=>{const Oe=ie.props.children,_e=ie.props.id,rt=m()("usa-in-page-nav__item",{"usa-in-page-nav__item--sub-item":ie.type==="h3"}),yt=m()("usa-in-page-nav__link",{"usa-current":_e===te});return u().createElement("li",{key:`usa-in-page-nav__item_${Oe}`,className:rt},u().createElement(_,{href:`#${_e}`,className:yt},Oe))})))),u().createElement("main",V({id:"main-content",className:Fe},fe,{style:B?je:void 0}),c))};function Y(){return Y=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const f=m()("usa-media-block__body",c);return u().createElement("div",Y({className:f},d),l)};var ve="src-components-Table-Table-module__fixed--Eq00W";const ce=({bordered:l,caption:c,children:d,className:f,fullWidth:T,fixed:I,scrollable:B,striped:H,compact:q,stackedStyle:Z="none"})=>{const $=m()("usa-table",{"usa-table--borderless":!l,"width-full":T,[`${ve}`]:I,"usa-table--striped":H,"usa-table--compact":q,"usa-table--stacked":Z==="default","usa-table--stacked-header":Z==="headers"},f);q&&Z!=="none"&&console.warn("USWDS states that compact styling is not suitable for use with stacked variants. See USWDS Table component, Table variants for more information: https://designsystem.digital.gov/components/table");const oe=u().createElement("table",{className:$,"data-testid":"table"},c&&u().createElement("caption",null,c),d);return u().createElement(u().Fragment,null,B?u().createElement("div",{"data-testid":"scrollable-table-container",className:"usa-table-container--scrollable",tabIndex:0},oe):oe)};function J(){return J=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const T={};c&&(T.background=c);const I=m()("usa-tag",d);return u().createElement("span",J({"data-testid":"tag",className:I,style:{...T}},f),l)},Q=(l,c=window,d=document.documentElement)=>{const f=l.getBoundingClientRect();return f.top>=0&&f.left>=0&&f.bottom<=(c.innerHeight||d.clientHeight)&&f.right<=(c.innerWidth||d.clientWidth)},ee=(l,c)=>parseInt(window.getComputedStyle(l).getPropertyValue(c),10),le=(l,c,d)=>ee(d,`margin-${l}`)>0?c-ee(d,`margin-${l}`):c;function ae(){return ae=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const Et=le("top",Ce.offsetHeight,tt),Yt=le("left",Ce.offsetWidth,tt);Z("top"),fe({left:"50%",top:`-${Ie}px`,margin:`-${Et}px 0 0 -${Yt/2}px`})},re=(Ce,tt)=>{const Et=le("left",Ce.offsetWidth,tt);Z("bottom"),fe({left:"50%",margin:`${Ie}px 0 0 -${Et/2}px`})},Ee=(Ce,tt)=>{const Et=le("top",Ce.offsetHeight,tt);Z("right"),fe({top:"50%",left:`${tt.offsetLeft+tt.offsetWidth+Ie}px`,margin:`-${Et/2}px 0 0 0`})},ke=(Ce,tt)=>{const Et=le("top",Ce.offsetHeight,tt),Yt=le("left",tt.offsetLeft>Ce.offsetWidth?tt.offsetLeft-Ce.offsetWidth:Ce.offsetWidth,tt);Z("left"),fe({top:"50%",left:`-${Ie}px`,margin:`-${Et/2}px 0 0 ${tt.offsetLeft>Ce.offsetWidth?Yt:-Yt}px`})},ie=[te,re,Ee,ke],Oe=ie.length;(0,o.useEffect)(()=>{if(T&&c.current&&d.current){const Ce=c.current,tt=d.current;if(Q(tt))H(!0);else{const Et=$;EtYt+1),Et{if(T){if(c.current&&d.current){const Ce=c.current,tt=d.current;switch(Fe){case"top":te(tt,Ce);break;case"bottom":re(tt,Ce);break;case"right":Ee(tt,Ce);break;case"left":ke(tt,Ce)}}}else H(!1),de(!1),oe(0)},[T]);const _e=()=>{I(!0)},rt=()=>{I(!1)},yt=m()("usa-tooltip",ye),nt=m()("usa-tooltip__body",{"is-set":T,"usa-tooltip__body--top":q==="top","usa-tooltip__body--bottom":q==="bottom","usa-tooltip__body--right":q==="right","usa-tooltip__body--left":q==="left","is-visible":B,"usa-tooltip__body--wrap":T&&se});if(function(Ce){return"asCustom"in Ce}(l)){const{label:Ce,title:tt,asCustom:Et,children:Yt,...Ir}=l,we=Ir,Je=m()("usa-tooltip__trigger",je),tr=(0,o.createElement)(Et,{...we,ref:c,"data-testid":"triggerElement","aria-describedby":f.current,tabIndex:0,title:"",onMouseEnter:_e,onMouseOver:_e,onFocus:_e,onMouseLeave:rt,onBlur:rt,onKeyDown:rt,className:Je},Yt);return u().createElement("span",{"data-testid":"tooltipWrapper",className:yt},tr,u().createElement("span",{"data-testid":"tooltipBody",title:tt??(typeof Ce=="string"?Ce:void 0),id:f.current,ref:d,className:nt,role:"tooltip","aria-hidden":!T,style:ge},Ce))}{const{label:Ce,title:tt,children:Et,...Yt}=l,Ir=m()("usa-button","usa-tooltip__trigger",je);return u().createElement("span",{"data-testid":"tooltipWrapper",className:yt},u().createElement("button",ae({},Yt,{"data-testid":"triggerElement",ref:c,"aria-describedby":f.current,tabIndex:0,type:"button",className:Ir,title:"",onMouseEnter:_e,onMouseOver:_e,onFocus:_e,onMouseLeave:rt,onBlur:rt,onKeyDown:rt}),Et),u().createElement("span",{"data-testid":"tooltipBody",title:tt??(typeof Ce=="string"?Ce:void 0),id:f.current,ref:d,className:nt,role:"tooltip","aria-hidden":!T,style:ge},Ce))}}et.defaultProps={position:"top"};const Le=({items:l,isSubnav:c=!1})=>{const d=m()({"usa-sidenav":!c,"usa-sidenav__sublist":c});return u().createElement("ul",{className:d,"data-testid":"sidenav"},l.map((f,T)=>u().createElement("li",{key:`sidenav_item_${T}`,className:"usa-sidenav__item"},f)))};var Pt;function Mt(){return Mt=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Mt({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Pt||(Pt=o.createElement("path",{d:"M20.5 6c-2.61.7-5.67 1-8.5 1s-5.89-.3-8.5-1L3 8c1.86.5 4 .83 6 1v13h2v-6h2v6h2V9c2-.17 4.14-.5 6-1l-.5-2zM12 6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"})));var nn,cr,ca=(0,o.memo)(it);function Rt(){return Rt=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Rt({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),nn||(nn=o.createElement("circle",{cx:17,cy:4.54,r:2})),cr||(cr=o.createElement("path",{d:"M14 17h-2c0 1.65-1.35 3-3 3s-3-1.35-3-3 1.35-3 3-3v-2c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5zm3-3.5h-1.86l1.67-3.67C17.42 8.5 16.44 7 14.96 7h-5.2c-.81 0-1.54.47-1.87 1.2L7.22 10l1.92.53L9.79 9H12l-1.83 4.1c-.6 1.33.39 2.9 1.85 2.9H17v5h2v-5.5c0-1.1-.9-2-2-2z"})));var Te,Ut=(0,o.memo)(yn);function xe(){return xe=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",xe({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Te||(Te=o.createElement("path",{d:"M4 10h3v7H4zm6.5 0h3v7h-3zM2 19h20v3H2zm15-9h3v7h-3zm-5-9L2 6v2h20V6z"})));var Re,gt=(0,o.memo)(be);function At(){return At=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",At({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Re||(Re=o.createElement("path",{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 3c1.93 0 3.5 1.57 3.5 3.5S13.93 13 12 13s-3.5-1.57-3.5-3.5S10.07 6 12 6zm7 13H5v-.23c0-.62.28-1.2.76-1.58C7.47 15.82 9.64 15 12 15s4.53.82 6.24 2.19c.48.38.76.97.76 1.58V19z"})));var di,an=(0,o.memo)(Zt);function ua(){return ua=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",ua({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),di||(di=o.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 4c1.93 0 3.5 1.57 3.5 3.5S13.93 13 12 13s-3.5-1.57-3.5-3.5S10.07 6 12 6zm0 14c-2.03 0-4.43-.82-6.14-2.88a9.947 9.947 0 0 1 12.28 0C16.43 19.18 14.03 20 12 20z"})));var bn,Cu=(0,o.memo)(on);function Yo(){return Yo=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Yo({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),bn||(bn=o.createElement("path",{d:"M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"})));var Qo,Nu=(0,o.memo)(Tu);function fi(){return fi=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",fi({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Qo||(Qo=o.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"})));var Bn,hi=(0,o.memo)(Jo);function so(){return so=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",so({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Bn||(Bn=o.createElement("path",{d:"M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4V7zm-1-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})));var Fu,lo=(0,o.memo)(vl);function gl(){return gl=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",gl({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Fu||(Fu=o.createElement("path",{d:"m22 5.72-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72zM7.88 3.39 6.6 1.86 2 5.71l1.29 1.53 4.59-3.85zM12.5 8H11v6l4.75 2.85.75-1.23-4-2.37V8zM12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9a9 9 0 0 0 0-18zm0 16c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"})));var nr,pi=(0,o.memo)(u0);function yl(){return yl=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",yl({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),nr||(nr=o.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10h5v-2h-5c-4.34 0-8-3.66-8-8s3.66-8 8-8 8 3.66 8 8v1.43c0 .79-.71 1.57-1.5 1.57s-1.5-.78-1.5-1.57V12c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5c1.38 0 2.64-.56 3.54-1.47.65.89 1.77 1.47 2.96 1.47 1.97 0 3.5-1.6 3.5-3.57V12c0-5.52-4.48-10-10-10zm0 13c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"})));var $o,Mu=(0,o.memo)(Pu);function es(){return es=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",es({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),$o||($o=o.createElement("path",{d:"M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 9h-2V5h2v6zm0 4h-2v-2h2v2z"})));var bl,zu=(0,o.memo)(d0);function wl(){return wl=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",wl({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),bl||(bl=o.createElement("path",{d:"M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"})));var co,Au=(0,o.memo)(Vn);function ts(){return ts=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",ts({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),co||(co=o.createElement("path",{d:"m20 12-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"})));var xl,da=(0,o.memo)(Du);function rs(){return rs=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",rs({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),xl||(xl=o.createElement("path",{d:"m7 10 5 5 5-5z"})));var Ol,Lu=(0,o.memo)(Iu);function Sl(){return Sl=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Sl({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Ol||(Ol=o.createElement("path",{d:"m7 14 5-5 5 5z"})));var W,me=(0,o.memo)(ze);function Pe(){return Pe=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Pe({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),W||(W=o.createElement("path",{d:"m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"})));var ur,dr=(0,o.memo)(It);function br(){return br=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",br({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),ur||(ur=o.createElement("path",{d:"m4 12 1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"})));var mi,jr=(0,o.memo)(Hn);function ns(){return ns=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",ns({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),mi||(mi=o.createElement("path",{d:"m14 12-2 2-2-2 2-2 2 2zm-2-6 2.12 2.12 2.5-2.5L12 1 7.38 5.62l2.5 2.5L12 6zm-6 6 2.12-2.12-2.5-2.5L1 12l4.62 4.62 2.5-2.5L6 12zm12 0-2.12 2.12 2.5 2.5L23 12l-4.62-4.62-2.5 2.5L18 12zm-6 6-2.12-2.12-2.5 2.5L12 23l4.62-4.62-2.5-2.5L12 18z"})));var H4,nN=(0,o.memo)(Ru);function f0(){return f0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",f0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),H4||(H4=o.createElement("path",{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4z"})));var U4,iN=(0,o.memo)(aN);function h0(){return h0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",h0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),U4||(U4=o.createElement("path",{d:"M16.5 6v11.5c0 2.21-1.79 4-4 4s-4-1.79-4-4V5a2.5 2.5 0 0 1 5 0v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6H10v9.5a2.5 2.5 0 0 0 5 0V5c0-2.21-1.79-4-4-4S7 2.79 7 5v12.5c0 3.04 2.46 5.5 5.5 5.5s5.5-2.46 5.5-5.5V6h-1.5z"})));var W4,sN=(0,o.memo)(oN);function p0(){return p0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",p0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),W4||(W4=o.createElement("path",{d:"M11.8 10.9c-2.27-.59-3-1.2-3-2.15 0-1.09 1.01-1.85 2.7-1.85 1.78 0 2.44.85 2.5 2.1h2.21c-.07-1.72-1.12-3.3-3.21-3.81V3h-3v2.16c-1.94.42-3.5 1.68-3.5 3.61 0 2.31 1.91 3.46 4.7 4.13 2.5.6 3 1.48 3 2.41 0 .69-.49 1.79-2.7 1.79-2.06 0-2.87-.92-2.98-2.1h-2.2c.12 2.19 1.76 3.42 3.68 3.83V21h3v-2.15c1.95-.37 3.5-1.5 3.5-3.55 0-2.84-2.43-3.81-4.7-4.4z"})));var q4,cN=(0,o.memo)(lN);function m0(){return m0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",m0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),q4||(q4=o.createElement("path",{d:"M12 6v3l4-4-4-4v3c-4.42 0-8 3.58-8 8 0 1.57.46 3.03 1.24 4.26L6.7 14.8A5.87 5.87 0 0 1 6 12c0-3.31 2.69-6 6-6zm6.76 1.74L17.3 9.2c.44.84.7 1.79.7 2.8 0 3.31-2.69 6-6 6v-3l-4 4 4 4v-3c4.42 0 8-3.58 8-8 0-1.57-.46-3.03-1.24-4.26z"})));var G4,dN=(0,o.memo)(uN);function v0(){return v0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",v0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),G4||(G4=o.createElement("path",{d:"M20 8v12c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2V8c0-1.86 1.28-3.41 3-3.86V2h3v2h4V2h3v2.14c1.72.45 3 2 3 3.86zM6 12v2h10v2h2v-4H6z"})));var K4,X4,hN=(0,o.memo)(fN);function g0(){return g0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",g0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),K4||(K4=o.createElement("circle",{cx:7,cy:7,r:2})),X4||(X4=o.createElement("path",{d:"M20 13V4.83C20 3.27 18.73 2 17.17 2c-.75 0-1.47.3-2 .83l-1.25 1.25c-.16-.05-.33-.08-.51-.08-.4 0-.77.12-1.08.32l2.76 2.76c.2-.31.32-.68.32-1.08 0-.18-.03-.34-.07-.51l1.25-1.25a.828.828 0 0 1 1.41.59V13h-6.85c-.3-.21-.57-.45-.82-.72l-1.4-1.55c-.19-.21-.43-.38-.69-.5A2.251 2.251 0 0 0 5 12.25V13H2v6c0 1.1.9 2 2 2 0 .55.45 1 1 1h14c.55 0 1-.45 1-1 1.1 0 2-.9 2-2v-6h-2z"})));var Z4,mN=(0,o.memo)(pN);function y0(){return y0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",y0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Z4||(Z4=o.createElement("path",{d:"M17 10.13a33.86 33.86 0 0 1-10 0 1.92 1.92 0 0 1-1.51-1.46 10.42 10.42 0 0 1 0-4.84 1.92 1.92 0 0 1 1.57-1.46 33.86 33.86 0 0 1 10 0 1.9 1.9 0 0 1 1.56 1.46 10.16 10.16 0 0 1 0 4.84A1.9 1.9 0 0 1 17 10.13Zm4 12.12H7a5.25 5.25 0 0 1 0-10.5h10a3.25 3.25 0 0 1 0 6.5H7a1.25 1.25 0 0 1 0-2.5h10a.75.75 0 0 0 0-1.5H7a2.75 2.75 0 0 0 0 5.5h14a1.25 1.25 0 0 1 0 2.5Z"})));var Y4,gN=(0,o.memo)(vN);function b0(){return b0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",b0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Y4||(Y4=o.createElement("path",{d:"M17 3H7c-1.1 0-1.99.9-1.99 2L5 21l7-3 7 3V5c0-1.1-.9-2-2-2z"})));var Q4,bN=(0,o.memo)(yN);function w0(){return w0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",w0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Q4||(Q4=o.createElement("path",{d:"M20 8h-2.81a5.985 5.985 0 0 0-1.82-1.96L17 4.41 15.59 3l-2.17 2.17C12.96 5.06 12.49 5 12 5c-.49 0-.96.06-1.41.17L8.41 3 7 4.41l1.62 1.63C7.88 6.55 7.26 7.22 6.81 8H4v2h2.09c-.05.33-.09.66-.09 1v1H4v2h2v1c0 .34.04.67.09 1H4v2h2.81c1.04 1.79 2.97 3 5.19 3s4.15-1.21 5.19-3H20v-2h-2.09c.05-.33.09-.66.09-1v-1h2v-2h-2v-1c0-.34-.04-.67-.09-1H20V8zm-6 8h-4v-2h4v2zm0-4h-4v-2h4v2z"})));var J4,xN=(0,o.memo)(wN);function x0(){return x0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",x0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),J4||(J4=o.createElement("path",{d:"m22.7 19-9.1-9.1c.9-2.3.4-5-1.5-6.9-2-2-5-2.4-7.4-1.3L9 6 6 9 1.6 4.7C.4 7.1.9 10.1 2.9 12.1c1.9 1.9 4.6 2.4 6.9 1.5l9.1 9.1c.4.4 1 .4 1.4 0l2.3-2.3c.5-.4.5-1.1.1-1.4z"})));var $4,SN=(0,o.memo)(ON);function O0(){return O0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",O0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),$4||($4=o.createElement("path",{d:"M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"})));var ex,jN=(0,o.memo)(EN);function S0(){return S0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",S0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),ex||(ex=o.createElement("path",{d:"M18 11v2h4v-2h-4zm-2 6.61c.96.71 2.21 1.65 3.2 2.39.4-.53.8-1.07 1.2-1.6-.99-.74-2.24-1.68-3.2-2.4-.4.54-.8 1.08-1.2 1.61zM20.4 5.6c-.4-.53-.8-1.07-1.2-1.6-.99.74-2.24 1.68-3.2 2.4.4.53.8 1.07 1.2 1.6.96-.72 2.21-1.65 3.2-2.4zM4 9c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2h1v4h2v-4h1l5 3V6L8 9H4zm11.5 3c0-1.33-.58-2.53-1.5-3.35v6.69c.92-.81 1.5-2.01 1.5-3.34z"})));var tx,CN=(0,o.memo)(kN);function E0(){return E0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",E0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),tx||(tx=o.createElement("path",{fillRule:"evenodd",d:"m12 5 8 13h2v2H2v-2h2l8-13zm.05 8-2.69 5h5.38l-2.69-5zM5.5 3l-.018.024A2.5 2.5 0 0 0 7.498 7 2.5 2.5 0 1 1 5.5 3z"})));var rx,NN=(0,o.memo)(TN);function j0(){return j0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",j0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),rx||(rx=o.createElement("path",{d:"M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"})));var nx,PN=(0,o.memo)(FN);function k0(){return k0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",k0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),nx||(nx=o.createElement("path",{d:"M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM6 9h12v2H6V9zm8 5H6v-2h8v2zm4-6H6V6h12v2z"})));var ax,zN=(0,o.memo)(MN);function C0(){return C0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",C0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),ax||(ax=o.createElement("path",{d:"M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"})));var ix,DN=(0,o.memo)(AN);function T0(){return T0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",T0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),ix||(ix=o.createElement("path",{d:"M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"})));var ox,LN=(0,o.memo)(IN);function N0(){return N0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",N0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),ox||(ox=o.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"})));var sx,_N=(0,o.memo)(RN);function F0(){return F0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",F0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),sx||(sx=o.createElement("path",{d:"M16.59 7.58 10 14.17l-3.59-3.58L5 12l5 5 8-8zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})));var lx,VN=(0,o.memo)(BN);function P0(){return P0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",P0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),lx||(lx=o.createElement("path",{d:"M21.6 18.2 13 11.75v-.91a3.496 3.496 0 0 0-.18-6.75A3.51 3.51 0 0 0 8.5 7.5h2c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5c0 .84-.69 1.52-1.53 1.5-.54-.01-.97.45-.97.99v1.76L2.4 18.2c-.77.58-.36 1.8.6 1.8h18c.96 0 1.37-1.22.6-1.8zM6 18l6-4.5 6 4.5H6z"})));var cx,UN=(0,o.memo)(HN);function M0(){return M0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",M0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),cx||(cx=o.createElement("path",{d:"m16.99 5 .63 1.37 1.37.63-1.37.63L16.99 9l-.63-1.37L14.99 7l1.37-.63.63-1.37M11 6.13V4h2c.57 0 1.1.17 1.55.45l1.43-1.43A4.899 4.899 0 0 0 13 2H7.5v2H9v2.14A5.007 5.007 0 0 0 5.26 9.5h3.98L15 11.65v-.62a5 5 0 0 0-4-4.9zM1 22h4V11H1v11zm19-5h-7l-2.09-.73.33-.94L13 16h2.82c.65 0 1.18-.53 1.18-1.18 0-.49-.31-.93-.77-1.11L8.97 11H7v9.02L14 22l8-3c-.01-1.1-.89-2-2-2zm0-3c1.1 0 2-.9 2-2s-2-4-2-4-2 2.9-2 4 .9 2 2 2z"})));var ux,qN=(0,o.memo)(WN);function z0(){return z0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",z0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),ux||(ux=o.createElement("path",{d:"M15.7 2.37 15 2.3V4a3 3 0 0 1-6 0V2.3l-.7.07a7 7 0 0 0-6.3 7V20h3V10h1.5v12h11V10H19v10h3V9.33a7 7 0 0 0-6.3-6.96Z"})));var dx,KN=(0,o.memo)(GN);function A0(){return A0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",A0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),dx||(dx=o.createElement("path",{d:"M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"})));var fx,ZN=(0,o.memo)(XN);function D0(){return D0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",D0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),fx||(fx=o.createElement("path",{d:"M19 4H5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-8 7H9.5v-.5h-2v3h2V13H11v1c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1zm7 0h-1.5v-.5h-2v3h2V13H18v1c0 .55-.45 1-1 1h-3c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1z"})));var hx,QN=(0,o.memo)(YN);function I0(){return I0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",I0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),hx||(hx=o.createElement("path",{d:"M19.35 10.04A7.49 7.49 0 0 0 12 4C9.11 4 6.6 5.64 5.35 8.04A5.994 5.994 0 0 0 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96z"})));var px,$N=(0,o.memo)(JN);function L0(){return L0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",L0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),px||(px=o.createElement("path",{d:"M9.4 16.6 4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0 4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z"})));var mx,tF=(0,o.memo)(eF);function R0(){return R0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",R0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),mx||(mx=o.createElement("path",{d:"M21.99 4c0-1.1-.89-2-1.99-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4-.01-18zM18 14H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z"})));var vx,nF=(0,o.memo)(rF);function _0(){return _0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",_0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),vx||(vx=o.createElement("path",{d:"M11 14H9a9 9 0 0 1 9-9v2c-3.87 0-7 3.13-7 7zm7-3V9c-2.76 0-5 2.24-5 5h2c0-1.66 1.34-3 3-3zM7 4c0-1.11-.89-2-2-2s-2 .89-2 2 .89 2 2 2 2-.89 2-2zm4.45.5h-2A2.99 2.99 0 0 1 6.5 7h-3C2.67 7 2 7.67 2 8.5V11h6V8.74a4.97 4.97 0 0 0 3.45-4.24zM19 17c1.11 0 2-.89 2-2s-.89-2-2-2-2 .89-2 2 .89 2 2 2zm1.5 1h-3a2.99 2.99 0 0 1-2.95-2.5h-2A4.97 4.97 0 0 0 16 19.74V22h6v-2.5c0-.83-.67-1.5-1.5-1.5z"})));var gx,iF=(0,o.memo)(aF);function B0(){return B0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",B0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),gx||(gx=o.createElement("path",{d:"m13.783 15.172 2.121-2.121 5.996 5.996-2.121 2.121zM17.5 10c1.93 0 3.5-1.57 3.5-3.5 0-.58-.16-1.12-.41-1.6l-2.7 2.7-1.49-1.49 2.7-2.7c-.48-.25-1.02-.41-1.6-.41C15.57 3 14 4.57 14 6.5c0 .41.08.8.21 1.16l-1.85 1.85-1.78-1.78.71-.71-1.41-1.41L12 3.49a3 3 0 0 0-4.24 0L4.22 7.03l1.41 1.41H2.81l-.71.71 3.54 3.54.71-.71V9.15l1.41 1.41.71-.71 1.78 1.78-7.41 7.41 2.12 2.12L16.34 9.79c.36.13.75.21 1.16.21z"})));var yx,bx,sF=(0,o.memo)(oF);function V0(){return V0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",V0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),yx||(yx=o.createElement("circle",{cx:10.5,cy:4.5,r:1.5})),bx||(bx=o.createElement("path",{d:"M19.59 16h-1.27l-.64.71h-1.27L15.14 21h1.27l.64-.71h1.9l.64.71h1.27l-1.27-5zm-5.21-3.28L14 14.19l-3.8-1.26-.1-.16.52-3.13c.93 1.37 2.15 2.11 4.6 2.11v-1.5c-2.44 0-3.09-.77-3.9-2.39a2.65 2.65 0 0 0-3-1.59L3.75 7.41v3.38l-1.51-.5-.48 1.42 4.35 1.45L5 20.86l2 .28 1-7.34.38.13L10 16.3V21h2v-5.3l-.49-.7 2 .67-.37 1.27 1.91.57 1.24-4.19Zm-9.13-1.43v-2.7l1.57-.4-.49 3.46Z"})));var wx,cF=(0,o.memo)(lF);function H0(){return H0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",H0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),wx||(wx=o.createElement("path",{d:"M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zm-2 8c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm4 8H8v-.57c0-.81.48-1.53 1.22-1.85a6.95 6.95 0 0 1 5.56 0A2.01 2.01 0 0 1 16 17.43V18z"})));var xx,dF=(0,o.memo)(uF);function U0(){return U0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",U0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),xx||(xx=o.createElement("path",{d:"M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"})));var Ox,hF=(0,o.memo)(fF);function W0(){return W0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",W0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Ox||(Ox=o.createElement("path",{d:"M21.25 10.5c-.41 0-.75.34-.75.75h-1.54a6.978 6.978 0 0 0-1.52-3.65l1.09-1.09.01.01c.29.29.77.29 1.06 0s.29-.77 0-1.06L18.54 4.4a.754.754 0 0 0-1.06 0c-.29.29-.29.76-.01 1.05l-1.09 1.09a7.015 7.015 0 0 0-3.64-1.51V3.5h.01c.41 0 .75-.34.75-.75S13.16 2 12.75 2h-1.5c-.41 0-.75.34-.75.75s.33.74.74.75v1.55c-1.37.14-2.62.69-3.64 1.51L6.51 5.47l.01-.01c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0L4.4 5.46c-.29.29-.29.77 0 1.06.29.29.76.29 1.05.01l1.09 1.09a6.89 6.89 0 0 0-1.5 3.63H3.5c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.5c0 .41.34.75.75.75s.75-.34.75-.75h1.54c.15 1.37.69 2.61 1.5 3.63l-1.09 1.09a.742.742 0 0 0-1.05.01c-.29.29-.29.77 0 1.06l1.06 1.06c.29.29.77.29 1.06 0 .29-.29.29-.77 0-1.06l-.01-.01 1.09-1.09c1.02.82 2.26 1.36 3.63 1.51v1.55c-.41.01-.74.34-.74.75s.34.75.75.75h1.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-.01v-1.54c1.37-.14 2.62-.69 3.64-1.51l1.09 1.09c-.29.29-.28.76.01 1.05.29.29.77.29 1.06 0l1.06-1.06c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0l-.01.01-1.09-1.09a7.025 7.025 0 0 0 1.52-3.65h1.54c0 .41.34.75.75.75s.75-.34.75-.75v-1.5c.01-.4-.33-.74-.74-.74zM13.75 8c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM12 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-1.75-5c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM8.5 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm1.75 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm3.5 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm.75-4c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1z"})));var Sx,mF=(0,o.memo)(pF);function q0(){return q0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",q0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Sx||(Sx=o.createElement("path",{d:"M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4v-6h16v6zm0-10H4V6h16v2z"})));var Ex,jx,gF=(0,o.memo)(vF);function G0(){return G0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",G0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Ex||(Ex=o.createElement("path",{d:"M22 9 12 2 2 9h9v13h2V9z"})),jx||(jx=o.createElement("path",{d:"m4.14 12-1.96.37.82 4.37V22h2l.02-4H7v4h2v-6H4.9zm14.96 4H15v6h2v-4h1.98l.02 4h2v-5.26l.82-4.37-1.96-.37z"})));var kx,bF=(0,o.memo)(yF);function K0(){return K0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",K0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),kx||(kx=o.createElement("path",{d:"M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"})));var Cx,xF=(0,o.memo)(wF);function X0(){return X0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",X0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Cx||(Cx=o.createElement("path",{d:"M15 13V5c0-1.66-1.34-3-3-3S9 3.34 9 5v8c-1.21.91-2 2.37-2 4 0 2.76 2.24 5 5 5s5-2.24 5-5c0-1.63-.79-3.09-2-4zm-4-8c0-.55.45-1 1-1s1 .45 1 1h-1v1h1v2h-1v1h1v2h-2V5z"})));var Tx,SF=(0,o.memo)(OF);function Z0(){return Z0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Z0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Tx||(Tx=o.createElement("path",{d:"m21.41 10.59-7.99-8c-.78-.78-2.05-.78-2.83 0l-8.01 8c-.78.78-.78 2.05 0 2.83l8.01 8c.78.78 2.05.78 2.83 0l7.99-8c.79-.79.79-2.05 0-2.83zM13.5 14.5V12H10v3H8v-4c0-.55.45-1 1-1h4.5V7.5L17 11l-3.5 3.5z"})));var Nx,jF=(0,o.memo)(EF);function Y0(){return Y0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Y0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Nx||(Nx=o.createElement("path",{d:"M15.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM5 12c-2.8 0-5 2.2-5 5s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5zm0 8.5c-1.9 0-3.5-1.6-3.5-3.5s1.6-3.5 3.5-3.5 3.5 1.6 3.5 3.5-1.6 3.5-3.5 3.5zm5.8-10 2.4-2.4.8.8c1.3 1.3 3 2.1 5.1 2.1V9c-1.5 0-2.7-.6-3.6-1.5l-1.9-1.9c-.5-.4-1-.6-1.6-.6s-1.1.2-1.4.6L7.8 8.4c-.4.4-.6.9-.6 1.4 0 .6.2 1.1.6 1.4L11 14v5h2v-6.2l-2.2-2.3zM19 12c-2.8 0-5 2.2-5 5s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5zm0 8.5c-1.9 0-3.5-1.6-3.5-3.5s1.6-3.5 3.5-3.5 3.5 1.6 3.5 3.5-1.6 3.5-3.5 3.5z"})));var Fx,CF=(0,o.memo)(kF);function Q0(){return Q0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Q0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Fx||(Fx=o.createElement("path",{d:"M4 16c0 .88.39 1.67 1 2.22V20c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h8v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1.78c.61-.55 1-1.34 1-2.22V6c0-3.5-3.58-4-8-4s-8 .5-8 4v10zm3.5 1c-.83 0-1.5-.67-1.5-1.5S6.67 14 7.5 14s1.5.67 1.5 1.5S8.33 17 7.5 17zm9 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm1.5-6H6V6h12v5z"})));var Px,NF=(0,o.memo)(TF);function J0(){return J0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",J0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Px||(Px=o.createElement("path",{d:"M18.92 6.01C18.72 5.42 18.16 5 17.5 5h-11c-.66 0-1.21.42-1.42 1.01L3 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.5 16c-.83 0-1.5-.67-1.5-1.5S5.67 13 6.5 13s1.5.67 1.5 1.5S7.33 16 6.5 16zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 11l1.5-4.5h11L19 11H5z"})));var Mx,PF=(0,o.memo)(FF);function $0(){return $0=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",$0({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Mx||(Mx=o.createElement("path",{d:"M13.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM9.8 8.9 7 23h2.1l1.8-8 2.1 2v6h2v-7.5l-2.1-2 .6-3C14.8 12 16.8 13 19 13v-2c-1.9 0-3.5-1-4.3-2.4l-1-1.6c-.4-.6-1-1-1.7-1-.3 0-.5.1-.8.1L6 8.3V13h2V9.6l1.8-.7"})));var zx,zF=(0,o.memo)(MF);function ep(){return ep=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",ep({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),zx||(zx=o.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8 0-1.85.63-3.55 1.69-4.9L16.9 18.31A7.902 7.902 0 0 1 12 20zm6.31-3.1L7.1 5.69A7.902 7.902 0 0 1 12 4c4.42 0 8 3.58 8 8 0 1.85-.63 3.55-1.69 4.9z"})));var Ax,DF=(0,o.memo)(AF);function tp(){return tp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",tp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Ax||(Ax=o.createElement("path",{d:"m13 10.17-2.5-2.5V2.25a1.25 1.25 0 0 1 2.5 0v7.92zm7 2.58v-7.5a1.25 1.25 0 0 0-2.5 0V11h-1V3.25a1.25 1.25 0 0 0-2.5 0v7.92l6 6v-4.42zM9.5 4.25C9.5 3.56 8.94 3 8.25 3c-.67 0-1.2.53-1.24 1.18L9.5 6.67V4.25zm3.5 5.92-2.5-2.5V2.25a1.25 1.25 0 0 1 2.5 0v7.92zm7 2.58v-7.5a1.25 1.25 0 0 0-2.5 0V11h-1V3.25a1.25 1.25 0 0 0-2.5 0v7.92l6 6v-4.42zM9.5 4.25C9.5 3.56 8.94 3 8.25 3c-.67 0-1.2.53-1.24 1.18L9.5 6.67V4.25zm11.69 16.94L2.81 2.81 1.39 4.22l5.63 5.63L7 9.83v4.3c-1.11-.64-2.58-1.47-2.6-1.48-.17-.09-.34-.14-.54-.14-.26 0-.5.09-.7.26-.04.01-1.16 1.11-1.16 1.11l6.8 7.18c.57.6 1.35.94 2.18.94H17c.62 0 1.18-.19 1.65-.52l-.02-.02 1.15 1.15 1.41-1.42z"})));var Dx,LF=(0,o.memo)(IF);function rp(){return rp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",rp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Dx||(Dx=o.createElement("path",{d:"M20 9H4v2h16V9zM4 15h16v-2H4v2z"})));var Ix,Lx,_F=(0,o.memo)(RF);function np(){return np=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",np({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Ix||(Ix=o.createElement("path",{fill:"none",d:"M0 0h24v24H0z"})),Lx||(Lx=o.createElement("path",{d:"M6.05 8.05a7.001 7.001 0 0 0-.02 9.88c1.47-3.4 4.09-6.24 7.36-7.93A15.952 15.952 0 0 0 8 19.32c2.6 1.23 5.8.78 7.95-1.37C19.43 14.47 20 4 20 4S9.53 4.57 6.05 8.05z"})));var Rx,VF=(0,o.memo)(BF);function ap(){return ap=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",ap({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Rx||(Rx=o.createElement("path",{d:"M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04a.996.996 0 0 0 0-1.41l-2.34-2.34a.996.996 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"})));var _x,Bx,UF=(0,o.memo)(HF);function ip(){return ip=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",ip({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),_x||(_x=o.createElement("path",{d:"M21 14c0-.55-.45-1-1-1h-2v2h2c.55 0 1-.45 1-1zm-1 3h-2v2h2c.55 0 1-.45 1-1s-.45-1-1-1zm-8-3h-2v4h2c0 1.1.9 2 2 2h3v-8h-3c-1.1 0-2 .9-2 2z"})),Bx||(Bx=o.createElement("path",{d:"M5 13c0-1.1.9-2 2-2h1.5c1.93 0 3.5-1.57 3.5-3.5S10.43 4 8.5 4H5c-.55 0-1 .45-1 1s.45 1 1 1h3.5c.83 0 1.5.67 1.5 1.5S9.33 9 8.5 9H7c-2.21 0-4 1.79-4 4s1.79 4 4 4h2v-2H7c-1.1 0-2-.9-2-2z"})));var Vx,qF=(0,o.memo)(WF);function op(){return op=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",op({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Vx||(Vx=o.createElement("path",{d:"M19 5h-2V3H7v2H5c-1.1 0-2 .9-2 2v1c0 2.55 1.92 4.63 4.39 4.94A5.01 5.01 0 0 0 11 15.9V19H7v2h10v-2h-4v-3.1a5.01 5.01 0 0 0 3.61-2.96C19.08 12.63 21 10.55 21 8V7c0-1.1-.9-2-2-2zM5 8V7h2v3.82C5.84 10.4 5 9.3 5 8zm14 0c0 1.3-.84 2.4-2 2.82V7h2v1z"})));var Hx,KF=(0,o.memo)(GF);function sp(){return sp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",sp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Hx||(Hx=o.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"})));var Ux,ZF=(0,o.memo)(XF);function lp(){return lp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",lp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Ux||(Ux=o.createElement("path",{d:"M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})));var Wx,QF=(0,o.memo)(YF);function cp(){return cp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",cp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Wx||(Wx=o.createElement("path",{d:"M17 12h-5v5h5v-5zM16 1v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-1V1h-2zm3 18H5V8h14v11z"})));var qx,$F=(0,o.memo)(JF);function up(){return up=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",up({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),qx||(qx=o.createElement("path",{d:"m12 8-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"})));var Gx,tP=(0,o.memo)(eP);function dp(){return dp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",dp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Gx||(Gx=o.createElement("path",{d:"M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z"})));var Kx,Xx,nP=(0,o.memo)(rP);function fp(){return fp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",fp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Kx||(Kx=o.createElement("path",{fill:"none",d:"M0 0h24v24H0z"})),Xx||(Xx=o.createElement("path",{d:"M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12c0 4.84 3.44 8.87 8 9.8V15H8v-3h2V9.5C10 7.57 11.57 6 13.5 6H16v3h-2c-.55 0-1 .45-1 1v2h3v3h-3v6.95c5.05-.5 9-4.76 9-9.95z"})));var Zx,iP=(0,o.memo)(aP);function hp(){return hp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",hp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Zx||(Zx=o.createElement("path",{d:"m4 18 8.5-6L4 6v12zm9-12v12l8.5-6L13 6z"})));var Yx,sP=(0,o.memo)(oP);function pp(){return pp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",pp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Yx||(Yx=o.createElement("path",{d:"M11 18V6l-8.5 6 8.5 6zm.5-6 8.5 6V6l-8.5 6z"})));var Qx,cP=(0,o.memo)(lP);function mp(){return mp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",mp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Qx||(Qx=o.createElement("path",{d:"m12 21.35-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"})));var Jx,dP=(0,o.memo)(uP);function vp(){return vp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",vp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Jx||(Jx=o.createElement("path",{d:"M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"})));var $x,hP=(0,o.memo)(fP);function gp(){return gp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",gp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),$x||($x=o.createElement("path",{d:"M19 9h-1V4H8v16h14v-8c0-1.66-1.34-3-3-3zm-9-3h6v3h-6V6zm4 11h-4v-5h4v5zm2 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm3 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM4.5 8A2.5 2.5 0 0 0 2 10.5v8a2.5 2.5 0 0 0 5 0v-8A2.5 2.5 0 0 0 4.5 8z"})));var e5,mP=(0,o.memo)(pP);function yp(){return yp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",yp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),e5||(e5=o.createElement("path",{d:"M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"})));var t5,gP=(0,o.memo)(vP);function bp(){return bp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",bp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),t5||(t5=o.createElement("path",{d:"M15 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V7l-5-5zM6 20V4h8v4h4v12H6zm10-10v5c0 2.21-1.79 4-4 4s-4-1.79-4-4V8.5a2.5 2.5 0 0 1 2.76-2.49c1.3.13 2.24 1.32 2.24 2.63V15h-2V8.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5V15c0 1.1.9 2 2 2s2-.9 2-2v-5h2z"})));var r5,bP=(0,o.memo)(yP);function wp(){return wp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",wp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),r5||(r5=o.createElement("path",{d:"M9 16h6v-6h4l-7-7-7 7h4zm-4 2h14v2H5z"})));var n5,xP=(0,o.memo)(wP);function xp(){return xp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",xp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),n5||(n5=o.createElement("path",{d:"M4.25 5.61C6.27 8.2 10 13 10 13v6c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-6s3.72-4.8 5.74-7.39A.998.998 0 0 0 18.95 4H5.04c-.83 0-1.3.95-.79 1.61z"})));var a5,SP=(0,o.memo)(OP);function Op(){return Op=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Op({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),a5||(a5=o.createElement("path",{d:"M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"})));var i5,jP=(0,o.memo)(EP);function Sp(){return Sp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Sp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),i5||(i5=o.createElement("path",{d:"M17.81 4.47c-.08 0-.16-.02-.23-.06C15.66 3.42 14 3 12.01 3c-1.98 0-3.86.47-5.57 1.41-.24.13-.54.04-.68-.2a.506.506 0 0 1 .2-.68C7.82 2.52 9.86 2 12.01 2c2.13 0 3.99.47 6.03 1.52.25.13.34.43.21.67a.49.49 0 0 1-.44.28zM3.5 9.72a.499.499 0 0 1-.41-.79c.99-1.4 2.25-2.5 3.75-3.27C9.98 4.04 14 4.03 17.15 5.65c1.5.77 2.76 1.86 3.75 3.25a.5.5 0 0 1-.12.7c-.23.16-.54.11-.7-.12a9.388 9.388 0 0 0-3.39-2.94c-2.87-1.47-6.54-1.47-9.4.01-1.36.7-2.5 1.7-3.4 2.96-.08.14-.23.21-.39.21zm6.25 12.07a.47.47 0 0 1-.35-.15c-.87-.87-1.34-1.43-2.01-2.64-.69-1.23-1.05-2.73-1.05-4.34 0-2.97 2.54-5.39 5.66-5.39s5.66 2.42 5.66 5.39c0 .28-.22.5-.5.5s-.5-.22-.5-.5c0-2.42-2.09-4.39-4.66-4.39-2.57 0-4.66 1.97-4.66 4.39 0 1.44.32 2.77.93 3.85.64 1.15 1.08 1.64 1.85 2.42.19.2.19.51 0 .71-.11.1-.24.15-.37.15zm7.17-1.85c-1.19 0-2.24-.3-3.1-.89-1.49-1.01-2.38-2.65-2.38-4.39 0-.28.22-.5.5-.5s.5.22.5.5c0 1.41.72 2.74 1.94 3.56.71.48 1.54.71 2.54.71.24 0 .64-.03 1.04-.1.27-.05.53.13.58.41.05.27-.13.53-.41.58-.57.11-1.07.12-1.21.12zM14.91 22c-.04 0-.09-.01-.13-.02-1.59-.44-2.63-1.03-3.72-2.1a7.297 7.297 0 0 1-2.17-5.22c0-1.62 1.38-2.94 3.08-2.94 1.7 0 3.08 1.32 3.08 2.94 0 1.07.93 1.94 2.08 1.94s2.08-.87 2.08-1.94c0-3.77-3.25-6.83-7.25-6.83-2.84 0-5.44 1.58-6.61 4.03-.39.81-.59 1.76-.59 2.8 0 .78.07 2.01.67 3.61.1.26-.03.55-.29.64-.26.1-.55-.04-.64-.29a11.14 11.14 0 0 1-.73-3.96c0-1.2.23-2.29.68-3.24 1.33-2.79 4.28-4.6 7.51-4.6 4.55 0 8.25 3.51 8.25 7.83 0 1.62-1.38 2.94-3.08 2.94s-3.08-1.32-3.08-2.94c0-1.07-.93-1.94-2.08-1.94s-2.08.87-2.08 1.94c0 1.71.66 3.31 1.87 4.51.95.94 1.86 1.46 3.27 1.85.27.07.42.35.35.61-.05.23-.26.38-.47.38z"})));var o5,CP=(0,o.memo)(kP);function Ep(){return Ep=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Ep({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),o5||(o5=o.createElement("path",{d:"M18.41 16.59 13.82 12l4.59-4.59L17 6l-6 6 6 6zM6 6h2v12H6z"})));var s5,NP=(0,o.memo)(TP);function jp(){return jp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",jp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),s5||(s5=o.createElement("path",{d:"M14.4 6 14 4H5v17h2v-7h5.6l.4 2h7V6z"})));var l5,PP=(0,o.memo)(FP);function kp(){return kp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",kp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),l5||(l5=o.createElement("path",{d:"M6.459 17a4.444 4.444 0 0 1-4.116-2.768 4.541 4.541 0 0 1 .954-4.909 4.405 4.405 0 0 1 4.845-.982 4.5 4.5 0 0 1 2.747 4.159 4.514 4.514 0 0 1-1.292 3.181A4.403 4.403 0 0 1 6.459 17Zm11.111 0a4.444 4.444 0 0 1-4.116-2.768 4.541 4.541 0 0 1 .954-4.909 4.405 4.405 0 0 1 4.845-.982A4.5 4.5 0 0 1 22 12.5a4.514 4.514 0 0 1-1.292 3.181A4.403 4.403 0 0 1 17.57 17Z"})));var c5,zP=(0,o.memo)(MP);function Cp(){return Cp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Cp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),c5||(c5=o.createElement("path",{d:"M21 16v-2l-8-5V3.5c0-.83-.67-1.5-1.5-1.5S10 2.67 10 3.5V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5l8 2.5z"})));var u5,DP=(0,o.memo)(AP);function Tp(){return Tp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Tp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),u5||(u5=o.createElement("path",{d:"M17 18.16a6 6 0 0 0-2.95.8 4.08 4.08 0 0 1-2.05.6 3.81 3.81 0 0 1-2-.56 5.84 5.84 0 0 0-5.9 0 4.05 4.05 0 0 1-2 .6v2a6 6 0 0 0 3-.8 4.05 4.05 0 0 1 1.9-.69 3.87 3.87 0 0 1 2.05.6 5.84 5.84 0 0 0 5.9 0 4.08 4.08 0 0 1 2.05-.6 3.81 3.81 0 0 1 2.05.6 5.9 5.9 0 0 0 2.95.8v-2a3.81 3.81 0 0 1-2-.51 6 6 0 0 0-3-.84Zm3-3.65a6.8 6.8 0 0 0-2-.71V10h3l-9-7-9 7h3v3.8a6.8 6.8 0 0 0-1.95.71 4.15 4.15 0 0 1-2 .6v1.95a6.07 6.07 0 0 0 3-.8 3.8 3.8 0 0 1 4.1 0 5.87 5.87 0 0 0 2.95.8 6 6 0 0 0 2.95-.8 3.8 3.8 0 0 1 4.1 0 5.9 5.9 0 0 0 2.95.8v-1.95a3.81 3.81 0 0 1-2.1-.6Zm-9.95 0V11h4v3.54a4.19 4.19 0 0 1-2 .57 3.8 3.8 0 0 1-2.05-.57Z"})));var d5,LP=(0,o.memo)(IP);function Np(){return Np=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Np({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),d5||(d5=o.createElement("path",{d:"M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z"})));var f5,_P=(0,o.memo)(RP);function Fp(){return Fp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Fp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),f5||(f5=o.createElement("path",{d:"M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 12H4V8h16v10z"})));var h5,VP=(0,o.memo)(BP);function Pp(){return Pp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Pp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),h5||(h5=o.createElement("path",{d:"M6 17h3l2-4V7H5v6h3zm8 0h3l2-4V7h-6v6h3z"})));var p5,UP=(0,o.memo)(HP);function Mp(){return Mp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Mp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),p5||(p5=o.createElement("path",{d:"M9 4v3h5v12h3V7h5V4H9zm-6 8h3v7h3v-7h3V9H3v3z"})));var m5,qP=(0,o.memo)(WP);function zp(){return zp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",zp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),m5||(m5=o.createElement("path",{d:"M21 6h-2v9H6v2c0 .55.45 1 1 1h11l4 4V7c0-.55-.45-1-1-1zm-4 6V3c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v14l4-4h10c.55 0 1-.45 1-1z"})));var v5,KP=(0,o.memo)(GP);function Ap(){return Ap=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Ap({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),v5||(v5=o.createElement("path",{fillRule:"evenodd",d:"M12 2a10 10 0 0 0-3.16 19.49c.5.09.68-.22.68-.48v-1.7C6.73 19.91 6.14 18 6.14 18A2.69 2.69 0 0 0 5 16.5c-.91-.62.07-.61.07-.61a2.13 2.13 0 0 1 1.53 1 2.14 2.14 0 0 0 2.91.83 2.16 2.16 0 0 1 .63-1.34c-2.14-.21-4.52-1.07-4.52-4.9a3.89 3.89 0 0 1 1-2.69 3.57 3.57 0 0 1 .1-2.64s.84-.27 2.75 1a9.63 9.63 0 0 1 5 0c1.91-1.29 2.75-1 2.75-1a3.57 3.57 0 0 1 .1 2.64 3.89 3.89 0 0 1 1 2.69c0 3.84-2.34 4.68-4.57 4.93a2.39 2.39 0 0 1 .68 1.85v2.75c0 .33.18.58.69.48A10 10 0 0 0 12 2Z"})));var g5,ZP=(0,o.memo)(XP);function Dp(){return Dp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Dp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),g5||(g5=o.createElement("path",{fillRule:"evenodd",d:"M3 3v8h8V3H3zm6 6H5V5h4v4zm-6 4v8h8v-8H3zm6 6H5v-4h4v4zm4-16v8h8V3h-8zm6 6h-4V5h4v4zm-6 4v8h8v-8h-8zm6 6h-4v-4h4v4z"})));var y5,QP=(0,o.memo)(YP);function Ip(){return Ip=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Ip({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),y5||(y5=o.createElement("path",{d:"M22 9V7h-2v2h-2v2h2v2h2v-2h2V9zM8 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 1c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm4.51-8.95C13.43 5.11 14 6.49 14 8s-.57 2.89-1.49 3.95C14.47 11.7 16 10.04 16 8s-1.53-3.7-3.49-3.95zm4.02 9.78C17.42 14.66 18 15.7 18 17v3h2v-3c0-1.45-1.59-2.51-3.47-3.17z"})));var b5,$P=(0,o.memo)(JP);function Lp(){return Lp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Lp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),b5||(b5=o.createElement("path",{d:"M12 12.75c1.63 0 3.07.39 4.24.9 1.08.48 1.76 1.56 1.76 2.73V18H6v-1.61c0-1.18.68-2.26 1.76-2.73 1.17-.52 2.61-.91 4.24-.91zM4 13c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm1.13 1.1c-.37-.06-.74-.1-1.13-.1-.99 0-1.93.21-2.78.58A2.01 2.01 0 0 0 0 16.43V18h4.5v-1.61c0-.83.23-1.61.63-2.29zM20 13c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm4 3.43c0-.81-.48-1.53-1.22-1.85A6.95 6.95 0 0 0 20 14c-.39 0-.76.04-1.13.1.4.68.63 1.46.63 2.29V18H24v-1.57zM12 6c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3z"})));var w5,tM=(0,o.memo)(eM);function Rp(){return Rp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Rp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),w5||(w5=o.createElement("path",{d:"M17 20c-.29 0-.56-.06-.76-.15-.71-.37-1.21-.88-1.71-2.38-.51-1.56-1.47-2.29-2.39-3-.79-.61-1.61-1.24-2.32-2.53C9.29 10.98 9 9.93 9 9c0-2.8 2.2-5 5-5s5 2.2 5 5h2c0-3.93-3.07-7-7-7S7 5.07 7 9c0 1.26.38 2.65 1.07 3.9.91 1.65 1.98 2.48 2.85 3.15.81.62 1.39 1.07 1.71 2.05.6 1.82 1.37 2.84 2.73 3.55A3.999 3.999 0 0 0 21 18h-2c0 1.1-.9 2-2 2zM7.64 2.64 6.22 1.22C4.23 3.21 3 5.96 3 9s1.23 5.79 3.22 7.78l1.41-1.41C6.01 13.74 5 11.49 5 9s1.01-4.74 2.64-6.36zM11.5 9a2.5 2.5 0 0 0 5 0 2.5 2.5 0 0 0-5 0z"})));var x5,nM=(0,o.memo)(rM);function _p(){return _p=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",_p({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),x5||(x5=o.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z"})));var O5,iM=(0,o.memo)(aM);function Bp(){return Bp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Bp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),O5||(O5=o.createElement("path",{d:"M11 18h2v-2h-2v2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4z"})));var S5,sM=(0,o.memo)(oM);function Vp(){return Vp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Vp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),S5||(S5=o.createElement("path",{d:"M14.59 8 12 10.59 9.41 8 8 9.41 10.59 12 8 14.59 9.41 16 12 13.41 14.59 16 16 14.59 13.41 12 16 9.41 14.59 8zM12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})));var E5,cM=(0,o.memo)(lM);function Hp(){return Hp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Hp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),E5||(E5=o.createElement("path",{d:"M13 3a9 9 0 0 0-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42A8.954 8.954 0 0 0 13 21a9 9 0 0 0 0-18zm-1 5v5l4.28 2.54.72-1.21-3.5-2.08V8H12z"})));var j5,dM=(0,o.memo)(uM);function Up(){return Up=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Up({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),j5||(j5=o.createElement("path",{d:"M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"})));var k5,hM=(0,o.memo)(fM);function Wp(){return Wp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Wp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),k5||(k5=o.createElement("path",{d:"M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2Zm-3 14h-2v-4h-4v4H8V7h2v4h4V7h2Z"})));var C5,mM=(0,o.memo)(pM);function qp(){return qp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",qp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),C5||(C5=o.createElement("path",{d:"M7 13c1.66 0 3-1.34 3-3S8.66 7 7 7s-3 1.34-3 3 1.34 3 3 3zm12-6h-8v7H3V5H1v15h2v-3h18v3h2v-9c0-2.21-1.79-4-4-4z"})));var T5,gM=(0,o.memo)(vM);function Gp(){return Gp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Gp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),T5||(T5=o.createElement("path",{d:"M6 2v6h.01L6 8.01 10 12l-4 4 .01.01H6V22h12v-5.99h-.01L18 16l-4-4 4-3.99-.01-.01H18V2H6zm10 14.5V20H8v-3.5l4-4 4 4zm-4-5-4-4V4h8v3.5l-4 4z"})));var N5,bM=(0,o.memo)(yM);function Kp(){return Kp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Kp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),N5||(N5=o.createElement("path",{d:"M19 12a7 7 0 0 0-6.34-7 27.32 27.32 0 0 1 2.21-2.09.44.44 0 0 0-.29-.78 10.62 10.62 0 0 0-9.17 7.5 4.26 4.26 0 0 0-.15.47v.06A7.18 7.18 0 0 0 5 12a7 7 0 0 0 6.35 7 27.71 27.71 0 0 1-2.21 2.1.44.44 0 0 0 .29.78 10.65 10.65 0 0 0 9.23-7.69v-.14c0-.05.05-.13.07-.2A6.76 6.76 0 0 0 19 12Zm-7 3.5a3.5 3.5 0 1 1 3.5-3.5 3.5 3.5 0 0 1-3.5 3.5Z"})));var F5,P5,M5,xM=(0,o.memo)(wM);function Xp(){return Xp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Xp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),F5||(F5=o.createElement("path",{d:"M11 14.14C11 13.38 9.33 13 8.5 13S6 13.38 6 14.14V15h5Z"})),P5||(P5=o.createElement("circle",{cx:8.5,cy:10.5,r:1.5})),M5||(M5=o.createElement("path",{d:"M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2Zm-7 13H4V7h9Zm7 0h-5v-2h5Zm0-4h-5v-2h5Zm0-4h-5V7h5Z"})));var z5,SM=(0,o.memo)(OM);function Zp(){return Zp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Zp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),z5||(z5=o.createElement("path",{d:"M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z"})));var A5,jM=(0,o.memo)(EM);function Yp(){return Yp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Yp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),A5||(A5=o.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"})));var D5,I5,CM=(0,o.memo)(kM);function Qp(){return Qp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Qp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),D5||(D5=o.createElement("path",{fill:"none",d:"M0 0h24v24H0V0z"})),I5||(I5=o.createElement("path",{d:"M11 7h2v2h-2V7zm0 4h2v6h-2v-6zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})));var L5,R5,NM=(0,o.memo)(TM);function Jp(){return Jp=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Jp({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),L5||(L5=o.createElement("path",{d:"M21 8c-1.45 0-2.26 1.44-1.93 2.51l-3.55 3.56c-.3-.09-.74-.09-1.04 0l-2.55-2.55C12.27 10.45 11.46 9 10 9c-1.45 0-2.27 1.44-1.93 2.52l-4.56 4.55C2.44 15.74 1 16.55 1 18c0 1.1.9 2 2 2 1.45 0 2.26-1.44 1.93-2.51l4.55-4.56c.3.09.74.09 1.04 0l2.55 2.55C12.73 16.55 13.54 18 15 18c1.45 0 2.27-1.44 1.93-2.52l3.56-3.55c1.07.33 2.51-.48 2.51-1.93 0-1.1-.9-2-2-2z"})),R5||(R5=o.createElement("path",{d:"m15 9 .94-2.07L18 6l-2.06-.93L15 3l-.92 2.07L12 6l2.08.93zM3.5 11 4 9l2-.5L4 8l-.5-2L3 8l-2 .5L3 9z"})));var _5,PM=(0,o.memo)(FM);function $p(){return $p=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",$p({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),_5||(_5=o.createElement("path",{d:"M8.273 3.063c-.958.045-1.612.198-2.184.423a4.41 4.41 0 0 0-1.592 1.04 4.409 4.409 0 0 0-1.035 1.596c-.222.572-.372 1.227-.414 2.185-.042.958-.052 1.266-.047 3.71.005 2.444.016 2.75.062 3.71.046.958.198 1.612.423 2.184a4.41 4.41 0 0 0 1.04 1.592 4.4 4.4 0 0 0 1.597 1.035c.572.221 1.227.372 2.185.414.958.042 1.266.052 3.71.047 2.443-.005 2.75-.016 3.71-.061.96-.046 1.611-.199 2.183-.423a4.411 4.411 0 0 0 1.592-1.04 4.41 4.41 0 0 0 1.035-1.597c.222-.572.372-1.227.414-2.184.042-.96.052-1.268.047-3.711-.005-2.444-.016-2.75-.061-3.71-.046-.96-.198-1.612-.423-2.184a4.418 4.418 0 0 0-1.04-1.592 4.4 4.4 0 0 0-1.597-1.035c-.572-.221-1.227-.372-2.185-.414-.958-.041-1.266-.052-3.71-.047-2.444.005-2.75.015-3.71.062m.105 16.27c-.878-.038-1.354-.184-1.672-.306a2.802 2.802 0 0 1-1.036-.671 2.772 2.772 0 0 1-.675-1.034c-.124-.317-.272-.793-.313-1.67-.045-.95-.054-1.234-.06-3.637-.004-2.403.005-2.687.046-3.636.038-.877.184-1.354.306-1.671.162-.421.357-.72.672-1.036a2.778 2.778 0 0 1 1.033-.675c.317-.124.793-.272 1.67-.313.95-.045 1.234-.054 3.637-.06 2.402-.005 2.687.004 3.637.046.876.038 1.354.183 1.67.306.421.162.72.357 1.037.671.316.315.511.613.675 1.034.124.317.271.792.313 1.67.045.95.055 1.234.06 3.636.004 2.402-.004 2.688-.046 3.636-.038.878-.184 1.354-.306 1.672a2.79 2.79 0 0 1-.672 1.036 2.78 2.78 0 0 1-1.033.675c-.317.124-.794.271-1.67.313-.95.045-1.234.054-3.637.06-2.403.005-2.687-.005-3.636-.046M15.715 7.19a1.08 1.08 0 1 0 2.16-.004 1.08 1.08 0 0 0-2.16.004m-8.336 4.819a4.62 4.62 0 1 0 9.242-.018 4.62 4.62 0 0 0-9.242.018M9 12.006a3 3 0 1 1 6-.012 3 3 0 0 1-6 .012"})));var B5,zM=(0,o.memo)(MM);function e1(){return e1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",e1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),B5||(B5=o.createElement("path",{d:"M20 5H4c-1.1 0-1.99.9-1.99 2L2 17c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-9 3h2v2h-2V8zm0 3h2v2h-2v-2zM8 8h2v2H8V8zm0 3h2v2H8v-2zm-1 2H5v-2h2v2zm0-3H5V8h2v2zm9 7H8v-2h8v2zm0-4h-2v-2h2v2zm0-3h-2V8h2v2zm3 3h-2v-2h2v2zm0-3h-2V8h2v2z"})));var V5,DM=(0,o.memo)(AM);function t1(){return t1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",t1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),V5||(V5=o.createElement("path",{d:"M17.63 5.84C17.27 5.33 16.67 5 16 5L5 5.01C3.9 5.01 3 5.9 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.67 0 1.27-.33 1.63-.84L22 12l-4.37-6.16z"})));var H5,LM=(0,o.memo)(IM);function r1(){return r1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",r1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),H5||(H5=o.createElement("path",{d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95a15.65 15.65 0 0 0-1.38-3.56A8.03 8.03 0 0 1 18.92 8zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2 0 .68.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56A7.987 7.987 0 0 1 5.08 16zm2.95-8H5.08a7.987 7.987 0 0 1 4.33-3.56A15.65 15.65 0 0 0 8.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2 0-.68.07-1.35.16-2h4.68c.09.65.16 1.32.16 2 0 .68-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95a8.03 8.03 0 0 1-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2 0-.68-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z"})));var U5,_M=(0,o.memo)(RM);function n1(){return n1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",n1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),U5||(U5=o.createElement("path",{d:"M5.59 7.41 10.18 12l-4.59 4.59L7 18l6-6-6-6zM16 6h2v12h-2z"})));var W5,VM=(0,o.memo)(BM);function a1(){return a1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",a1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),W5||(W5=o.createElement("path",{d:"M19 19H5V5h7V3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"})));var q5,UM=(0,o.memo)(HM);function i1(){return i1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",i1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),q5||(q5=o.createElement("path",{d:"M9 21c0 .5.4 1 1 1h4c.6 0 1-.5 1-1v-1H9v1zm3-19C8.1 2 5 5.1 5 9c0 2.4 1.2 4.5 3 5.7V17c0 .5.4 1 1 1h6c.6 0 1-.5 1-1v-2.3c1.8-1.3 3-3.4 3-5.7 0-3.9-3.1-7-7-7z"})));var G5,K5,qM=(0,o.memo)(WM);function o1(){return o1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",o1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),G5||(G5=o.createElement("path",{fill:"none",d:"M0 0h24v24H0z"})),K5||(K5=o.createElement("path",{d:"M9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9v1zm3-19C8.14 2 5 5.14 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.86-3.14-7-7-7zm2 11.7V16h-4v-2.3C8.48 12.63 7 11.53 7 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.49-1.51 3.65-3 4.7z"})));var X5,KM=(0,o.memo)(GM);function s1(){return s1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",s1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),X5||(X5=o.createElement("path",{d:"M19.667 3A1.322 1.322 0 0 1 21 4.298V19.7a1.323 1.323 0 0 1-1.333 1.3H4.328A1.32 1.32 0 0 1 3 19.701V4.3A1.32 1.32 0 0 1 4.328 3h15.339Zm-4.898 6.1a2.834 2.834 0 0 0-2.55 1.403h-.036V9.316H9.6V18h2.692v-4.296c0-1.133.214-2.23 1.616-2.23 1.382 0 1.4 1.296 1.4 2.303V18H18v-4.764c0-2.338-.503-4.136-3.231-4.136Zm-6.86.216H5.213V18h2.694V9.316ZM6.561 5A1.57 1.57 0 0 0 5 6.565a1.57 1.57 0 0 0 1.562 1.564l.142-.006a1.572 1.572 0 0 0 1.42-1.558l-.006-.142A1.572 1.572 0 0 0 6.562 5Z"})));var Z5,ZM=(0,o.memo)(XM);function l1(){return l1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",l1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Z5||(Z5=o.createElement("path",{d:"M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"})));var Y5,QM=(0,o.memo)(YM);function c1(){return c1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",c1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Y5||(Y5=o.createElement("path",{d:"M17 7h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1 0 1.43-.98 2.63-2.31 2.98l1.46 1.46C20.88 15.61 22 13.95 22 12c0-2.76-2.24-5-5-5zm-1 4h-2.19l2 2H16zM2 4.27l3.11 3.11A4.991 4.991 0 0 0 2 12c0 2.76 2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1 0-1.59 1.21-2.9 2.76-3.07L8.73 11H8v2h2.73L13 15.27V17h1.73l4.01 4L20 19.74 3.27 3 2 4.27z"})));var Q5,$M=(0,o.memo)(JM);function u1(){return u1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",u1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Q5||(Q5=o.createElement("path",{d:"M3 13h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm4 4h14v-2H7v2zm0 4h14v-2H7v2zM7 7v2h14V7H7z"})));var J5,tz=(0,o.memo)(ez);function d1(){return d1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",d1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),J5||(J5=o.createElement("path",{d:"M20 3H4v10c0 2.21 1.79 4 4 4h6c2.21 0 4-1.79 4-4v-3h2a2 2 0 0 0 2-2V5c0-1.11-.89-2-2-2zm0 5h-2V5h2v3zM4 19h16v2H4z"})));var $5,e3,nz=(0,o.memo)(rz);function f1(){return f1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",f1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),$5||($5=o.createElement("path",{d:"m12 12.9-2.13 2.09c-.56.56-.87 1.29-.87 2.07C9 18.68 10.35 20 12 20s3-1.32 3-2.94c0-.78-.31-1.52-.87-2.07L12 12.9z"})),e3||(e3=o.createElement("path",{d:"m16 6-.44.55C14.38 8.02 12 7.19 12 5.3V2S4 6 4 13c0 2.92 1.56 5.47 3.89 6.86-.56-.79-.89-1.76-.89-2.8 0-1.32.52-2.56 1.47-3.5L12 10.1l3.53 3.47c.95.93 1.47 2.17 1.47 3.5 0 1.02-.31 1.96-.85 2.75 1.89-1.15 3.29-3.06 3.71-5.3.66-3.55-1.07-6.9-3.86-8.52z"})));var t3,iz=(0,o.memo)(az);function h1(){return h1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",h1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),t3||(t3=o.createElement("path",{d:"m19.77 7.23.01-.01-3.72-3.72L15 4.56l2.11 2.11c-.94.36-1.61 1.26-1.61 2.33a2.5 2.5 0 0 0 2.5 2.5c.36 0 .69-.08 1-.21v7.21c0 .55-.45 1-1 1s-1-.45-1-1V14c0-1.1-.9-2-2-2h-1V5c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v16h10v-7.5h1.5v5a2.5 2.5 0 0 0 5 0V9c0-.69-.28-1.32-.73-1.77zM12 10H6V5h6v5zm6 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"})));var r3,sz=(0,o.memo)(oz);function p1(){return p1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",p1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),r3||(r3=o.createElement("path",{d:"M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zM1 2v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.14 0-.25-.11-.25-.25l.03-.12.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.58-6.49A1.003 1.003 0 0 0 20 4H5.21l-.94-2H1zm16 16c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2z"})));var n3,cz=(0,o.memo)(lz);function m1(){return m1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",m1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),n3||(n3=o.createElement("path",{d:"M19 3H5c-1.1 0-1.99.9-1.99 2L3 19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 11h-4v4h-4v-4H6v-4h4V6h4v4h4v4z"})));var a3,dz=(0,o.memo)(uz);function v1(){return v1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",v1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),a3||(a3=o.createElement("path",{d:"M9.17 16.83a4.008 4.008 0 0 0 5.66 0 4.008 4.008 0 0 0 0-5.66l-5.66 5.66zM18 2.01 6 2c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V4c0-1.11-.89-1.99-2-1.99zM10 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM7 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm5 16c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"})));var i3,hz=(0,o.memo)(fz);function g1(){return g1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",g1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),i3||(i3=o.createElement("path",{d:"M12 11.55C9.64 9.35 6.48 8 3 8v11c3.48 0 6.64 1.35 9 3.55 2.36-2.19 5.52-3.55 9-3.55V8c-3.48 0-6.64 1.35-9 3.55zM12 8c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3z"})));var o3,mz=(0,o.memo)(pz);function y1(){return y1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",y1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),o3||(o3=o.createElement("path",{d:"m21.41 11.58-9-9C12.05 2.22 11.55 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .55.22 1.05.59 1.42l9 9c.36.36.86.58 1.41.58.55 0 1.05-.22 1.41-.59l7-7c.37-.36.59-.86.59-1.41 0-.55-.23-1.06-.59-1.42zM5.5 7C4.67 7 4 6.33 4 5.5S4.67 4 5.5 4 7 4.67 7 5.5 6.33 7 5.5 7z"})));var s3,gz=(0,o.memo)(vz);function b1(){return b1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",b1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),s3||(s3=o.createElement("path",{d:"M13 3H6v18h4v-6h3c3.31 0 6-2.69 6-6s-2.69-6-6-6zm.2 8H10V7h3.2c1.1 0 2 .9 2 2s-.9 2-2 2z"})));var l3,bz=(0,o.memo)(yz);function w1(){return w1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",w1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),l3||(l3=o.createElement("path",{d:"M21 5h-2.64l1.14-3.14L17.15 1l-1.46 4H3v2l2 6-2 6v2h18v-2l-2-6 2-6V5zm-5 9h-3v3h-2v-3H8v-2h3V9h2v3h3v2z"})));var c3,xz=(0,o.memo)(wz);function x1(){return x1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",x1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),c3||(c3=o.createElement("path",{d:"M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm2.5 11.59.9 3.88-3.4-2.05-3.4 2.05.9-3.87-3-2.59 3.96-.34L12 6.02l1.54 3.64 3.96.34-3 2.59z"})));var u3,Sz=(0,o.memo)(Oz);function O1(){return O1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",O1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),u3||(u3=o.createElement("path",{d:"M18.92 6.01C18.72 5.42 18.16 5 17.5 5H15V3H9v2H6.5c-.66 0-1.21.42-1.42 1.01L3 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.5 16c-.83 0-1.5-.67-1.5-1.5S5.67 13 6.5 13s1.5.67 1.5 1.5S7.33 16 6.5 16zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 11l1.5-4.5h11L19 11H5z"})));var d3,jz=(0,o.memo)(Ez);function S1(){return S1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",S1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),d3||(d3=o.createElement("path",{d:"M15 11V5l-3-3-3 3v2H3v14h18V11h-6zm-8 8H5v-2h2v2zm0-4H5v-2h2v2zm0-4H5V9h2v2zm6 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V9h2v2zm0-4h-2V5h2v2zm6 12h-2v-2h2v2zm0-4h-2v-2h2v2z"})));var f3,Cz=(0,o.memo)(kz);function E1(){return E1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",E1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),f3||(f3=o.createElement("path",{d:"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5z"})));var h3,Nz=(0,o.memo)(Tz);function j1(){return j1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",j1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),h3||(h3=o.createElement("path",{d:"M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"})));var p3,Pz=(0,o.memo)(Fz);function k1(){return k1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",k1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),p3||(p3=o.createElement("path",{d:"M12 17c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6-9h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h1.9c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm0 12H6V10h12v10z"})));var m3,v3,zz=(0,o.memo)(Mz);function C1(){return C1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",C1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),m3||(m3=o.createElement("path",{fill:"none",d:"M0 0h24v24H0z"})),v3||(v3=o.createElement("path",{d:"M12 17c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6-9h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM8.9 6c0-1.71 1.39-3.1 3.1-3.1s3.1 1.39 3.1 3.1v2H8.9V6zM18 20H6V10h12v10z"})));var g3,Dz=(0,o.memo)(Az);function T1(){return T1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",T1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),g3||(g3=o.createElement("path",{d:"M11 7 9.6 8.4l2.6 2.6H2v2h10.2l-2.6 2.6L11 17l5-5-5-5zm9 12h-8v2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-8v2h8v14z"})));var y3,Lz=(0,o.memo)(Iz);function N1(){return N1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",N1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),y3||(y3=o.createElement("path",{d:"m17 7-1.41 1.41L18.17 11H8v2h10.17l-2.58 2.58L17 17l5-5zM4 5h8V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H4V5z"})));var b3,_z=(0,o.memo)(Rz);function F1(){return F1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",F1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),b3||(b3=o.createElement("path",{d:"M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46A7.93 7.93 0 0 0 20 12c0-4.42-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8L5.24 7.74A7.93 7.93 0 0 0 4 12c0 4.42 3.58 8 8 8v3l4-4-4-4v3z"})));var w3,Vz=(0,o.memo)(Bz);function P1(){return P1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",P1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),w3||(w3=o.createElement("path",{d:"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5-8-5V6l8 5 8-5v2z"})));var x3,Uz=(0,o.memo)(Hz);function M1(){return M1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",M1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),x3||(x3=o.createElement("path",{d:"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"})));var O3,qz=(0,o.memo)(Wz);function z1(){return z1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",z1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),O3||(O3=o.createElement("path",{d:"m20.5 3-.16.03L15 5.1 9 3 3.36 4.9c-.21.07-.36.25-.36.48V20.5c0 .28.22.5.5.5l.16-.03L9 18.9l6 2.1 5.64-1.9c.21-.07.36-.25.36-.48V3.5c0-.28-.22-.5-.5-.5zM15 19l-6-2.11V5l6 2.11V19z"})));var S3,Kz=(0,o.memo)(Gz);function A1(){return A1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",A1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),S3||(S3=o.createElement("path",{d:"M19.5 6c-1.31 0-2.37 1.01-2.48 2.3-1.88-.5-2.84-1.8-5.02-1.8-2.19 0-3.14 1.3-5.02 1.8C6.87 7.02 5.81 6 4.5 6A2.5 2.5 0 0 0 2 8.5V9c0 6 3.6 7.81 6.52 7.98C9.53 17.62 10.72 18 12 18s2.47-.38 3.48-1.02C18.4 16.81 22 15 22 9v-.5A2.5 2.5 0 0 0 19.5 6zm-16 3v-.5c0-.55.45-1 1-1s1 .45 1 1v3c0 1.28.38 2.47 1.01 3.48C4.99 14.27 3.5 12.65 3.5 9zm17 0c0 3.65-1.49 5.27-3.01 5.98.64-1.01 1.01-2.2 1.01-3.48v-3c0-.55.45-1 1-1s1 .45 1 1V9zm-9.81 1.48c-.44.26-.96.56-1.69.76V10.2c.48-.17.84-.38 1.18-.58C10.72 9.3 11.23 9 12 9s1.27.3 1.8.62c.34.2.71.42 1.2.59v1.04c-.75-.21-1.26-.51-1.71-.78-.46-.27-.8-.47-1.29-.47s-.84.2-1.31.48z"})));var E3,Zz=(0,o.memo)(Xz);function D1(){return D1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",D1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),E3||(E3=o.createElement("path",{d:"M20 6h-4V4c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zM10 4h4v2h-4V4zm6 11h-3v3h-2v-3H8v-2h3v-3h2v3h3v2z"})));var j3,Qz=(0,o.memo)(Yz);function I1(){return I1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",I1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),j3||(j3=o.createElement("path",{d:"M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"})));var k3,$z=(0,o.memo)(Jz);function L1(){return L1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",L1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),k3||(k3=o.createElement("path",{d:"M17 10.43V2H7v8.43c0 .35.18.68.49.86l4.18 2.51-.99 2.34-3.41.29 2.59 2.24L9.07 22 12 20.23 14.93 22l-.78-3.33 2.59-2.24-3.41-.29-.99-2.34 4.18-2.51c.3-.18.48-.5.48-.86zm-4 1.8-1 .6-1-.6V3h2v9.23z"})));var C3,tA=(0,o.memo)(eA);function R1(){return R1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",R1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),C3||(C3=o.createElement("path",{d:"M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})));var T3,nA=(0,o.memo)(rA);function _1(){return _1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",_1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),T3||(T3=o.createElement("path",{d:"M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})));var N3,iA=(0,o.memo)(aA);function B1(){return B1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",B1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),N3||(N3=o.createElement("path",{d:"M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm8.94 3A8.994 8.994 0 0 0 13 3.06V1h-2v2.06A8.994 8.994 0 0 0 3.06 11H1v2h2.06A8.994 8.994 0 0 0 11 20.94V23h2v-2.06A8.994 8.994 0 0 0 20.94 13H23v-2h-2.06zM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"})));var F3,sA=(0,o.memo)(oA);function V1(){return V1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",V1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),F3||(F3=o.createElement("path",{d:"M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"})));var P3,cA=(0,o.memo)(lA);function H1(){return H1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",H1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),P3||(P3=o.createElement("path",{d:"M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"})));var M3,dA=(0,o.memo)(uA);function U1(){return U1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",U1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),M3||(M3=o.createElement("path",{d:"M11.41 7.41 10 6l-6 6 6 6 1.41-1.41L6.83 12zm8 0L18 6l-6 6 6 6 1.41-1.41L14.83 12z"})));var z3,hA=(0,o.memo)(fA);function W1(){return W1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",W1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),z3||(z3=o.createElement("path",{d:"m14 6-1.41 1.41L17.17 12l-4.58 4.59L14 18l6-6zM6 6 4.59 7.41 9.17 12l-4.58 4.59L6 18l6-6z"})));var A3,mA=(0,o.memo)(pA);function q1(){return q1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",q1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),A3||(A3=o.createElement("path",{d:"M21 3 3 10.53v.98l6.84 2.65L12.48 21h.98L21 3z"})));var D3,gA=(0,o.memo)(vA);function G1(){return G1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",G1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),D3||(D3=o.createElement("path",{d:"M12 22c1.1 0 2-.9 2-2h-4a2 2 0 0 0 2 2zm6-6v-5c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.63 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2z"})));var I3,bA=(0,o.memo)(yA);function K1(){return K1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",K1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),I3||(I3=o.createElement("path",{d:"M7.58 4.08 6.15 2.65C3.75 4.48 2.17 7.3 2.03 10.5h2a8.445 8.445 0 0 1 3.55-6.42zm12.39 6.42h2c-.15-3.2-1.73-6.02-4.12-7.85l-1.42 1.43a8.495 8.495 0 0 1 3.54 6.42zM18 11c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.63 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2v-5zm-6 11c.14 0 .27-.01.4-.04.65-.14 1.18-.58 1.44-1.18.1-.24.15-.5.15-.78h-4c.01 1.1.9 2 2.01 2z"})));var L3,xA=(0,o.memo)(wA);function X1(){return X1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",X1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),L3||(L3=o.createElement("path",{d:"M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm6-6v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2zm-2 1H8v-6c0-2.48 1.51-4.5 4-4.5s4 2.02 4 4.5v6z"})));var R3,SA=(0,o.memo)(OA);function Z1(){return Z1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Z1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),R3||(R3=o.createElement("path",{d:"M20 18.69 7.84 6.14 5.27 3.49 4 4.76l2.8 2.8v.01c-.52.99-.8 2.16-.8 3.42v5l-2 2v1h13.73l2 2L21 19.72l-1-1.03zM12 22c1.11 0 2-.89 2-2h-4c0 1.11.89 2 2 2zm6-7.32V11c0-3.08-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68c-.15.03-.29.08-.42.12-.1.03-.2.07-.3.11h-.01c-.01 0-.01 0-.02.01-.23.09-.46.2-.68.31 0 0-.01 0-.01.01L18 14.68z"})));var _3,jA=(0,o.memo)(EA);function Y1(){return Y1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Y1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),_3||(_3=o.createElement("path",{d:"M17 12h2L12 2 5.05 12H7l-3.9 6h6.92v4h3.96v-4H21z"})));var B3,CA=(0,o.memo)(kA);function Q1(){return Q1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Q1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),B3||(B3=o.createElement("path",{d:"M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z"})));var V3,NA=(0,o.memo)(TA);function J1(){return J1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",J1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),V3||(V3=o.createElement("path",{d:"M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"})));var H3,U3,W3,q3,G3,PA=(0,o.memo)(FA);function $1(){return $1=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",$1({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),H3||(H3=o.createElement("circle",{cx:4.5,cy:9.5,r:2.5})),U3||(U3=o.createElement("circle",{cx:9,cy:5.5,r:2.5})),W3||(W3=o.createElement("circle",{cx:15,cy:5.5,r:2.5})),q3||(q3=o.createElement("circle",{cx:19.5,cy:9.5,r:2.5})),G3||(G3=o.createElement("path",{d:"M17.34 14.86c-.87-1.02-1.6-1.89-2.48-2.91-.46-.54-1.05-1.08-1.75-1.32-.11-.04-.22-.07-.33-.09-.25-.04-.52-.04-.78-.04s-.53 0-.79.05c-.11.02-.22.05-.33.09-.7.24-1.28.78-1.75 1.32-.87 1.02-1.6 1.89-2.48 2.91-1.31 1.31-2.92 2.76-2.62 4.79.29 1.02 1.02 2.03 2.33 2.32.73.15 3.06-.44 5.54-.44h.18c2.48 0 4.81.58 5.54.44 1.31-.29 2.04-1.31 2.33-2.32.31-2.04-1.3-3.49-2.61-4.8z"})));var K3,zA=(0,o.memo)(MA);function em(){return em=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",em({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),K3||(K3=o.createElement("path",{d:"M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"})));var X3,Z3,DA=(0,o.memo)(AA);function tm(){return tm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",tm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),X3||(X3=o.createElement("circle",{cx:12,cy:12,r:3.2})),Z3||(Z3=o.createElement("path",{d:"M9 2 7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2H9zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"})));var Y3,LA=(0,o.memo)(IA);function rm(){return rm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",rm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Y3||(Y3=o.createElement("path",{d:"M19 8H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zm-3 11H8v-5h8v5zm3-7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-1-9H6v4h12V3z"})));var Q3,J3,_A=(0,o.memo)(RA);function nm(){return nm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",nm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Q3||(Q3=o.createElement("circle",{cx:12,cy:19,r:2})),J3||(J3=o.createElement("path",{d:"M10 3h4v12h-4z"})));var $3,VA=(0,o.memo)(BA);function am(){return am=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",am({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),$3||($3=o.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"})));var e8,UA=(0,o.memo)(HA);function im(){return im=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",im({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),e8||(e8=o.createElement("path",{fillRule:"evenodd",d:"M16 9V4h1c.55 0 1-.45 1-1s-.45-1-1-1H7c-.55 0-1 .45-1 1s.45 1 1 1h1v5c0 1.66-1.34 3-3 3v2h5.97v7l1 1 1-1v-7H19v-2c-1.66 0-3-1.34-3-3z"})));var t8,qA=(0,o.memo)(WA);function om(){return om=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",om({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),t8||(t8=o.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})));var r8,KA=(0,o.memo)(GA);function sm(){return sm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",sm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),r8||(r8=o.createElement("path",{d:"M17.51 7A5.62 5.62 0 0 0 7 5.51a4.5 4.5 0 0 0 .49 9h9.75A3.74 3.74 0 0 0 17.51 7ZM4.076 20.774 6.08 15.77l1.857.743-2.003 5.004zm4.998-.002 2.003-5.004 1.856.743-2.002 5.004zm4.998.008 2.002-5.004 1.857.743-2.002 5.004z"})));var n8,ZA=(0,o.memo)(XA);function lm(){return lm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",lm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),n8||(n8=o.createElement("path",{d:"M16 4c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm4.78 3.58A6.95 6.95 0 0 0 18 7c-.67 0-1.31.1-1.92.28.58.55.92 1.32.92 2.15V10h5v-.57c0-.81-.48-1.53-1.22-1.85zM6 6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm1.92 1.28C7.31 7.1 6.67 7 6 7c-.99 0-1.93.21-2.78.58A2.01 2.01 0 0 0 2 9.43V10h5v-.57c0-.83.34-1.6.92-2.15zM10 4c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm6 6H8v-.57c0-.81.48-1.53 1.22-1.85a6.95 6.95 0 0 1 5.56 0A2.01 2.01 0 0 1 16 9.43V10zm-1 6c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm6 6h-8v-.57c0-.81.48-1.53 1.22-1.85a6.95 6.95 0 0 1 5.56 0A2.01 2.01 0 0 1 21 21.43V22zM5 16c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm6 6H3v-.57c0-.81.48-1.53 1.22-1.85a6.95 6.95 0 0 1 5.56 0A2.01 2.01 0 0 1 11 21.43V22zm1.75-9v-2h-1.5v2H9l3 3 3-3h-2.25z"})));var a8,QA=(0,o.memo)(YA);function cm(){return cm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",cm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),a8||(a8=o.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11H7v-2h10v2z"})));var i8,$A=(0,o.memo)(JA);function um(){return um=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",um({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),i8||(i8=o.createElement("path",{d:"M19 13H5v-2h14v2z"})));var o8,tD=(0,o.memo)(eD);function dm(){return dm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",dm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),o8||(o8=o.createElement("path",{d:"M15.73 3H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27L15.73 3zM12 17.3c-.72 0-1.3-.58-1.3-1.3 0-.72.58-1.3 1.3-1.3.72 0 1.3.58 1.3 1.3 0 .72-.58 1.3-1.3 1.3zm1-4.3h-2V7h2v6z"})));var s8,nD=(0,o.memo)(rD);function fm(){return fm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",fm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),s8||(s8=o.createElement("path",{d:"M11 9H9V2H7v7H5V2H3v7c0 2.12 1.66 3.84 3.75 3.97V22h2.5v-9.03C11.34 12.84 13 11.12 13 9V2h-2v7zm5-3v8h2.5v8H21V2c-2.76 0-5 2.24-5 4z"})));var l8,c8,iD=(0,o.memo)(aD);function hm(){return hm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",hm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),l8||(l8=o.createElement("circle",{cx:6.18,cy:17.82,r:2.18})),c8||(c8=o.createElement("path",{d:"M4 4.44v2.83c7.03 0 12.73 5.7 12.73 12.73h2.83c0-8.59-6.97-15.56-15.56-15.56zm0 5.66v2.83c3.9 0 7.07 3.17 7.07 7.07h2.83c0-5.47-4.43-9.9-9.9-9.9z"})));var u8,sD=(0,o.memo)(oD);function pm(){return pm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",pm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),u8||(u8=o.createElement("path",{d:"M11 5h2v14h-2V5zm-6 7c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm2.78 1.58a6.95 6.95 0 0 0-5.56 0A2.01 2.01 0 0 0 1 15.43V16h8v-.57c0-.81-.48-1.53-1.22-1.85zM19 12c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm2.78 1.58a6.95 6.95 0 0 0-5.56 0A2.01 2.01 0 0 0 15 15.43V16h8v-.57c0-.81-.48-1.53-1.22-1.85z"})));var d8,cD=(0,o.memo)(lD);function mm(){return mm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",mm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),d8||(d8=o.createElement("path",{d:"M15.5 6.5C15.5 5.66 17 4 17 4s1.5 1.66 1.5 2.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5zm4 8.5a2.5 2.5 0 0 0 2.5-2.5c0-1.67-2.5-4.5-2.5-4.5S17 10.83 17 12.5a2.5 2.5 0 0 0 2.5 2.5zM13 14h-2v-2H9v2H7v2h2v2h2v-2h2v-2zm3-2v10H4V12c0-2.97 2.16-5.43 5-5.91V4H7V2h6c1.13 0 2.15.39 2.99 1.01l-1.43 1.43C14.1 4.17 13.57 4 13 4h-2v2.09c2.84.48 5 2.94 5 5.91z"})));var f8,dD=(0,o.memo)(uD);function vm(){return vm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",vm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),f8||(f8=o.createElement("path",{d:"M19 12v7H5v-7H3v7c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-7h-2zm-6 .67 2.59-2.58L17 11.5l-5 5-5-5 1.41-1.41L11 12.67V3h2z"})));var h8,hD=(0,o.memo)(fD);function gm(){return gm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",gm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),h8||(h8=o.createElement("g",{"data-name":"Severe Weather"},o.createElement("path",{d:"M4.05 17.73 12 4l8 13.85A5 5 0 0 0 19.2 8a7.49 7.49 0 0 0-14-2 6 6 0 0 0-1.15 11.73Z"}),o.createElement("path",{d:"M12 7 3.34 22h17.32Zm0 13.4a1 1 0 1 1 1-1 1 1 0 0 1-1 1ZM11 17v-4.6h2V17Z"}))));var p8,m8,mD=(0,o.memo)(pD);function ym(){return ym=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",ym({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),p8||(p8=o.createElement("path",{d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})),m8||(m8=o.createElement("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"})));var v8,gD=(0,o.memo)(vD);function bm(){return bm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",bm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),v8||(v8=o.createElement("path",{d:"M5 13.18v4L12 21l7-3.82v-4L12 17l-7-3.82zM12 3 1 9l11 6 9-4.91V17h2V9L12 3z"})));var g8,bD=(0,o.memo)(yD);function wm(){return wm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",wm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),g8||(g8=o.createElement("path",{d:"M19.8 18.4 14 10.67V6.5l1.35-1.69c.26-.33.03-.81-.39-.81H9.04c-.42 0-.65.48-.39.81L10 6.5v4.17L4.2 18.4c-.49.66-.02 1.6.8 1.6h14c.82 0 1.29-.94.8-1.6z"})));var y8,xD=(0,o.memo)(wD);function xm(){return xm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",xm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),y8||(y8=o.createElement("path",{d:"M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"})));var b8,SD=(0,o.memo)(OD);function Om(){return Om=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Om({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),b8||(b8=o.createElement("path",{d:"M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z"})));var w8,jD=(0,o.memo)(ED);function Sm(){return Sm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Sm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),w8||(w8=o.createElement("path",{d:"M2.01 21 23 12 2.01 3 2 10l15 2-15 2z"})));var x8,O8,S8,CD=(0,o.memo)(kD);function Em(){return Em=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Em({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),x8||(x8=o.createElement("circle",{cx:15.5,cy:9.5,r:1.5})),O8||(O8=o.createElement("circle",{cx:8.5,cy:9.5,r:1.5})),S8||(S8=o.createElement("path",{d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-3.5c.73 0 1.39.19 1.97.53.12-.14.86-.98 1.01-1.14A5.39 5.39 0 0 0 12 15c-1.11 0-2.13.33-2.99.88.97 1.09.01.02 1.01 1.14.59-.33 1.25-.52 1.98-.52z"})));var E8,j8,k8,C8,ND=(0,o.memo)(TD);function jm(){return jm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",jm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),E8||(E8=o.createElement("path",{d:"M9 15.5h6v1H9v-1z"})),j8||(j8=o.createElement("circle",{cx:15.5,cy:9.5,r:1.5})),k8||(k8=o.createElement("circle",{cx:8.5,cy:9.5,r:1.5})),C8||(C8=o.createElement("path",{d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})));var T8,N8,F8,PD=(0,o.memo)(FD);function km(){return km=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",km({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),T8||(T8=o.createElement("circle",{cx:15.5,cy:9.5,r:1.5})),N8||(N8=o.createElement("circle",{cx:8.5,cy:9.5,r:1.5})),F8||(F8=o.createElement("path",{d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-4c-.73 0-1.38-.18-1.96-.52-.12.14-.86.98-1.01 1.15a5.49 5.49 0 0 0 5.95-.01c-.97-1.09-.01-.02-1.01-1.15-.59.35-1.24.53-1.97.53z"})));var P8,M8,z8,A8,D8,zD=(0,o.memo)(MD);function Cm(){return Cm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Cm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),P8||(P8=o.createElement("circle",{cx:15.5,cy:9.5,r:1.5})),M8||(M8=o.createElement("circle",{cx:8.5,cy:9.5,r:1.5})),z8||(z8=o.createElement("circle",{cx:15.5,cy:9.5,r:1.5})),A8||(A8=o.createElement("circle",{cx:8.5,cy:9.5,r:1.5})),D8||(D8=o.createElement("path",{d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-2.5c2.33 0 4.32-1.45 5.12-3.5h-1.67c-.69 1.19-1.97 2-3.45 2s-2.75-.81-3.45-2H6.88c.8 2.05 2.79 3.5 5.12 3.5z"})));var I8,L8,R8,DD=(0,o.memo)(AD);function Tm(){return Tm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Tm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),I8||(I8=o.createElement("circle",{cx:15.5,cy:9.5,r:1.5})),L8||(L8=o.createElement("circle",{cx:8.5,cy:9.5,r:1.5})),R8||(R8=o.createElement("path",{d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-6c-2.33 0-4.32 1.45-5.12 3.5h1.67c.69-1.19 1.97-2 3.45-2s2.75.81 3.45 2h1.67c-.8-2.05-2.79-3.5-5.12-3.5z"})));var _8,LD=(0,o.memo)(ID);function Nm(){return Nm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Nm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),_8||(_8=o.createElement("path",{d:"M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58a.49.49 0 0 0 .12-.61l-1.92-3.32a.488.488 0 0 0-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54a.484.484 0 0 0-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58a.49.49 0 0 0-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z"})));var B8,_D=(0,o.memo)(RD);function Fm(){return Fm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Fm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),B8||(B8=o.createElement("path",{d:"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92 1.61 0 2.92-1.31 2.92-2.92s-1.31-2.92-2.92-2.92z"})));var V8,VD=(0,o.memo)(BD);function Pm(){return Pm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Pm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),V8||(V8=o.createElement("path",{d:"M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4z"})));var H8,UD=(0,o.memo)(HD);function Mm(){return Mm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Mm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),H8||(H8=o.createElement("path",{d:"m17.21 9-4.38-6.56a.993.993 0 0 0-.83-.42c-.32 0-.64.14-.83.43L6.79 9H2c-.55 0-1 .45-1 1 0 .09.01.18.04.27l2.54 9.27c.23.84 1 1.46 1.92 1.46h13c.92 0 1.69-.62 1.93-1.46l2.54-9.27L23 10c0-.55-.45-1-1-1h-4.79zM9 9l3-4.4L15 9H9zm3 8c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"})));var U8,qD=(0,o.memo)(WD);function zm(){return zm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",zm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),U8||(U8=o.createElement("path",{d:"m20.76 14.07-.66-1.34-2.88 1.42L13.5 12l3.72-2.15 2.88 1.42.66-1.34-1.97-.98 2.25-1.3-.75-1.3-2.25 1.3.14-2.2-1.5-.1-.21 3.2-3.72 2.15V6.4l2.67-1.78-.84-1.24-1.83 1.22V2h-1.5v2.6L9.42 3.38l-.84 1.24 2.67 1.78v4.3L7.53 8.55l-.21-3.2-1.5.1.14 2.2-2.25-1.3-.75 1.3 2.25 1.3-1.97.98.66 1.34 2.88-1.42L10.5 12l-3.72 2.15-2.88-1.42-.66 1.34 1.97.98-2.25 1.3.75 1.3 2.25-1.3-.14 2.2 1.5.1.21-3.2 3.72-2.15v4.3l-2.67 1.78.84 1.24 1.83-1.22V22h1.5v-2.6l1.83 1.22.84-1.24-2.67-1.78v-4.3l3.72 2.15.21 3.2 1.5-.1-.14-2.2 2.25 1.3.75-1.3-2.25-1.3 1.97-.98z"})));var W8,KD=(0,o.memo)(GD);function Am(){return Am=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Am({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),W8||(W8=o.createElement("path",{d:"m9.12 5-7.18 6.79c-.6.56-.94 1.35-.94 2.18V20c0 1.66 1.34 3 3 3h13.75a1.25 1.25 0 0 0 0-2.5H12v-1h7.75a1.25 1.25 0 0 0 0-2.5H12v-1h8.75a1.25 1.25 0 0 0 0-2.5H12v-1h6.75a1.25 1.25 0 0 0 0-2.5H8.86c.64-1.11 1.48-2.58 1.49-2.61a1.065 1.065 0 0 0-.12-1.23C10.22 6.12 9.12 5 9.12 5zM14 6.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75m0-1.5c-1.24 0-2.25 1.01-2.25 2.25S12.76 9.25 14 9.25 16.25 8.24 16.25 7 15.24 4.75 14 4.75zm5.75.75c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5m0-1.5c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM16.5 1c-.83 0-1.5.67-1.5 1.5S15.67 4 16.5 4 18 3.33 18 2.5 17.33 1 16.5 1z"})));var q8,ZD=(0,o.memo)(XD);function Dm(){return Dm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Dm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),q8||(q8=o.createElement("path",{d:"M4 5c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm4.78 3.58a6.95 6.95 0 0 0-5.56 0A2.01 2.01 0 0 0 2 10.43V11h8v-.57c0-.81-.48-1.53-1.22-1.85zM18 7c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm2.78 1.58a6.95 6.95 0 0 0-5.56 0A2.01 2.01 0 0 0 14 10.43V11h8v-.57c0-.81-.48-1.53-1.22-1.85zM22 17l-4-4v3H6v-3l-4 4 4 4v-3h12v3l4-4z"})));var G8,QD=(0,o.memo)(YD);function Im(){return Im=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Im({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),G8||(G8=o.createElement("path",{d:"M15.17 15 13 17.17V6.83L15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 11 6.83v10.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15z"})));var K8,$D=(0,o.memo)(JD);function Lm(){return Lm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Lm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),K8||(K8=o.createElement("path",{d:"M12.45 16h2.09L9.43 3H7.57L2.46 16h2.09l1.12-3h5.64l1.14 3zm-6.02-5L8.5 5.48 10.57 11H6.43zm15.16.59-8.09 8.09L9.83 16l-1.41 1.41 5.09 5.09L23 13l-1.41-1.41z"})));var X8,tI=(0,o.memo)(eI);function Rm(){return Rm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Rm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),X8||(X8=o.createElement("path",{d:"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"})));var Z8,nI=(0,o.memo)(rI);function _m(){return _m=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",_m({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Z8||(Z8=o.createElement("path",{d:"m22 9.24-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4V6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"})));var Y8,iI=(0,o.memo)(aI);function Bm(){return Bm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Bm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Y8||(Y8=o.createElement("path",{d:"m22 9.24-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"})));var Q8,sI=(0,o.memo)(oI);function Vm(){return Vm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Vm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),Q8||(Q8=o.createElement("path",{d:"M20 4H4v2h16V4zm1 10v-2l-1-5H4l-1 5v2h1v6h10v-6h4v6h2v-6h1zm-9 4H6v-4h6v4z"})));var J8,cI=(0,o.memo)(lI);function Hm(){return Hm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Hm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),J8||(J8=o.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm7.46 7.12-2.78 1.15a4.982 4.982 0 0 0-2.95-2.94l1.15-2.78c2.1.8 3.77 2.47 4.58 4.57zM12 15c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zM9.13 4.54l1.17 2.78a5 5 0 0 0-2.98 2.97L4.54 9.13a7.984 7.984 0 0 1 4.59-4.59zM4.54 14.87l2.78-1.15a4.968 4.968 0 0 0 2.97 2.96l-1.17 2.78a7.996 7.996 0 0 1-4.58-4.59zm10.34 4.59-1.15-2.78a4.978 4.978 0 0 0 2.95-2.97l2.78 1.17a8.007 8.007 0 0 1-4.58 4.58z"})));var $8,e6,t6,r6,dI=(0,o.memo)(uI);function Um(){return Um=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Um({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),$8||($8=o.createElement("path",{d:"M21 12.22C21 6.73 16.74 3 12 3c-4.69 0-9 3.65-9 9.28-.6.34-1 .98-1 1.72v2c0 1.1.9 2 2 2h1v-6.1c0-3.87 3.13-7 7-7s7 3.13 7 7V19h-8v2h8c1.1 0 2-.9 2-2v-1.22c.59-.31 1-.92 1-1.64v-2.3c0-.7-.41-1.31-1-1.62z"})),e6||(e6=o.createElement("circle",{cx:9,cy:13,r:1})),t6||(t6=o.createElement("circle",{cx:15,cy:13,r:1})),r6||(r6=o.createElement("path",{d:"M18 11.03A6.04 6.04 0 0 0 12.05 6c-3.03 0-6.29 2.51-6.03 6.45a8.075 8.075 0 0 0 4.86-5.89c1.31 2.63 4 4.44 7.12 4.47z"})));var n6,hI=(0,o.memo)(fI);function Wm(){return Wm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Wm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),n6||(n6=o.createElement("path",{d:"M2.5 4v3h5v12h3V7h5V4h-13zm19 5h-9v3h3v7h3v-7h3V9z"})));var a6,mI=(0,o.memo)(pI);function qm(){return qm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",qm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),a6||(a6=o.createElement("path",{d:"M22 4h-2c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h2V4zM2.17 11.12c-.11.25-.17.52-.17.8V13c0 1.1.9 2 2 2h5.5l-.92 4.65c-.05.22-.02.46.08.66.23.45.52.86.88 1.22L10 22l6.41-6.41c.38-.38.59-.89.59-1.42V6.34C17 5.05 15.95 4 14.66 4h-8.1c-.71 0-1.36.37-1.72.97l-2.67 6.15z"})));var i6,gI=(0,o.memo)(vI);function Gm(){return Gm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Gm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),i6||(i6=o.createElement("path",{d:"M2 20h2c.55 0 1-.45 1-1v-9c0-.55-.45-1-1-1H2v11zm19.83-7.12c.11-.25.17-.52.17-.8V11c0-1.1-.9-2-2-2h-5.5l.92-4.65c.05-.22.02-.46-.08-.66a4.8 4.8 0 0 0-.88-1.22L14 2 7.59 8.41C7.21 8.79 7 9.3 7 9.83v7.84A2.34 2.34 0 0 0 9.34 20h8.11c.7 0 1.36-.37 1.72-.97l2.66-6.15z"})));var o6,bI=(0,o.memo)(yI);function Km(){return Km=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Km({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),o6||(o6=o.createElement("path",{d:"M9 1h6v2H9zm10.03 6.39 1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42 1.42A8.962 8.962 0 0 0 12 4a9 9 0 0 0-9 9c0 4.97 4.02 9 9 9a8.994 8.994 0 0 0 7.03-14.61zM13 14h-2V8h2v6z"})));var s6,xI=(0,o.memo)(wI);function Xm(){return Xm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Xm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),s6||(s6=o.createElement("path",{d:"M17 7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h10c2.76 0 5-2.24 5-5s-2.24-5-5-5zM7 15c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"})));var l6,SI=(0,o.memo)(OI);function Zm(){return Zm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Zm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),l6||(l6=o.createElement("path",{d:"M17 7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h10c2.76 0 5-2.24 5-5s-2.24-5-5-5zm0 8c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"})));var c6,jI=(0,o.memo)(EI);function Ym(){return Ym=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Ym({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),c6||(c6=o.createElement("path",{d:"M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-6 10H6v-2h8v2zm4-4H6v-2h12v2z"})));var u6,CI=(0,o.memo)(kI);function Qm(){return Qm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Qm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),u6||(u6=o.createElement("path",{d:"M13 16v-2h2.77c.08-.32.16-.65.23-1 1.19-5.95 4-6 4-10H4a10.35 10.35 0 0 0 .48 3H8v2H5.26c.32.69.68 1.36 1 2H10v2H7.51A13.86 13.86 0 0 1 9 15a6.24 6.24 0 0 1-1 6l1 1c2.82-1.54 4.85-3.09 6.1-6Z"})));var d6,NI=(0,o.memo)(TI);function Jm(){return Jm=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",Jm({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),d6||(d6=o.createElement("path",{d:"m12.87 15.07-2.54-2.51.03-.03A17.52 17.52 0 0 0 14.07 6H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7 1.62-4.33L19.12 17h-3.24z"})));var f6,PI=(0,o.memo)(FI);function $m(){return $m=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",$m({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),f6||(f6=o.createElement("path",{d:"m16 18 2.29-2.29-4.88-4.88-4 4L2 7.41 3.41 6l6 6 4-4 6.3 6.29L22 12v6z"})));var h6,zI=(0,o.memo)(MI);function ev(){return ev=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",ev({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),h6||(h6=o.createElement("path",{d:"m16 6 2.29 2.29-4.88 4.88-4-4L2 16.59 3.41 18l6-6 4 4 6.3-6.29L22 12V6z"})));var p6,DI=(0,o.memo)(AI);function tv(){return tv=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",tv({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),p6||(p6=o.createElement("path",{fillRule:"evenodd",d:"M19.912 7.925v.527A11.562 11.562 0 0 1 8.265 20.098 11.443 11.443 0 0 1 2 18.265c.328.017.657.017.985 0a8.132 8.132 0 0 0 5.093-1.698 4.092 4.092 0 0 1-3.786-2.852c.255.062.518.091.781.085.36-.002.72-.047 1.07-.136a4.109 4.109 0 0 1-3.21-4.024c.566.32 1.202.494 1.851.51a4.126 4.126 0 0 1-1.34-5.518 11.613 11.613 0 0 0 8.488 4.295 4.397 4.397 0 0 1-.119-.934 4.092 4.092 0 0 1 4.092-4.092 4.04 4.04 0 0 1 3.005 1.29 7.929 7.929 0 0 0 2.53-1c-.3.953-.94 1.763-1.8 2.274A7.725 7.725 0 0 0 22 5.803a8.489 8.489 0 0 1-2.088 2.122Z"})));var m6,LI=(0,o.memo)(II);function rv(){return rv=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",rv({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),m6||(m6=o.createElement("path",{d:"M12.5 8c-2.65 0-5.05.99-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88 3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8z"})));var v6,_I=(0,o.memo)(RI);function nv(){return nv=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",nv({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),v6||(v6=o.createElement("path",{d:"M7.41 18.59 8.83 20 12 16.83 15.17 20l1.41-1.41L12 14l-4.59 4.59zm9.18-13.18L15.17 4 12 7.17 8.83 4 7.41 5.41 12 10l4.59-4.59z"})));var g6,VI=(0,o.memo)(BI);function av(){return av=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",av({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),g6||(g6=o.createElement("path",{d:"M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"})));var y6,UI=(0,o.memo)(HI);function iv(){return iv=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",iv({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),y6||(y6=o.createElement("path",{d:"M21 10.12h-6.78l2.74-2.82c-2.73-2.7-7.15-2.8-9.88-.1-2.73 2.71-2.73 7.08 0 9.79s7.15 2.71 9.88 0C18.32 15.65 19 14.08 19 12.1h2c0 1.98-.88 4.55-2.64 6.29-3.51 3.48-9.21 3.48-12.72 0-3.5-3.47-3.53-9.11-.02-12.58s9.14-3.47 12.65 0L21 3v7.12zM12.5 8v4.25l3.5 2.08-.72 1.21L11 13V8h1.5z"})));var b6,qI=(0,o.memo)(WI);function ov(){return ov=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",ov({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),b6||(b6=o.createElement("path",{d:"M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11zM8 15.01l1.41 1.41L11 14.84V19h2v-4.16l1.59 1.59L16 15.01 12.01 11z"})));var w6,KI=(0,o.memo)(GI);function sv(){return sv=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",sv({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),w6||(w6=o.createElement("path",{d:"m23 12-2.44-2.79.34-3.69-3.61-.82-1.89-3.2L12 2.96 8.6 1.5 6.71 4.69 3.1 5.5l.34 3.7L1 12l2.44 2.79-.34 3.7 3.61.82L8.6 22.5l3.4-1.47 3.4 1.46 1.89-3.19 3.61-.82-.34-3.69L23 12zm-12.91 4.72-3.8-3.81 1.48-1.48 2.32 2.33 5.85-5.87 1.48 1.48-7.33 7.35z"})));var x6,ZI=(0,o.memo)(XI);function lv(){return lv=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",lv({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),x6||(x6=o.createElement("path",{d:"M12 1 3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z"})));var O6,QI=(0,o.memo)(YI);function cv(){return cv=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",cv({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),O6||(O6=o.createElement("path",{d:"M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"})));var S6,$I=(0,o.memo)(JI);function uv(){return uv=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",uv({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),S6||(S6=o.createElement("path",{d:"M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7zM2 4.27l2.28 2.28.46.46A11.804 11.804 0 0 0 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3 2 4.27zM7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2zm4.31-.78 3.15 3.15.02-.16c0-1.66-1.34-3-3-3l-.17.01z"})));var E6,tL=(0,o.memo)(eL);function dv(){return dv=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",dv({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),E6||(E6=o.createElement("path",{d:"M16.5 12A4.5 4.5 0 0 0 14 7.97v2.21l2.45 2.45c.03-.2.05-.41.05-.63zm2.5 0c0 .94-.2 1.82-.54 2.64l1.51 1.51A8.796 8.796 0 0 0 21 12c0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zM4.27 3 3 4.27 7.73 9H3v6h4l5 5v-6.73l4.25 4.25c-.67.52-1.42.93-2.25 1.18v2.06a8.99 8.99 0 0 0 3.69-1.81L19.73 21 21 19.73l-9-9L4.27 3zM12 4 9.91 6.09 12 8.18V4z"})));var j6,nL=(0,o.memo)(rL);function fv(){return fv=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",fv({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),j6||(j6=o.createElement("path",{d:"M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"})));var k6,iL=(0,o.memo)(aL);function hv(){return hv=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",hv({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),k6||(k6=o.createElement("path",{d:"M18.5 8A2.5 2.5 0 0 0 21 5.5C21 3.83 18.5 1 18.5 1S16 3.83 16 5.5A2.5 2.5 0 0 0 18.5 8zm-5 1c.83 0 1.5-.67 1.5-1.5 0-.84-1.5-2.5-1.5-2.5S12 6.66 12 7.5c0 .83.67 1.5 1.5 1.5zM9.12 5l-7.18 6.79c-.6.56-.94 1.35-.94 2.18V20c0 1.66 1.34 3 3 3h13.75a1.25 1.25 0 0 0 0-2.5H12v-1h7.75a1.25 1.25 0 0 0 0-2.5H12v-1h8.75a1.25 1.25 0 0 0 0-2.5H12v-1h6.75a1.25 1.25 0 0 0 0-2.5H8.86c.64-1.11 1.48-2.58 1.49-2.61a1.065 1.065 0 0 0-.12-1.23C10.22 6.12 9.12 5 9.12 5z"})));var C6,sL=(0,o.memo)(oL);function pv(){return pv=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",pv({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),C6||(C6=o.createElement("path",{d:"m1 9 2 2c4.97-4.97 13.03-4.97 18 0l2-2C16.93 2.93 7.08 2.93 1 9zm8 8 3 3 3-3a4.237 4.237 0 0 0-6 0zm-4-4 2 2a7.074 7.074 0 0 1 10 0l2-2C15.14 9.14 8.87 9.14 5 13z"})));var T6,cL=(0,o.memo)(lL);function mv(){return mv=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",mv({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),T6||(T6=o.createElement("path",{d:"M20 6h-4V4c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-6 0h-4V4h4v2z"})));var N6,dL=(0,o.memo)(uL);function vv(){return vv=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",vv({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),N6||(N6=o.createElement("path",{d:"M13.522 10.775 19.48 4h-1.412l-5.172 5.883L8.765 4H4l6.247 8.895L4 20h1.412l5.461-6.212L15.236 20H20l-6.478-9.225Zm-1.933 2.199-.633-.886L5.92 5.04h2.168l4.064 5.688.633.886 5.283 7.394H15.9l-4.311-6.034Z"})));var F6,hL=(0,o.memo)(fL);function gv(){return gv=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",gv({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),F6||(F6=o.createElement("path",{d:"M19.816 5.389a2.469 2.469 0 0 1 1.766 1.746c.291 1.598.43 3.22.417 4.843a25.867 25.867 0 0 1-.417 4.794 2.468 2.468 0 0 1-1.766 1.795c-2.593.318-5.204.46-7.816.429a58.411 58.411 0 0 1-7.816-.429 2.469 2.469 0 0 1-1.766-1.746 25.879 25.879 0 0 1-.417-4.843 25.85 25.85 0 0 1 .417-4.793 2.468 2.468 0 0 1 1.766-1.796c2.594-.3 5.205-.427 7.816-.379a58.413 58.413 0 0 1 7.816.379ZM9.95 9.046v5.864l5.233-2.932L9.95 9.046Z"})));var P6,M6,mL=(0,o.memo)(pL);function yv(){return yv=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",yv({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),P6||(P6=o.createElement("path",{d:"M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"})),M6||(M6=o.createElement("path",{d:"M12 10h-2v2H9v-2H7V9h2V7h1v2h2v1z"})));var z6,gL=(0,o.memo)(vL);function bv(){return bv=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",bv({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),z6||(z6=o.createElement("path",{d:"m15 3 2.3 2.3-2.89 2.87 1.42 1.42L18.7 6.7 21 9V3h-6zM3 9l2.3-2.3 2.87 2.89 1.42-1.42L6.7 5.3 9 3H3v6zm6 12-2.3-2.3 2.89-2.87-1.42-1.42L5.3 17.3 3 15v6h6zm12-6-2.3 2.3-2.87-2.89-1.42 1.42 2.89 2.87L15 21h6v-6z"})));var A6,bL=(0,o.memo)(yL);function wv(){return wv=Object.assign?Object.assign.bind():function(l){for(var c=1;co.createElement("svg",wv({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 24 24"},l),A6||(A6=o.createElement("path",{d:"M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zM7 9h5v1H7z"})));var xL=(0,o.memo)(wL);const L=l=>{const c=d=>{const{size:f,className:T,focusable:I=!1,role:B="img",...H}=d,q={className:m()("usa-icon",{[`usa-icon--size-${f}`]:f!==void 0},T),focusable:I,role:B,...H};return u().createElement(l,q)};return c.displayName=l.displayName,c};class P{}z(P,"AccessibilityNew",L(ca)),z(P,"AccessibleForward",L(Ut)),z(P,"AccountBalance",L(gt)),z(P,"AccountBox",L(an)),z(P,"AccountCircle",L(Cu)),z(P,"Add",L(Nu)),z(P,"AddCircle",L(hi)),z(P,"AddCircleOutline",L(lo)),z(P,"Alarm",L(pi)),z(P,"AlternateEmail",L(Mu)),z(P,"Announcement",L(zu)),z(P,"ArrowBack",L(Au)),z(P,"ArrowDownward",L(da)),z(P,"ArrowDropDown",L(Lu)),z(P,"ArrowDropUp",L(me)),z(P,"ArrowForward",L(dr)),z(P,"ArrowUpward",L(jr)),z(P,"Api",L(nN)),z(P,"Assessment",L(iN)),z(P,"AttachFile",L(sN)),z(P,"AttachMoney",L(cN)),z(P,"Autorenew",L(dN)),z(P,"Backpack",L(hN)),z(P,"Bathtub",L(mN)),z(P,"Bedding",L(gN)),z(P,"Bookmark",L(bN)),z(P,"BugReport",L(xN)),z(P,"Build",L(SN)),z(P,"CalendarToday",L(jN)),z(P,"Campaign",L(CN)),z(P,"Camping",L(NN)),z(P,"Cancel",L(PN)),z(P,"Chat",L(zN)),z(P,"Check",L(DN)),z(P,"CheckBoxOutlineBlank",L(LN)),z(P,"CheckCircle",L(_N)),z(P,"CheckCircleOutline",L(VN)),z(P,"Checkroom",L(UN)),z(P,"CleanHands",L(qN)),z(P,"Clothes",L(KN)),z(P,"Close",L(ZN)),z(P,"ClosedCaption",L(QN)),z(P,"Cloud",L($N)),z(P,"Code",L(tF)),z(P,"Comment",L(nF)),z(P,"ConnectWithoutContact",L(iF)),z(P,"Construction",L(sF)),z(P,"ConstructionWorker",L(cF)),z(P,"ContactPage",L(dF)),z(P,"ContentCopy",L(hF)),z(P,"Coronavirus",L(mF)),z(P,"CreditCard",L(gF)),z(P,"Deck",L(bF)),z(P,"Delete",L(xF)),z(P,"DeviceThermostat",L(SF)),z(P,"Directions",L(jF)),z(P,"DirectionsBike",L(CF)),z(P,"DirectionsBus",L(NF)),z(P,"DirectionsCar",L(PF)),z(P,"DirectionsWalk",L(zF)),z(P,"DoNotDisturb",L(DF)),z(P,"DoNotTouch",L(LF)),z(P,"DragHandle",L(_F)),z(P,"Eco",L(VF)),z(P,"Edit",L(UF)),z(P,"ElectricalServices",L(qF)),z(P,"EmojiEvents",L(KF)),z(P,"Error",L(ZF)),z(P,"ErrorOutline",L(QF)),z(P,"Event",L($F)),z(P,"ExpandLess",L(tP)),z(P,"ExpandMore",L(nP)),z(P,"Facebook",L(iP)),z(P,"FastForward",L(sP)),z(P,"FastRewind",L(cP)),z(P,"Favorite",L(dP)),z(P,"FavoriteBorder",L(hP)),z(P,"Fax",L(mP)),z(P,"FileDownload",L(gP)),z(P,"FilePresent",L(bP)),z(P,"FileUpload",L(xP)),z(P,"FilterAlt",L(SP)),z(P,"FilterList",L(jP)),z(P,"Fingerprint",L(CP)),z(P,"FirstPage",L(NP)),z(P,"Flag",L(PP)),z(P,"Flickr",L(zP)),z(P,"Flight",L(DP)),z(P,"Flooding",L(LP)),z(P,"Folder",L(_P)),z(P,"FolderOpen",L(VP)),z(P,"FormatQuote",L(UP)),z(P,"FormatSize",L(qP)),z(P,"Forum",L(KP)),z(P,"Github",L(ZP)),z(P,"GridView",L(QP)),z(P,"GroupAdd",L($P)),z(P,"Groups",L(tM)),z(P,"Hearing",L(nM)),z(P,"Help",L(iM)),z(P,"HelpOutline",L(sM)),z(P,"HighlightOff",L(cM)),z(P,"History",L(dM)),z(P,"Home",L(hM)),z(P,"Hospital",L(mM)),z(P,"Hotel",L(gM)),z(P,"HourglassEmpty",L(bM)),z(P,"Hurricane",L(xM)),z(P,"Identification",L(SM)),z(P,"Image",L(jM)),z(P,"Info",L(CM)),z(P,"InfoOutline",L(NM)),z(P,"Insights",L(PM)),z(P,"Instagram",L(zM)),z(P,"Keyboard",L(DM)),z(P,"Label",L(LM)),z(P,"Language",L(_M)),z(P,"LastPage",L(VM)),z(P,"Launch",L(UM)),z(P,"Lightbulb",L(qM)),z(P,"LightbulbOutline",L(KM)),z(P,"LinkedIn",L(ZM)),z(P,"Link",L(QM)),z(P,"LinkOff",L($M)),z(P,"List",L(tz)),z(P,"LocalCafe",L(nz)),z(P,"LocalFireDepartment",L(iz)),z(P,"LocalGasStation",L(sz)),z(P,"LocalGroceryStore",L(cz)),z(P,"LocalHospital",L(dz)),z(P,"LocalLaundryService",L(hz)),z(P,"LocalLibrary",L(mz)),z(P,"LocalOffer",L(gz)),z(P,"LocalParking",L(bz)),z(P,"LocalPharmacy",L(xz)),z(P,"LocalPolice",L(Sz)),z(P,"LocalTaxi",L(jz)),z(P,"LocationCity",L(Cz)),z(P,"LocationOn",L(Nz)),z(P,"Lock",L(Pz)),z(P,"LockOpen",L(zz)),z(P,"LockOutline",L(Dz)),z(P,"Login",L(Lz)),z(P,"Logout",L(_z)),z(P,"Loop",L(Vz)),z(P,"Mail",L(Uz)),z(P,"MailOutline",L(qz)),z(P,"Map",L(Kz)),z(P,"Masks",L(Zz)),z(P,"MedicalServices",L(Qz)),z(P,"Menu",L($z)),z(P,"MilitaryTech",L(tA)),z(P,"MoreHoriz",L(nA)),z(P,"MoreVert",L(iA)),z(P,"MyLocation",L(sA)),z(P,"NavigateBefore",L(cA)),z(P,"NavigateNext",L(dA)),z(P,"NavigateFarBefore",L(hA)),z(P,"NavigateFarNext",L(mA)),z(P,"NearMe",L(gA)),z(P,"Notifications",L(bA)),z(P,"NotificationsActive",L(xA)),z(P,"NotificationsNone",L(SA)),z(P,"NotificationsOff",L(jA)),z(P,"Park",L(CA)),z(P,"People",L(NA)),z(P,"Person",L(PA)),z(P,"Pets",L(zA)),z(P,"Phone",L(DA)),z(P,"PhotoCamera",L(LA)),z(P,"Print",L(_A)),z(P,"PriorityHigh",L(VA)),z(P,"Public",L(UA)),z(P,"PushPin",L(qA)),z(P,"RadioButtonUnchecked",L(KA)),z(P,"Rain",L(ZA)),z(P,"ReduceCapacity",L(QA)),z(P,"RemoveCircle",L($A)),z(P,"Remove",L(tD)),z(P,"Report",L(nD)),z(P,"Restaurant",L(iD)),z(P,"RssFeed",L(sD)),z(P,"SafetyDivider",L(cD)),z(P,"Sanitizer",L(dD)),z(P,"SaveAlt",L(hD)),z(P,"SevereWeather",L(mD)),z(P,"Schedule",L(gD)),z(P,"School",L(bD)),z(P,"Science",L(xD)),z(P,"Search",L(SD)),z(P,"Security",L(jD)),z(P,"Send",L(CD)),z(P,"SentimentDissatisfied",L(ND)),z(P,"SentimentNeutral",L(PD)),z(P,"SentimentSatisfied",L(zD)),z(P,"SentimentSatisfiedAlt",L(DD)),z(P,"SentimentVeryDissatisfied",L(LD)),z(P,"Settings",L(_D)),z(P,"Share",L(VD)),z(P,"Shield",L(UD)),z(P,"ShoppingBasket",L(qD)),z(P,"Snow",L(KD)),z(P,"Soap",L(ZD)),z(P,"SocialDistance",L(QD)),z(P,"SortArrow",L($D)),z(P,"Spellcheck",L(tI)),z(P,"Star",L(nI)),z(P,"StarHalf",L(iI)),z(P,"StarOutline",L(sI)),z(P,"Store",L(cI)),z(P,"Support",L(dI)),z(P,"SupportAgent",L(hI)),z(P,"TextFields",L(mI)),z(P,"ThumbDownAlt",L(gI)),z(P,"ThumbUpAlt",L(bI)),z(P,"Timer",L(xI)),z(P,"ToggleOff",L(SI)),z(P,"ToggleOn",L(jI)),z(P,"Topic",L(CI)),z(P,"Tornado",L(NI)),z(P,"Translate",L(PI)),z(P,"TrendingDown",L(zI)),z(P,"TrendingUp",L(DI)),z(P,"Twitter",L(LI)),z(P,"Undo",L(_I)),z(P,"UnfoldLess",L(VI)),z(P,"UnfoldMore",L(UI)),z(P,"Update",L(qI)),z(P,"UploadFile",L(KI)),z(P,"Verified",L(ZI)),z(P,"VerifiedUser",L(QI)),z(P,"Visibility",L($I)),z(P,"VisibilityOff",L(tL)),z(P,"VolumeOff",L(nL)),z(P,"Warning",L(iL)),z(P,"Wash",L(sL)),z(P,"Wifi",L(cL)),z(P,"Work",L(dL)),z(P,"X",L(hL)),z(P,"Youtube",L(mL)),z(P,"ZoomIn",L(gL)),z(P,"ZoomOutMap",L(bL)),z(P,"ZoomOut",L(xL));function xv(){return xv=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const T=m()("usa-pagination__button",{"usa-current":c});return u().createElement("li",{key:`pagination_page_${l}`,className:"usa-pagination__item usa-pagination__page-no"},f?u().createElement(S,{type:"button",unstyled:!0,"data-testid":"pagination-page-number",className:T,"aria-label":`Page ${l}`,"aria-current":c?"page":void 0,onClick:I=>{f(I,l)}},l):u().createElement(_,{href:`${d}?page=${l}`,className:T,"aria-label":`Page ${l}`,"aria-current":c?"page":void 0},l))},SL=()=>u().createElement("li",{className:"usa-pagination__item usa-pagination__overflow",role:"presentation"},u().createElement("span",null,"…")),EL=({pathname:l,totalPages:c,currentPage:d,className:f,maxSlots:T=7,onClickPrevious:I,onClickNext:B,onClickPageNumber:H,...q})=>{const Z=m()("usa-pagination",f),$=d===1,oe=!!c&&d===c,se=!c||c>T,de=Math.round(T/2),ge=se&&d>de,fe=!!(c&&c-d>=de)||!c,Fe=se||!c?[d]:Array.from({length:c}).map((te,re)=>re+1);if(se){const te=T-1-(($?0:ge?2:1)+(oe?0:fe?2:1));let re=0,Ee=0;ge&&fe?(re=Math.round((te-1)/2),Ee=te-re):ge?(Ee=(c||0)-d-1,Ee=Ee<0?0:Ee,re=te-Ee):fe&&(re=d-2,re=re<0?0:re,Ee=te-re);let ke=1;for(;re>0;)Fe.unshift(d-ke),ke++,re--;for(ke=1;Ee>0;)Fe.push(d+ke),ke++,Ee--;ge&&Fe.unshift("overflow"),d!==1&&Fe.unshift(1),fe&&Fe.push("overflow"),c&&d!==c&&Fe.push(c)}const ye=!$&&d-1,je=!oe&&d+1;return u().createElement("nav",xv({"aria-label":"Pagination",className:Z},q),u().createElement("ul",{className:"usa-pagination__list"},ye&&u().createElement("li",{className:"usa-pagination__item usa-pagination__arrow"},I?u().createElement(S,{type:"button",unstyled:!0,className:"usa-pagination__link usa-pagination__previous-page","aria-label":"Previous page","data-testid":"pagination-previous",onClick:I},u().createElement(P.NavigateBefore,null),u().createElement("span",{className:"usa-pagination__link-text"},"Previous")):u().createElement(_,{href:`${l}?page=${ye}`,className:"usa-pagination__link usa-pagination__previous-page","aria-label":"Previous page"},u().createElement(P.NavigateBefore,null),u().createElement("span",{className:"usa-pagination__link-text"},"Previous"))),Fe.map((te,re)=>te==="overflow"?u().createElement(SL,{key:`pagination_overflow_${re}`}):u().createElement(OL,{key:`pagination_page_${te}`,page:te,pathname:l,isCurrent:te===d,onClickPageNumber:H})),je&&u().createElement("li",{className:"usa-pagination__item usa-pagination__arrow"},B?u().createElement(S,{type:"button",unstyled:!0,className:"usa-pagination__link usa-pagination__next-page","aria-label":"Next page","data-testid":"pagination-next",onClick:B},u().createElement("span",{className:"usa-pagination__link-text"},"Next"),u().createElement(P.NavigateNext,null)):u().createElement(_,{href:`${l}?page=${je}`,className:"usa-pagination__link usa-pagination__next-page","aria-label":"Next page"},u().createElement("span",{className:"usa-pagination__link-text"},"Next"),u().createElement(P.NavigateNext,null)))))};function _u(){return _u=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const T=m()("usa-banner",d),{className:I,...B}=c||{},H=m()("usa-accordion",I);return u().createElement("section",_u({className:T},f),u().createElement("div",_u({className:H},B),l))};function Bu(){return Bu=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const I=m()("usa-accordion__button usa-banner__button",d),{className:B,...H}=f||{},q=m()("usa-banner__button-text",B);return u().createElement("button",Bu({type:"button",className:I,"aria-expanded":l},T),u().createElement("span",Bu({className:q},H),c))};function Ov(){return Ov=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const T=m()("usa-banner__content usa-accordion__content",d);return u().createElement("div",Ov({className:T,hidden:!c},f),l)};function Sv(){return Sv=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const f=m()("usa-banner__header-flag",c);return u().createElement("img",Sv({className:f,alt:l},d))};function Ev(){return Ev=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const f=m()("usa-banner__guidance",c);return u().createElement("div",Ev({className:f},d),l)};function as(){return as=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const $=m()("usa-banner__header",{"usa-banner__header--expanded":c},q),{className:oe,...se}=f||{},de=m()("usa-banner__inner",oe),{className:ge,...fe}=I||{},Fe=m()("usa-banner__header-text",ge),{className:ye,...je}=H||{},te=m()("usa-banner__header-action",ye);return u().createElement("header",as({className:$},Z),u().createElement("div",as({className:de},se,{"data-testid":"banner-header-inner-div"}),d&&u().createElement("div",{className:"grid-col-auto","data-testid":"banner-header-flag-div"},d),u().createElement("div",{className:"grid-col-fill tablet:grid-col-auto","aria-hidden":!0,"data-testid":"banner-header-grid-div"},u().createElement("p",as({className:Fe},fe),T),u().createElement("p",as({className:te,"aria-hidden":"true"},je),B)),l))};function kv(){return kv=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const T=m()("usa-banner__icon usa-media-block__img",d);return u().createElement("img",kv({className:T,src:l,alt:c,"aria-hidden":"true"},f))};function Tv(){return Tv=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const[T,I]=(0,o.useState)(!1),{header:B,ariaLabel:H,headerAction:q,httpsSectionHeader:Z,httpsSectionContent:$,tldSectionHeader:oe,tldSectionContent:se}=((de,ge)=>{switch(de){case"english":return{header:"An official website of the United States government",ariaLabel:"Official website of the United States government",headerAction:"Here’s how you know",tldSectionHeader:`Official websites use ${ge}`,tldSectionContent:(()=>{switch(ge){case".gov":return u().createElement(u().Fragment,null,"A ",u().createElement("strong",null,".gov")," website belongs to an official government organization in the United States.");case".mil":return u().createElement(u().Fragment,null,"A ",u().createElement("strong",null,".mil")," website belongs to an official U.S. Department of Defense organization.")}})(),httpsSectionHeader:`Secure ${ge} websites use HTTPS`,httpsSectionContent:u().createElement(u().Fragment,null,"A"," ",u().createElement("strong",null,"lock (",u().createElement(P.Lock,{"aria-label":"Locked padlock icon"}),")")," ","or ",u().createElement("strong",null,"https://")," means you’ve safely connected to the"," ",ge," website. Share sensitive information only on official, secure websites.")};case"spanish":return{header:"Un sitio oficial del Gobierno de Estados Unidos",ariaLabel:"Un sitio oficial del Gobierno de Estados Unidos",headerAction:"Así es como usted puede verificarlo",tldSectionHeader:`Los sitios web oficiales usan ${ge}`,tldSectionContent:(()=>{switch(ge){case".gov":return u().createElement(u().Fragment,null,"Un sitio web ",u().createElement("strong",null,".gov")," pertenece a una organización oficial del Gobierno de Estados Unidos.");case".mil":return u().createElement(u().Fragment,null,"Un sitio web ",u().createElement("strong",null,".mil")," pertenece a una organización oficial del Departamento de Defensa de EE. UU.")}})(),httpsSectionHeader:`Los sitios web seguros ${ge} usan HTTPS`,httpsSectionContent:u().createElement(u().Fragment,null,"Un"," ",u().createElement("strong",null,"candado (",u().createElement(P.Lock,{"aria-label":"Icono de candado cerrado"}),")")," ","o ",u().createElement("strong",null,"https://")," significa que usted se conectó de forma segura a un sitio web ",ge,". Comparta información sensible sólo en sitios web oficiales y seguros.")}}})(c,l);return u().createElement(D6,Tv({className:d,"data-testid":"govBanner","aria-label":H},f),u().createElement(_6,{isOpen:T,flagImg:u().createElement(R6,{src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAsBAMAAAAncaPMAAAAAXNSR0IArs4c6QAAABtQTFRF////4EAg2z8g2z8f2z4f2j4fHjSyHjOxHTOxQEYPwgAAAIdJREFUeNrNkUENxDAMBEOhFJaCKZiCKZhCKBj2ebV3rdR71+pIq+Qxj1GyqjJ3U8VlHkc07hFm0awBYe91juq6MSI0yhSAEgkzJ4TMKiXyzFw3pgR9lmIBJlqj2AmBedf+IycExmlKZVzvZEJ4A0oBrjBl/m6PCy95B3fFAN6YuQPxhbcB4QMkEj04wQXD5wAAAABJRU5ErkJggg==","aria-hidden":!0,alt:""}),headerText:B,headerActionText:q},u().createElement(I6,{isOpen:T,"aria-controls":"gov-banner",onClick:()=>{I(de=>!de)}},q)),u().createElement(L6,{id:"gov-banner",isOpen:T},u().createElement("div",{className:"grid-row grid-gap-lg"},u().createElement(jv,{className:"tablet:grid-col-6"},u().createElement(Cv,{src:"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiB2aWV3Qm94PSIwIDAgNjQgNjQiPjx0aXRsZT5pY29uLWRvdC1nb3Y8L3RpdGxlPjxwYXRoIGZpbGw9IiMyMzc4QzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0ibTMyIDBjMTcuNyAwIDMyIDE0LjMgMzIgMzJzLTE0LjMgMzItMzIgMzItMzItMTQuMy0zMi0zMiAxNC4zLTMyIDMyLTMyem0wIDEuMmMtMTcgMC0zMC44IDEzLjgtMzAuOCAzMC44czEzLjggMzAuOCAzMC44IDMwLjggMzAuOC0xMy44IDMwLjgtMzAuOC0xMy44LTMwLjgtMzAuOC0zMC44em0xMS40IDM4LjljLjUgMCAuOS40LjkuOHYxLjZoLTI0LjZ2LTEuNmMwLS41LjQtLjguOS0uOHptLTE3LjEtMTIuM3Y5LjhoMS42di05LjhoMy4zdjkuOGgxLjZ2LTkuOGgzLjN2OS44aDEuNnYtOS44aDMuM3Y5LjhoLjhjLjUgMCAuOS40LjkuOHYuOGgtMjEuNHYtLjhjMC0uNS40LS44LjktLjhoLjh2LTkuOHptNS43LTguMiAxMi4zIDQuOXYxLjZoLTEuNmMwIC41LS40LjgtLjkuOGgtMTkuNmMtLjUgMC0uOS0uNC0uOS0uOGgtMS42di0xLjZzMTIuMy00LjkgMTIuMy00Ljl6Ii8+PC9zdmc+",alt:""}),u().createElement(M,null,u().createElement("p",null,u().createElement("strong",null,oe),u().createElement("br",null),se))),u().createElement(jv,{className:"tablet:grid-col-6"},u().createElement(Cv,{src:"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiB2aWV3Qm94PSIwIDAgNjQgNjQiPjx0aXRsZT5pY29uLWh0dHBzPC90aXRsZT48cGF0aCBmaWxsPSIjNzE5RjJBIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMiAwYzE3LjY3MyAwIDMyIDE0LjMyNyAzMiAzMiAwIDE3LjY3My0xNC4zMjcgMzItMzIgMzJDMTQuMzI3IDY0IDAgNDkuNjczIDAgMzIgMCAxNC4zMjcgMTQuMzI3IDAgMzIgMHptMCAxLjIwOEMxNC45OTQgMS4yMDggMS4yMDggMTQuOTk0IDEuMjA4IDMyUzE0Ljk5NCA2Mi43OTIgMzIgNjIuNzkyIDYyLjc5MiA0OS4wMDYgNjIuNzkyIDMyIDQ5LjAwNiAxLjIwOCAzMiAxLjIwOHptMCAxOC44ODZhNy4yNDUgNy4yNDUgMCAwIDEgNy4yNDUgNy4yNDV2My4xMDNoLjUyYy44NiAwIDEuNTU3LjY5OCAxLjU1NyAxLjU1OHY5LjMyMmMwIC44Ni0uNjk3IDEuNTU4LTEuNTU3IDEuNTU4aC0xNS41M2MtLjg2IDAtMS41NTctLjY5Ny0xLjU1Ny0xLjU1OFYzMmMwLS44Ni42OTctMS41NTggMS41NTctMS41NThoLjUyVjI3LjM0QTcuMjQ1IDcuMjQ1IDAgMCAxIDMyIDIwLjA5NHptMCAzLjEwM2E0LjE0MiA0LjE0MiAwIDAgMC00LjE0MiA0LjE0MnYzLjEwM2g4LjI4NFYyNy4zNEE0LjE0MiA0LjE0MiAwIDAgMCAzMiAyMy4xOTd6Ii8+PC9zdmc+",alt:""}),u().createElement(M,null,u().createElement("p",null,u().createElement("strong",null,Z),u().createElement("br",null),$))))))};function Nv(){return Nv=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const T=m()("usa-collection",{"usa-collection--condensed":d},c);return u().createElement("ul",Nv({className:T,"data-testid":"collection"},f),l)};function Fv(){return Fv=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const T=m()("usa-collection__item",l);return u().createElement("li",Fv({className:T},f),d,u().createElement("div",{className:"usa-collection__body"},c))};function Pv(){return Pv=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const T=l,I=m()("usa-collection__heading",c);return u().createElement(T,Pv({className:I},f),d)};function Mv(){return Mv=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const f=m()("usa-collection__description",l);return u().createElement("p",Mv({className:f},d),c)};function zv(){return zv=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const f=m()("usa-collection__meta",l);return u().createElement("ul",zv({className:f},d),c)};function Av(){return Av=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const f=m()("usa-collection__meta-item",l);return u().createElement("li",Av({className:f},d),c)};function Dv(){return Dv=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const T=m()("usa-collection__meta-item","usa-tag",{"usa-tag--new":d==="new"},l);return u().createElement("li",Dv({className:T},f),c)};function Iv(){return Iv=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const T=m()("usa-collection__img",l);return u().createElement("img",Iv({className:T,src:c,alt:d},f))},AL=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],DL=({datetime:l})=>{const c=new Date(l);return c&&c.getTime&&isNaN(c.getTime())?u().createElement(u().Fragment,null):u().createElement("div",{className:"usa-collection__calendar-date","data-testid":"collection-calendar-date"},u().createElement("time",{dateTime:l},u().createElement("span",{className:"usa-collection__calendar-date-month"},AL[c.getMonth()]),u().createElement("span",{className:"usa-collection__calendar-date-day"},c.getDate())))};function Lv(){return Lv=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const d=c?`${Rv[c]}:`:"",{row:f,col:T,gap:I,offset:B}=l;return m()({[`${d}grid-row`]:f,[`${d}grid-gap`]:I===!0,[`${d}grid-gap-${I}`]:I!==!0&&!!I,[`${d}grid-col`]:T===!0,[`${d}grid-col-${T}`]:T!==!0&&!!T,[`${d}grid-offset-${B}`]:!!B})};function LL(l){const{children:c,className:d,row:f,col:T,gap:I,offset:B,mobile:H,mobileLg:q,tablet:Z,tabletLg:$,desktop:oe,desktopLg:se,widescreen:de,...ge}=l,fe={mobile:H,mobileLg:q,tablet:Z,tabletLg:$,desktop:oe,desktopLg:se,widescreen:de};let Fe=Vu({row:f,col:T,gap:I,offset:B});if(Object.keys(Rv).forEach(ye=>{const je=ye;if(Object.prototype.hasOwnProperty.call(fe,je)){const te=l[je];Fe=m()(Fe,Vu(te,je))}}),Fe=m()(Fe,d),function(ye){return"asCustom"in ye}(ge)){const{asCustom:ye,...je}=ge,te=je;return u().createElement(ye,{className:Fe,...te},c)}return u().createElement("div",_v({className:Fe,"data-testid":"grid"},ge),c)}function Bv(){return Bv=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const q=T==="error",Z=T==="success",$=I==="small",oe=I==="medium",se=m()("usa-input",{"usa-input--error":q,"usa-input--success":Z,"usa-input--small":$,"usa-input--medium":oe},f);return u().createElement("input",Bv({"data-testid":"textInput",className:se,id:l,name:c,type:d,ref:B},H))};function Vv(){return Vv=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const q=m()("usa-textarea",{"usa-input--error":f,"usa-input--success":T},d);return u().createElement("textarea",Vv({"data-testid":"textarea",className:q,id:l,name:c,ref:B},H),I)},RL=l=>Array.from(l).length,_L=(l,c)=>{const d=`${c} characters allowed`,f=c-l;switch(f){case c:return d;case 1:return"$0 character left".replace("$0","1");case-1:return"$0 character over limit".replace("$0","1");default:return f>=0?"$0 characters left".replace("$0",f.toString()):"$0 characters over limit".replace("$0",Math.abs(f).toString())}},BL=({id:l,name:c,className:d,maxLength:f,value:T="",defaultValue:I="",isTextArea:B=!1,getCharacterCount:H=RL,getMessage:q=_L,...Z})=>{const $=H(T||I),[oe,se]=(0,o.useState)($),[de,ge]=(0,o.useState)(q($,f)),[fe,Fe]=(0,o.useState)(${const ie=q(oe,f);ge(ie),Fe(oe<=f);const Oe=setTimeout(()=>{ye.current&&(ye.current.textContent=ie)},1e3);return()=>clearTimeout(Oe)},[oe]);const re=(ie,Oe)=>{const _e=fe?"":"The content is too long.";ie.target.setCustomValidity(_e),Oe&&Oe(ie)},Ee=(ie,Oe)=>{const{target:{value:_e=""}}=ie;se(H(_e)),Oe&&Oe(ie)};let ke;if(B){const{onBlur:ie,onChange:Oe,inputRef:_e,...rt}=Z,yt={id:l,name:c,className:je,...T?{value:T}:{defaultValue:I},onBlur:nt=>re(nt,ie),onChange:nt=>Ee(nt,Oe),inputRef:_e,...rt};ke=u().createElement(V6,yt)}else{const{onBlur:ie,onChange:Oe,inputRef:_e,type:rt="text",...yt}=Z,nt={id:l,type:rt,name:c,className:je,...T?{value:T}:{defaultValue:I},onBlur:Ce=>re(Ce,ie),onChange:Ce=>Ee(Ce,Oe),inputRef:_e,...yt};ke=u().createElement(El,nt)}return u().createElement(u().Fragment,null,ke,u().createElement("span",{className:"usa-sr-only",id:`${l}-info`},"You can enter up to ",f," characters"),u().createElement("div",{className:te,"aria-hidden":"true","data-testid":"characterCountMessage"},de),u().createElement("div",{ref:ye,className:"usa-character-count__sr-status usa-sr-only","aria-live":"polite","data-testid":"characterCountSRMessage"}))};function Hv(){return Hv=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const q=m()("usa-checkbox",d),Z=m()("usa-checkbox__input",{"usa-checkbox__input--tile":I});return u().createElement("div",{"data-testid":"checkbox",className:q},u().createElement("input",Hv({className:Z,id:l,type:"checkbox",name:c,ref:T},H)),u().createElement("label",{className:"usa-checkbox__label",htmlFor:l},f,B&&u().createElement("span",{className:"usa-checkbox__label-description"},B)))};let ct=function(l){return l[l.SELECT_OPTION=0]="SELECT_OPTION",l[l.CLEAR=1]="CLEAR",l[l.OPEN_LIST=2]="OPEN_LIST",l[l.CLOSE_LIST=3]="CLOSE_LIST",l[l.FOCUS_OPTION=4]="FOCUS_OPTION",l[l.UPDATE_FILTER=5]="UPDATE_FILTER",l[l.BLUR=6]="BLUR",l[l.CLEAR_SELECTION=7]="CLEAR_SELECTION",l[l.FOCUS_INPUT=8]="FOCUS_INPUT",l}({});const HL=(l,c,d,f)=>{const T=I=>{const B=((q,Z="",$={})=>{const oe=de=>de.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&");let se=q.replace(/{{(.*?)}}/g,(de,ge)=>{const fe=ge.trim(),Fe=$[fe];if(fe!=="query"&&Fe){const ye=new RegExp(Fe,"i"),je=Z.match(ye);return je?oe(je[1]):""}return oe(Z)});return se="^(?:"+se+")$",new RegExp(se,"i")})(f.filter,I,f.extras),H=c.filter(q=>B.test(q.label.toLowerCase()));return d?{closestMatch:H.length>0?H[0]:c[0],optionsToDisplay:c}:{closestMatch:H[0],optionsToDisplay:H}};return(0,o.useReducer)((I,B)=>{switch(B.type){case ct.SELECT_OPTION:return{...I,isOpen:!1,selectedOption:B.option,focusMode:sn.Input,inputValue:B.option.label,filteredOptions:c,focusedOption:B.option,statusText:""};case ct.UPDATE_FILTER:{const{closestMatch:H,optionsToDisplay:q}=T(B.value),Z={...I,isOpen:!0,filteredOptions:q,inputValue:B.value,statusText:`${q.length} result${q.length>1?"s":""} available.`};return q.length<1&&(Z.statusText="No results."),d||!I.selectedOption?Z.focusedOption=H:I.selectedOption&&(Z.filteredOptions.includes(I.selectedOption)?Z.focusedOption=I.selectedOption:Z.focusedOption=H),Z}case ct.OPEN_LIST:{const H=I.filteredOptions.length?`${I.filteredOptions.length} result${I.filteredOptions.length>1?"s":""} available.`:"No results.";return{...I,isOpen:!0,focusMode:sn.Input,focusedOption:I.selectedOption||I.focusedOption||c[0],statusText:H}}case ct.CLOSE_LIST:{const H={...I,isOpen:!1,focusMode:sn.Input,focusedOption:void 0,statusText:""};return I.filteredOptions.length===0&&(H.filteredOptions=c,H.inputValue=""),I.selectedOption&&(H.inputValue=I.selectedOption.label),H}case ct.FOCUS_OPTION:{const H=I.filteredOptions.length?`${I.filteredOptions.length} result${I.filteredOptions.length>1?"s":""} available.`:"No results.";return{...I,isOpen:!0,focusedOption:B.option,focusMode:sn.Item,statusText:H}}case ct.CLEAR:return{...I,inputValue:"",isOpen:!1,focusMode:sn.Input,selectedOption:void 0,filteredOptions:c,focusedOption:c[0],statusText:""};case ct.BLUR:{const H={...I,isOpen:!1,focusMode:sn.None,filteredOptions:c,statusText:""};return I.selectedOption?(H.inputValue=I.selectedOption.label,H.focusedOption=I.selectedOption):(H.inputValue="",H.focusedOption=c[0]),H}case ct.CLEAR_SELECTION:return{...I,inputValue:"",isOpen:!1,focusMode:sn.None,selectedOption:void 0,filteredOptions:c,focusedOption:void 0,statusText:""};case ct.FOCUS_INPUT:return{...I,focusMode:sn.Input};default:throw new Error}},l)};function is(){return is=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const d=(0,o.useRef)(null);return(0,o.useEffect)(()=>{l&&d.current&&d.current.focus()}),u().createElement("input",is({type:"text"},c,{className:"usa-combo-box__input","data-testid":"combo-box-input",autoCapitalize:"off",autoComplete:"off",ref:d}))},WL=({id:l,name:c,className:d,options:f,defaultValue:T,disabled:I,onChange:B,assistiveHint:H,noResults:q,selectProps:Z,inputProps:$,ulProps:oe,customFilter:se,disableFiltering:de=!1},ge)=>{var Ir;const fe=!!I;let Fe;T&&(Fe=f.find(we=>we.value===T));const ye=se||{filter:".*{{query}}.*"},je={isOpen:!1,selectedOption:Fe||void 0,focusedOption:void 0,focusMode:sn.None,filteredOptions:f,inputValue:Fe?Fe.label:"",statusText:""},[te,re]=HL(je,f,de,ye),Ee=(0,o.useRef)(null),ke=(0,o.useRef)(null),ie=(0,o.useRef)(null);(0,o.useEffect)(()=>{var we;B&&B(((we=te.selectedOption)==null?void 0:we.value)||void 0)},[te.selectedOption]),(0,o.useEffect)(()=>{te.focusMode===sn.Item&&te.focusedOption&&ie.current&&ie.current.focus()},[te.focusMode,te.focusedOption]),(0,o.useEffect)(()=>{if(te.isOpen&&te.focusedOption&&ie.current&&ke.current&&te.focusMode===sn.Input){const we=ie.current.offsetTop+ie.current.offsetHeight;we>ke.current.scrollTop+ke.current.offsetHeight&&(ke.current.scrollTop=we-ke.current.offsetHeight),ie.current.offsetTop{var we;te.focusMode!==sn.None&&((we=Ee.current)!=null&&we.contains(window.document.activeElement)||re({type:ct.BLUR}))},[te.focusMode]),(0,o.useImperativeHandle)(ge,()=>({focus:()=>re({type:ct.FOCUS_INPUT}),clearSelection:()=>re({type:ct.CLEAR_SELECTION})}),[]);const Oe=(we,Je,tr)=>{const ka=Je.focusedOption?Je.filteredOptions.indexOf(Je.focusedOption):-1,ho=Je.filteredOptions[0],Tl=Je.filteredOptions[Je.filteredOptions.length-1];if(ka===-1)we({type:ct.FOCUS_OPTION,option:ho});else{const po=ka+tr;if(po<0)we({type:ct.CLOSE_LIST});else if(po>=Je.filteredOptions.length)we({type:ct.FOCUS_OPTION,option:Tl});else{const bt=Je.filteredOptions[po];we({type:ct.FOCUS_OPTION,option:bt})}}},_e=we=>{var tr;const{relatedTarget:Je}=we;(!Je||Je instanceof Node&&!((tr=Ee.current)!=null&&tr.contains(Je)))&&re({type:ct.BLUR})},rt=we=>{we.key==="Escape"?re({type:ct.CLOSE_LIST}):we.key==="Tab"||we.key==="Enter"?(we.preventDefault(),te.focusedOption&&re({type:ct.SELECT_OPTION,option:te.focusedOption})):we.key==="ArrowDown"||we.key==="Down"?(we.preventDefault(),Oe(re,te,Uv.Next)):we.key!=="ArrowUp"&&we.key!=="Up"||(we.preventDefault(),Oe(re,te,Uv.Previous))},yt=te.selectedOption&&te.selectedOption.label===te.inputValue,nt=m()("usa-combo-box",d,{"usa-combo-box--pristine":yt}),Ce=`${l}--list`,tt=`${l}--assistiveHint`,Et=te.focusedOption?te.filteredOptions.findIndex(we=>we===te.focusedOption):-1,Yt=Et>-1&&`${Ce}--option-${Et}`;return u().createElement("div",{"data-testid":"combo-box","data-enhanced":"true",className:nt,ref:Ee},u().createElement("select",is({},Z,{className:"usa-select usa-sr-only usa-combo-box__select",name:c,"aria-hidden":!0,tabIndex:-1,defaultValue:(Ir=te.selectedOption)==null?void 0:Ir.value,"data-testid":"combo-box-select"}),f.map(we=>u().createElement("option",{key:we.value,value:we.value},we.label))),u().createElement(UL,is({},$,{role:"combobox",onChange:we=>{$!=null&&$.onChange&&($==null||$.onChange(we)),re({type:ct.UPDATE_FILTER,value:we.target.value})},onClick:()=>re({type:ct.OPEN_LIST}),onBlur:we=>{var tr;const{relatedTarget:Je}=we;(!Je||Je instanceof Node&&!((tr=Ee.current)!=null&&tr.contains(Je)))&&te.focusMode!==sn.None&&re({type:ct.BLUR})},onKeyDown:we=>{if(we.key==="Escape")re({type:ct.CLOSE_LIST});else if(we.key==="ArrowDown"||we.key=="Down")we.preventDefault(),re({type:ct.FOCUS_OPTION,option:te.selectedOption||te.focusedOption||te.filteredOptions[0]});else if(we.key==="Tab"){if(te.isOpen&&!te.selectedOption){const Je=de?te.focusedOption:te.selectedOption||te.focusedOption;Je?(we.preventDefault(),re({type:ct.FOCUS_OPTION,option:Je})):re({type:ct.BLUR})}!te.isOpen&&te.selectedOption&&re({type:ct.BLUR})}else if(we.key==="Enter"&&te.isOpen){we.preventDefault();const Je=te.filteredOptions.find(tr=>tr.label.toLowerCase()===te.inputValue.toLowerCase());Je?re({type:ct.SELECT_OPTION,option:Je}):te.selectedOption?re({type:ct.CLOSE_LIST}):re({type:ct.CLEAR})}},value:te.inputValue,focused:te.focusMode===sn.Input,"aria-owns":Ce,"aria-controls":Ce,"aria-autocomplete":"list","aria-describedby":tt,"aria-expanded":te.isOpen,"aria-activedescendant":te.isOpen&&Yt||"",id:l,disabled:fe})),u().createElement("span",{className:"usa-combo-box__clear-input__wrapper",tabIndex:-1},u().createElement("button",{type:"button",className:"usa-combo-box__clear-input","aria-label":"Clear the select contents",onClick:()=>re({type:ct.CLEAR}),"data-testid":"combo-box-clear-button",onKeyDown:we=>{we.key==="Tab"&&te.isOpen&&te.selectedOption&&(we.preventDefault(),re({type:ct.FOCUS_OPTION,option:te.selectedOption}))},hidden:!yt||fe,disabled:fe}," ")),u().createElement("span",{className:"usa-combo-box__input-button-separator"}," "),u().createElement("span",{className:"usa-combo-box__toggle-list__wrapper",tabIndex:-1},u().createElement("button",{"data-testid":"combo-box-toggle",type:"button",className:"usa-combo-box__toggle-list",tabIndex:-1,"aria-label":"Toggle the dropdown list",onClick:()=>re({type:te.isOpen?ct.CLOSE_LIST:ct.OPEN_LIST}),disabled:fe}," ")),u().createElement("ul",is({},oe,{"data-testid":"combo-box-option-list",tabIndex:-1,id:Ce,className:"usa-combo-box__list",role:"listbox",ref:ke,hidden:!te.isOpen}),te.filteredOptions.map((we,Je)=>{const tr=we===te.focusedOption,ka=we===te.selectedOption,ho=m()("usa-combo-box__list-option",{"usa-combo-box__list-option--focused":tr,"usa-combo-box__list-option--selected":ka});return u().createElement("li",{ref:tr?ie:null,value:we.value,key:we.value,className:ho,tabIndex:tr?0:-1,role:"option","aria-selected":ka,"aria-setsize":te.filteredOptions.length,"aria-posinset":Je+1,id:Ce+`--option-${Je}`,onKeyDown:rt,onBlur:_e,"data-testid":`combo-box-option-${we.value}`,"data-value":we.value,onMouseEnter:()=>re({type:ct.FOCUS_OPTION,option:we}),onClick:()=>{re({type:ct.SELECT_OPTION,option:we})}},we.label)}),te.filteredOptions.length===0?u().createElement("li",{className:"usa-combo-box__list-option--no-results"},q||"No results found"):null),u().createElement("div",{className:"usa-combo-box__status usa-sr-only",role:"status"},te.statusText),u().createElement("span",{id:tt,className:"usa-sr-only","data-testid":"combo-box-assistive-hint"},H||`When autocomplete results are available use up and down arrows to review + and enter to select. Touch device users, explore by touch or with swipe + gestures.`))},H6=(0,o.forwardRef)(WL),Wv=()=>u().createElement("abbr",{title:"required",className:"usa-hint usa-hint--required"},"*");function qv(){return qv=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const q=m()({"usa-label":!I,"usa-sr-only":I,"usa-label--error":f},d);return u().createElement("label",qv({},H,{"data-testid":"label",className:q,htmlFor:c}),l,T&&u().createElement("span",{className:"usa-hint"},T),B&&u().createElement(u().Fragment,null," ",u().createElement(Wv,null)))},jl=({children:l,className:c,error:d})=>{const f=m()("usa-form-group",{"usa-form-group--error":d},c);return u().createElement("div",{"data-testid":"formGroup",className:f},l)};function Gv(){return Gv=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const q=m()({"usa-form-group--month":f=="month","usa-form-group--day":f=="day","usa-form-group--year":f=="year"}),Z=m()(B);return u().createElement(jl,{className:q},u().createElement(os,{htmlFor:l},d),u().createElement(El,Gv({},H,{className:Z,id:l,name:c,type:"text",maxLength:T,minLength:I,pattern:"[0-9]*",inputMode:"numeric"})))};function Kv(){return Kv=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const f=m()("usa-memorable-date",c);return u().createElement("div",Kv({className:f},d,{"data-testid":"dateInputGroup"}),l)},U6="Please enter a valid date",vi=12,W6="0000-01-01",ss="MM/DD/YYYY",q6="YYYY-MM-DD",Hu={months:["January","February","March","April","May","June","July","August","September","October","November","December"],daysOfWeek:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],daysOfWeekShort:["S","M","T","W","Th","F","S"],statuses:["You can navigate by day using left and right arrows","Weeks by using up and down arrows","Months by using page up and page down keys","Years by using shift plus page up and shift plus page down","Home and end keys navigate to the beginning and end of a week"],selectedDate:"Selected date",selectAMonth:"Select a month.",toggleCalendar:"Toggle calendar",backOneYear:"Navigate back one year",backOneMonth:"Navigate back one month",forwardOneYear:"Navigate forward one year",forwardOneMonth:"Navigate forward one month",selectMonth:"Select month",selectYear:"Select year"},Xv=(l,c)=>(c!==l.getMonth()&&l.setDate(0),l),Uu=(l,c,d)=>{const f=new Date(0);return f.setFullYear(l,c,d),f},Wu=()=>{const l=new Date,c=l.getDate(),d=l.getMonth(),f=l.getFullYear();return Uu(f,d,c)},Zv=l=>{const c=new Date(0);return c.setFullYear(l.getFullYear(),l.getMonth(),1),c},G6=l=>{const c=new Date(0);return c.setFullYear(l.getFullYear(),l.getMonth()+1,0),c},gi=(l,c)=>{const d=new Date(l.getTime());return d.setDate(d.getDate()+c),d},Yv=(l,c)=>gi(l,-c),K6=(l,c)=>gi(l,7*c),X6=l=>{const c=l.getDay();return Yv(l,c)},kl=(l,c)=>{const d=new Date(l.getTime()),f=(d.getMonth()+12+c)%12;return d.setMonth(d.getMonth()+c),Xv(d,f),d},Qv=(l,c)=>kl(l,-c),Jv=(l,c)=>kl(l,12*c),Z6=(l,c)=>Jv(l,-c),ls=(l,c)=>{const d=new Date(l.getTime());return d.setMonth(c),Xv(d,c),d},yi=(l,c)=>{const d=new Date(l.getTime()),f=d.getMonth();return d.setFullYear(c),Xv(d,f),d},Y6=(l,c)=>l&&c&&l.getFullYear()===c.getFullYear(),uo=(l,c)=>Y6(l,c)&&l.getMonth()===c.getMonth(),Ha=(l,c)=>uo(l,c)&&l.getDate()===c.getDate(),wn=(l,c,d)=>{let f=l;return ld&&(f=d),new Date(f.getTime())},$v=(l,c,d)=>l>=c&&(!d||l<=d),eg=(l,c,d)=>G6(ls(l,11))d,ln=(l,c=q6,d=!1)=>{let f,T,I,B,H;if(l){let q,Z,$;if(c===ss?[q,Z,$]=l.split("/"):[$,q,Z]=l.split("-"),$&&(H=parseInt($,10),!Number.isNaN(H)&&(B=H,d&&(B=Math.max(0,B),$.length<3)))){const oe=Wu().getFullYear();B=oe-oe%10**$.length+H}if(q&&(H=parseInt(q,10),Number.isNaN(H)||(T=H,d&&(T=Math.max(1,T),T=Math.min(12,T)))),T&&Z&&B!=null&&(H=parseInt(Z,10),!Number.isNaN(H)&&(I=H,d))){const oe=Uu(B,T,0).getDate();I=Math.max(1,I),I=Math.min(oe,I)}T&&I&&B!=null&&(f=Uu(B,T-1,I))}return f},xn=(l,c=q6)=>{const d=(B,H)=>`0000${B}`.slice(-H),f=l.getMonth()+1,T=l.getDate(),I=l.getFullYear();return c===ss?[d(f,2),d(T,2),d(I,4)].join("/"):[d(I,4),d(f,2),d(T,2)].join("-")},Q6=(l,c,d)=>{let f=!1;if(l){f=!0;const T=l.split("/"),[I,B,H]=T.map(q=>{let Z;const $=parseInt(q,10);return Number.isNaN($)||(Z=$),Z});if(I&&B&&H!=null){const q=Uu(H,I-1,B);q.getMonth()===I-1&&q.getDate()===B&&q.getFullYear()===H&&T[2].length===4&&$v(q,c,d)&&(f=!1)}}return f},tg=(l,c)=>{const d=[];let f=0;for(;fu().createElement("tr",{key:`row_${I}`},T.map((B,H)=>u().createElement("td",{key:`row_${I}_cell_${H}`},B)))))},rg=(l,c)=>{if(l.key==="Tab"){const d=c.filter(se=>se&&!se.disabled),f=document==null?void 0:document.activeElement,T=0,I=d.length-1,B=d[parseInt(`${T}`)],H=d[parseInt(`${I}`)],q=f instanceof HTMLButtonElement?d.indexOf(f):-1,Z=q===I,$=q===T,oe=q===-1;l.shiftKey?($||oe)&&(l.preventDefault(),H==null||H.focus()):(Z||oe)&&(l.preventDefault(),B==null||B.focus())}},ng=()=>typeof navigator<"u"&&(navigator.userAgent.match(/(iPod|iPhone|iPad)/g)||navigator.platform==="MacIntel"&&navigator.maxTouchPoints>1)&&!window.MSStream,KL=({date:l,onClick:c,onKeyDown:d,onMouseMove:f,isDisabled:T=!1,isSelected:I=!1,isFocused:B=!1,isPrevMonth:H=!1,isFocusedMonth:q=!1,isNextMonth:Z=!1,isToday:$=!1,isRangeDate:oe=!1,isRangeStart:se=!1,isRangeEnd:de=!1,isWithinRange:ge=!1,i18n:fe=Hu},Fe)=>{const ye=l.getDate(),je=l.getMonth(),te=l.getFullYear(),re=l.getDay(),Ee=xn(l),ke=B?0:-1,ie=m()("usa-date-picker__calendar__date",{"usa-date-picker__calendar__date--previous-month":H,"usa-date-picker__calendar__date--current-month":q,"usa-date-picker__calendar__date--next-month":Z,"usa-date-picker__calendar__date--selected":I,"usa-date-picker__calendar__date--today":$,"usa-date-picker__calendar__date--focused":B,"usa-date-picker__calendar__date--range-date":oe,"usa-date-picker__calendar__date--range-date-start":se,"usa-date-picker__calendar__date--range-date-end":de,"usa-date-picker__calendar__date--within-range":ge}),Oe=fe.months[parseInt(`${je}`)],_e=fe.daysOfWeek[parseInt(`${re}`)];return u().createElement("button",{type:"button","data-testid":"select-date",ref:Fe,onClick:()=>{c(Ee)},tabIndex:ke,className:ie,"data-day":ye,"data-month":je+1,"data-year":te,"data-value":Ee,"aria-label":`${ye} ${Oe} ${te} ${_e}`,"aria-selected":!!I,disabled:T,onKeyDown:rt=>{d(rt)},onMouseMove:q?()=>{T||ng()||f(l)}:void 0},ye)},XL=(0,o.forwardRef)(KL),ZL=({date:l,minDate:c,maxDate:d,handleSelectMonth:f,i18n:T=Hu})=>{const I=l.getMonth(),[B,H]=(0,o.useState)(I),q=(0,o.useRef)(null),Z=(0,o.useRef)(null);(0,o.useEffect)(()=>{const se=q.current&&q.current.querySelector(`[data-value="${B}"]`);se&&se.focus()},[B]);const $=se=>{var ye;let de;const ge=se.target,fe=parseInt(((ye=ge.dataset)==null?void 0:ye.value)||"",10),Fe=ls(l,fe);switch(se.key){case"ArrowUp":case"Up":de=fe-3;break;case"ArrowDown":case"Down":de=fe+3;break;case"ArrowLeft":case"Left":de=fe-1;break;case"ArrowRight":case"Right":de=fe+1;break;case"Home":de=fe-fe%3;break;case"End":de=fe+2-fe%3;break;case"PageDown":de=11;break;case"PageUp":de=0;break;default:return}if(de!==void 0){de=Math.max(0,Math.min(11,de));const je=ls(l,de),te=wn(je,c,d);uo(Fe,te)||H(te.getMonth())}se.preventDefault()},oe=T.months.map((se,de)=>{const ge=((te,re,Ee)=>G6(te)Ee)(ls(l,de),c,d),fe=de===I,Fe=de===B,ye=Fe?0:-1,je=m()("usa-date-picker__calendar__month",{"usa-date-picker__calendar__month--selected":fe,"usa-date-picker__calendar__month--focused":Fe});return u().createElement("button",{type:"button",key:`selectMonth_${se}`,ref:Fe?Z:null,tabIndex:ye,className:je,"data-value":de,"data-label":se,"aria-selected":fe,disabled:ge,onClick:()=>{f(de)},onKeyDown:$,onMouseMove:()=>{ge||ng()||de!==B&&H(de)}},se)});return u().createElement("div",{tabIndex:-1,"data-testid":"calendar-month-picker",className:"usa-date-picker__calendar__month-picker",ref:q,onKeyDown:se=>{rg(se,[Z==null?void 0:Z.current])}},u().createElement("table",{className:"usa-date-picker__calendar__table",role:"presentation"},u().createElement("tbody",null,tg(oe,3))))},YL=({date:l,minDate:c,maxDate:d,handleSelectYear:f,setStatuses:T})=>{const I=(0,o.useRef)(null),B=(0,o.useRef)(null),H=(0,o.useRef)(null),q=(0,o.useRef)(null),Z=l.getFullYear(),[$,oe]=(0,o.useState)(Z),[se,de]=(0,o.useState)([null,null]);let ge=$;ge-=ge%vi,ge=Math.max(0,ge);const fe=eg(yi(l,ge-1),c,d),Fe=eg(yi(l,ge+vi),c,d);(0,o.useEffect)(()=>{T([`Showing years ${ge} to ${ge+vi-1}. Select a year.`]);const[re,Ee]=se;if(re&&Ee)re.disabled?Ee.focus():re.focus(),de([null,null]);else{const ke=q.current&&q.current.querySelector(".usa-date-picker__calendar__year--focused");ke&&ke.focus()}},[$]),(0,o.useEffect)(()=>{const re=q.current&&q.current.querySelector(`[data-value="${$}"]`);re&&re.focus()},[]);const ye=re=>{var _e;let Ee;const ke=re.target,ie=parseInt(((_e=ke.dataset)==null?void 0:_e.value)||"",10),Oe=yi(l,ie);switch(re.key){case"ArrowUp":case"Up":Ee=ie-3;break;case"ArrowDown":case"Down":Ee=ie+3;break;case"ArrowLeft":case"Left":Ee=ie-1;break;case"ArrowRight":case"Right":Ee=ie+1;break;case"Home":Ee=ie-ie%3;break;case"End":Ee=ie+2-ie%3;break;case"PageDown":Ee=ie+vi;break;case"PageUp":Ee=ie-vi;break;default:return}if(Ee!==void 0){Ee=Math.max(0,Ee);const rt=yi(l,Ee),yt=wn(rt,c,d);Y6(Oe,yt)||oe(yt.getFullYear())}re.preventDefault()},je=[];let te=ge;for(;je.length{f(re)},yt=()=>{Ee||ng()||re!==$&&oe(re)};je.push(u().createElement("button",{type:"button",tabIndex:Oe,ref:ie?H:null,className:_e,"data-value":re,"aria-selected":ke,disabled:Ee,onClick:rt,onKeyDown:ye,onMouseMove:yt},re)),te+=1}return u().createElement("div",{tabIndex:-1,className:"usa-date-picker__calendar__year-picker","data-testid":"calendar-year-picker",ref:q,onKeyDown:re=>{rg(re,[I==null?void 0:I.current,H==null?void 0:H.current,B==null?void 0:B.current])}},u().createElement("table",{className:"usa-date-picker__calendar__table",role:"presentation"},u().createElement("tbody",null,u().createElement("tr",null,u().createElement("td",null,u().createElement("button",{type:"button","data-testid":"previous-year-chunk",className:"usa-date-picker__calendar__previous-year-chunk","aria-label":"Navigate back 12 years",disabled:fe,onClick:()=>{let re=$-vi;re=Math.max(0,re);let Ee=yi(l,re);Ee=wn(Ee,c,d),de([I.current,q.current]),oe(Ee.getFullYear())},ref:I})),u().createElement("td",{colSpan:3},u().createElement("table",{className:"usa-date-picker__calendar__table",role:"presentation"},u().createElement("tbody",null,tg(je,3)))),u().createElement("td",null,u().createElement("button",{type:"button","data-testid":"next-year-chunk",className:"usa-date-picker__calendar__next-year-chunk","aria-label":"Navigate forward 12 years",disabled:Fe,onClick:()=>{let re=$+vi;re=Math.max(0,re);let Ee=yi(l,re);Ee=wn(Ee,c,d),de([B.current,q.current]),oe(Ee.getFullYear())},ref:B}))))))},qu="DATE_PICKER",J6="MONTH_PICKER",$6="YEAR_PICKER",QL=({date:l,selectedDate:c,handleSelectDate:d,minDate:f,maxDate:T,rangeDate:I,setStatuses:B,focusMode:H,i18n:q=Hu})=>{const Z=(0,o.useRef)(null),$=(0,o.useRef)(null),oe=(0,o.useRef)(null),se=(0,o.useRef)(null),de=(0,o.useRef)(null),ge=(0,o.useRef)(null),fe=(0,o.useRef)(null),Fe=(0,o.useRef)(null),[ye,je]=(0,o.useState)(l||Wu()),[te,re]=(0,o.useState)(qu),[Ee,ke]=(0,o.useState)([null,null]);let ie=!0;const Oe=Be=>{let wt=ls(ye,Be);wt=wn(wt,f,T),je(wt),re(qu)},_e=Be=>{let wt=yi(ye,Be);wt=wn(wt,f,T),je(wt),re(qu)},rt=gi(ye,0),yt=ye.getMonth(),nt=ye.getFullYear(),Ce=q.months[parseInt(`${yt}`)],tt=q.daysOfWeekShort,Et=q.daysOfWeek,Yt=q.backOneYear,Ir=q.backOneMonth,we=`${Ce}. ${q.selectMonth}`,Je=`${nt}. ${q.selectYear}`,tr=q.forwardOneMonth,ka=q.forwardOneYear;if((0,o.useEffect)(()=>{ie=!1},[]),(0,o.useEffect)(()=>{l&&te===qu&&je(l)},[l]),(0,o.useEffect)(()=>{if(H!==Ku.Input){const[Be,wt]=Ee;if(Be&&wt)Be.disabled?wt.focus():Be.focus(),ke([null,null]);else{const Wr=Fe.current&&Fe.current.querySelector(".usa-date-picker__calendar__date--focused");Wr&&Wr.focus()}}if(ie){const Be=[`${Ce} ${nt}`];if(c&&Ha(rt,c)){const wt=q.selectedDate;Be.unshift(wt)}B(Be)}},[ye]),te===J6)return u().createElement(ZL,{date:ye,minDate:f,maxDate:T,handleSelectMonth:Oe,i18n:q});if(te===$6)return u().createElement(YL,{date:ye,minDate:f,maxDate:T,handleSelectYear:_e,setStatuses:B});const ho=Qv(ye,1),Tl=kl(ye,1),po=Zv(ye),bt=uo(ye,f),or=T&&uo(ye,T),kr=c||ye,wr=I&&((Be,wt)=>{let Wr=Be;return wt{let Wr=Be;return wt>Be&&(Wr=wt),new Date(Wr.getTime())})(kr,I),td=wr&&gi(wr,1),oO=Hr&&Yv(Hr,1),F_=Be=>{let wt;switch(Be.key){case"ArrowUp":case"Up":wt=((Wr,h2)=>K6(Wr,-h2))(ye,1);break;case"ArrowDown":case"Down":wt=K6(ye,1);break;case"ArrowLeft":case"Left":wt=Yv(ye,1);break;case"ArrowRight":case"Right":wt=gi(ye,1);break;case"Home":wt=X6(ye);break;case"End":wt=(Wr=>{const h2=Wr.getDay();return gi(Wr,6-h2)})(ye);break;case"PageDown":wt=Be.shiftKey?Jv(ye,1):kl(ye,1);break;case"PageUp":wt=Be.shiftKey?Z6(ye,1):Qv(ye,1);break;default:return}if(wt!==void 0){const Wr=wn(wt,f,T);Ha(ye,Wr)||je(wt)}Be.preventDefault()},P_=Be=>{Be!==ye&&je(Be)},rd=[];let Ur=X6(po);for(;rd.length<28||Ur.getMonth()===yt||rd.length%7!=0;){const Be=Ha(Ur,rt);rd.push(u().createElement(XL,{date:Ur,onClick:d,onKeyDown:F_,onMouseMove:P_,ref:Be?fe:null,isDisabled:!$v(Ur,f,T),isSelected:c&&Ha(Ur,c),isFocused:Be,isPrevMonth:uo(Ur,ho),isFocusedMonth:uo(Ur,rt),isNextMonth:uo(Ur,Tl),isToday:Ha(Ur,Wu()),isRangeDate:I&&Ha(Ur,I),isRangeStart:wr&&Ha(Ur,wr),isRangeEnd:Hr&&Ha(Ur,Hr),isWithinRange:td&&oO&&$v(Ur,td,oO),i18n:q})),Ur=gi(Ur,1)}return u().createElement("div",{tabIndex:-1,className:"usa-date-picker__calendar__date-picker","data-testid":"calendar-date-picker",ref:Fe,onKeyDown:Be=>{rg(Be,[Z==null?void 0:Z.current,$==null?void 0:$.current,de==null?void 0:de.current,ge==null?void 0:ge.current,oe==null?void 0:oe.current,se==null?void 0:se.current,fe==null?void 0:fe.current])}},u().createElement("div",{className:"usa-date-picker__calendar__row"},u().createElement("div",{className:"usa-date-picker__calendar__cell usa-date-picker__calendar__cell--center-items"},u().createElement("button",{type:"button","data-testid":"previous-year",onClick:()=>{let Be=Z6(ye,1);Be=wn(Be,f,T),je(Be),ke([Z.current,Fe.current])},ref:Z,className:"usa-date-picker__calendar__previous-year","aria-label":Yt,disabled:bt})),u().createElement("div",{className:"usa-date-picker__calendar__cell usa-date-picker__calendar__cell--center-items"},u().createElement("button",{type:"button","data-testid":"previous-month",onClick:()=>{let Be=Qv(ye,1);Be=wn(Be,f,T),je(Be),ke([$.current,Fe.current])},ref:$,className:"usa-date-picker__calendar__previous-month","aria-label":Ir,disabled:bt})),u().createElement("div",{className:"usa-date-picker__calendar__cell usa-date-picker__calendar__month-label"},u().createElement("button",{type:"button","data-testid":"select-month",onClick:()=>{re(J6);const Be=q.selectAMonth;B([Be])},ref:de,className:"usa-date-picker__calendar__month-selection","aria-label":we},Ce),u().createElement("button",{type:"button","data-testid":"select-year",onClick:()=>{re($6)},ref:ge,className:"usa-date-picker__calendar__year-selection","aria-label":Je},nt)),u().createElement("div",{className:"usa-date-picker__calendar__cell usa-date-picker__calendar__cell--center-items"},u().createElement("button",{type:"button","data-testid":"next-month",onClick:()=>{let Be=kl(ye,1);Be=wn(Be,f,T),je(Be),ke([oe.current,Fe.current])},ref:oe,className:"usa-date-picker__calendar__next-month","aria-label":tr,disabled:or})),u().createElement("div",{className:"usa-date-picker__calendar__cell usa-date-picker__calendar__cell--center-items"},u().createElement("button",{type:"button","data-testid":"next-year",onClick:()=>{let Be=Jv(ye,1);Be=wn(Be,f,T),je(Be),ke([se.current,Fe.current])},ref:se,className:"usa-date-picker__calendar__next-year","aria-label":ka,disabled:or}))),u().createElement("table",{className:"usa-date-picker__calendar__table"},u().createElement("thead",null,u().createElement("tr",null,tt.map((Be,wt)=>u().createElement("th",{className:"usa-date-picker__calendar__day-of-week",scope:"col","aria-label":Et[parseInt(`${wt}`)],key:`day-of-week-${Be}-${wt}`},Be)))),u().createElement("tbody",null,tg(rd,7))))};function Gu(){return Gu=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const ge=(0,o.useRef)(null),fe=(0,o.useRef)(null),Fe=f==="error",ye=f==="success",[je,te]=(0,o.useState)(""),[re,Ee]=(0,o.useState)(""),[ke,ie]=(0,o.useState)(!1),[Oe,_e]=(0,o.useState)(void 0),[rt,yt]=(0,o.useState)(0),[nt,Ce]=(0,o.useState)([]),[tt,Et]=(0,o.useState)(Ku.None),[Yt,Ir]=(0,o.useState)(void 0),we=ln(H),Je=q?ln(q):void 0,tr=Z?ln(Z):void 0,ka=(bt,or=!0)=>{var Hr;const kr=ln(bt),wr=kr&&xn(kr,ss);kr&&te(bt),wr&&Ee(wr),$&&$(wr),or&&(ie(!1),Ce([]),(Hr=fe==null?void 0:fe.current)==null||Hr.focus())};(0,o.useEffect)(()=>{T&&ka(T,!1)},[]),(0,o.useEffect)(()=>{if(ke){const bt=ge.current&&ge.current.querySelector(".usa-date-picker__calendar__date--focused");bt&&bt.focus()}},[ke]),(0,o.useEffect)(()=>{(()=>{var or,kr,wr,Hr;const bt=Q6(re,we,Je);bt&&!((or=fe==null?void 0:fe.current)!=null&&or.validationMessage)&&((kr=fe==null?void 0:fe.current)==null||kr.setCustomValidity(U6)),bt||((wr=fe==null?void 0:fe.current)==null?void 0:wr.validationMessage)!==U6||((Hr=fe==null?void 0:fe.current)==null||Hr.setCustomValidity(""))})()},[re,H,q]);const ho=m()("usa-date-picker","usa-date-picker--initialized",{"usa-date-picker--active":ke},d),Tl=m()("usa-input","usa-date-picker__external-input",{"usa-input--error":Fe,"usa-input--success":ye}),po=se.toggleCalendar;return u().createElement("div",{"data-testid":"date-picker",className:ho,ref:ge,onBlur:bt=>{var or;(or=ge.current)!=null&&or.contains(bt==null?void 0:bt.relatedTarget)||(ke&&(ie(!1),Ce([])),oe&&oe(bt))},onKeyDown:bt=>{var or;bt.key==="Escape"&&(ke&&(ie(!1),Ce([]),(or=fe==null?void 0:fe.current)==null||or.focus()),bt.preventDefault())}},u().createElement("input",Gu({},de,{name:c,"data-testid":"date-picker-internal-input",className:"usa-input usa-sr-only usa-date-picker__internal-input",type:"text","aria-hidden":!0,tabIndex:-1,required:!1,disabled:!1,value:je,readOnly:!0})),u().createElement("div",{className:"usa-date-picker__wrapper",tabIndex:-1},u().createElement("input",Gu({},de,{id:l,"data-testid":"date-picker-external-input",className:Tl,type:"text",disabled:I,required:B,value:re,ref:fe,onInput:bt=>{const or=bt.target.value;Ee(or),$&&$(or);const kr=ln(or,ss,!0);let wr="";if(kr&&!Q6(or,we,Je)&&(wr=xn(kr)),je!==wr&&te(wr),kr&&ke){const Hr=wn(kr,we,Je);_e(Hr)}},onFocus:()=>{Et(Ku.Input)},onBlur:bt=>{Et(Ku.None),oe&&oe(bt)}})),u().createElement("button",{"data-testid":"date-picker-button",type:"button",className:"usa-date-picker__button","aria-haspopup":!0,"aria-label":po,disabled:I,onClick:()=>{var bt;if(ke)Ce([]);else{const or=ln(re,ss,!0),kr=wn(or||T&&ln(T)||Wu(),we,Je);_e(kr),yt((bt=ge==null?void 0:ge.current)==null?void 0:bt.offsetHeight);const wr=se.statuses,Hr=ln(je);if(Hr&&Ha(Hr,gi(kr,0))){const td=se.selectedDate;wr.unshift(td)}Ce(wr)}ie(!ke)}}),u().createElement("div",{"data-testid":"date-picker-calendar",className:"usa-date-picker__calendar",role:"application",hidden:!ke,"data-value":Oe&&xn(Oe),style:{top:`${rt}px`},onKeyDown:bt=>{Ir(bt.keyCode)},onKeyUp:bt=>{bt.keyCode!==Yt&&bt.preventDefault()}},ke&&u().createElement(QL,{date:Oe,handleSelectDate:ka,minDate:we,maxDate:Je,rangeDate:tr,selectedDate:ln(je),setStatuses:Ce,focusMode:tt,i18n:se})),u().createElement("div",{"data-testid":"date-picker-status",className:"usa-sr-only usa-date-picker__status",role:"status","aria-live":"polite"},nt.join(". "))))};function Zu(){return Zu=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const{startDateLabel:c,startDateHint:d,startDatePickerProps:f,endDateLabel:T,endDateHint:I,endDatePickerProps:B,className:H}=l,[q,Z]=(0,o.useState)(f.defaultValue),[$,oe]=(0,o.useState)(B.defaultValue),se=(ke,ie)=>Oe=>{const _e=Oe&&ln(Oe,ss);if(_e){const rt=xn(_e);ie(rt)}else ie(Oe);ke&&ke(Oe)},de=se(f.onChange,Z),ge=se(B.onChange,oe),fe=m()(H,"usa-date-range-picker"),Fe=m()(f.className,"usa-date-range-picker__range-start"),ye=m()(B.className,"usa-date-range-picker__range-end"),je=`${f.id}-label`,te=`${f.id}-hint`,re=`${B.id}-label`,Ee=`${B.id}-hint`;return u().createElement("div",{className:fe,"data-testid":"date-range-picker"},u().createElement(jl,null,c&&u().createElement(os,{id:je,htmlFor:f.id},c),d&&u().createElement("div",{className:"usa-hint",id:te},d),u().createElement(Xu,Zu({className:Fe,rangeDate:$},f,{"aria-labelledby":c&&je,"aria-describedby":d&&te,onChange:de,maxDate:(()=>{const{maxDate:ke}=f,ie=ke&&ln(ke),Oe=$&&ln($);return Oe&&ie?Oe.getTime(){const{minDate:ke}=B,ie=ke&&ln(ke),Oe=q&&ln(q);return Oe&&ie?Oe.getTime()>ie.getTime()?xn(Oe):xn(ie):Oe&&xn(Oe)||ie&&xn(ie)||void 0})()}))))},$L=({children:l,className:c,id:d})=>{const f=m()("usa-error-message",c);return u().createElement("span",{"data-testid":"errorMessage",className:f,id:d,role:"alert"},l)};function ag(){return ag=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const B=m()("usa-fieldset",d),H=m()({"usa-legend":f==="default","usa-legend--large":f==="large","usa-sr-only":f==="srOnly"});return u().createElement("fieldset",ag({"data-testid":"fieldset",className:B},I),c&&u().createElement("legend",{className:H},c,T&&u().createElement(u().Fragment,null," ",u().createElement(Wv,null))),l)},eO="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",tR=({imageId:l,file:c})=>{const d=(0,o.useRef)(new FileReader),[f,T]=(0,o.useState)(!0),[I,B]=(0,o.useState)(eO),[H,q]=(0,o.useState)(!1);(0,o.useEffect)(()=>(d.current.onloadend=()=>{T(!1),B(d.current.result)},d.current.readAsDataURL(c),()=>{d.current.onloadend=null}),[]);const{name:Z}=c,$=Z.indexOf(".pdf")>0,oe=Z.indexOf(".doc")>0||Z.indexOf(".pages")>0,se=Z.indexOf(".mov")>0||Z.indexOf(".mp4")>0,de=Z.indexOf(".xls")>0||Z.indexOf(".numbers")>0,ge=!($||oe||se||de),fe=m()("usa-file-input__preview-image",{"is-loading":f,"usa-file-input__preview-image--pdf":H&&$,"usa-file-input__preview-image--word":H&&oe,"usa-file-input__preview-image--video":H&&se,"usa-file-input__preview-image--excel":H&&de,"usa-file-input__preview-image--generic":H&&ge});return u().createElement("div",{"data-testid":"file-input-preview",className:"usa-file-input__preview","aria-hidden":"true"},u().createElement("img",{id:l,"data-testid":"file-input-preview-image",src:I,alt:"",className:fe,onError:()=>{B(eO),q(!0)}}),Z)},rR=l=>l.replace(/[^a-z0-9]/g,function(c){const d=c.charCodeAt(0);return d===32?"-":d>=65&&d<=90?`img_${c.toLowerCase()}`:`__${d.toString(16).slice(-4)}`});function ig(){return ig=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const de=(0,o.useRef)(null),[ge,fe]=(0,o.useState)(!1),[Fe,ye]=(0,o.useState)(!1),[je,te]=(0,o.useState)([]),[re,Ee]=(0,o.useState)(!1);(0,o.useEffect)(()=>{if(typeof navigator>"u")return;const nt=/rv:11.0/i.test(navigator==null?void 0:navigator.userAgent)||/Edge\/\d./i.test(navigator==null?void 0:navigator.userAgent);Ee(nt)},[typeof navigator]),(0,o.useImperativeHandle)(se,()=>({input:de.current,clearFiles:()=>te([]),files:je}),[je]);const ke=m()("usa-file-input",{"usa-file-input--disabled":I},H),ie=m()("usa-file-input__target",{"usa-file-input--drag":ge,"has-invalid-file":Fe}),Oe=B?"Drag files here or ":"Drag file here or ",_e=[];if(je)for(let nt=0;nt<(je==null?void 0:je.length);nt++){const Ce=rR(je[parseInt(`${nt}`)].name),tt=`filePreview_${Ce}`;_e.push(u().createElement(tR,{key:tt,imageId:Ce,file:je[parseInt(`${nt}`)]}))}const rt=m()("usa-file-input__instructions",{"display-none":_e.length>0}),yt=_e.length>1?`${_e.length} files selected`:"Selected file";return u().createElement("div",{"data-testid":"file-input",className:ke,"aria-disabled":I},u().createElement("div",{"data-testid":"file-input-droptarget",className:ie,onDragOver:()=>fe(!0),onDragLeave:()=>fe(!1),onDrop:nt=>{(Ce=>{if(ye(!1),q){const tt=q.split(",");let Et=!0;for(let Yt=0;Yt0||Ir.type.includes(Je.replace(/\*/g,"")),Et)break}}Et||(te([]),ye(!0),Ce.preventDefault(),Ce.stopPropagation())}})(nt),fe(!1),$&&$(nt)}},_e.length>0&&u().createElement("div",{"data-testid":"file-input-preview-heading",className:"usa-file-input__preview-heading"},yt," ",u().createElement("span",{className:"usa-file-input__choose"},"Change file",_e.length>1&&"s")),u().createElement("div",{"data-testid":"file-input-instructions",className:rt,"aria-hidden":"true"},!re&&u().createElement("span",{className:"usa-file-input__drag-text"},d||Oe),u().createElement("span",{className:"usa-file-input__choose"},f||"choose from folder")),_e,u().createElement("div",{"data-testid":"file-input-box",className:"usa-file-input__box"}),Fe&&u().createElement("div",{"data-testid":"file-input-error",className:"usa-file-input__accepted-files-message"},T||"This is not a valid file type."),u().createElement("input",ig({},oe,{ref:de,type:"file","data-testid":"file-input-input",name:l,id:c,className:"usa-file-input__input",disabled:I,onChange:nt=>{var tt,Et,Yt,Ir;ye(!1);const Ce=[];if((Et=(tt=nt.target)==null?void 0:tt.files)!=null&&Et.length){const we=((Ir=(Yt=nt.target)==null?void 0:Yt.files)==null?void 0:Ir.length)||0;for(let Je=0;Je{const B=m()({"usa-form":!T,"usa-form--large":f},d);return u().createElement("form",og({"data-testid":"form",className:B,onSubmit:l},I),c)},iR=({children:l,className:c,error:d})=>{const f=m()("usa-input-group",{"usa-input-group--error":d},c);return u().createElement("div",{"data-testid":"inputGroup",className:f},l)};function sg(){return sg=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const f=m()("usa-input-prefix",l);return u().createElement("div",sg({className:f,"aria-hidden":"true"},d,{"data-testid":"InputPrefix"}),c)};function lg(){return lg=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const f=m()("usa-input-suffix",l);return u().createElement("div",lg({className:f,"aria-hidden":"true"},d,{"data-testid":"InputSuffix"}),c)};function cg(){return cg=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const B=m()("usa-button","usa-language__link",T),H=c?u().createElement("span",{lang:c},l):l;return u().createElement("button",cg({"data-testid":"languageSelectorButton",className:B,"aria-expanded":d,"aria-controls":"language-options",onClick:()=>f(),type:"button"},I),H)};function dg(){return dg=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const T=c==="primary",I=c==="secondary",B=c==="subnav",H=c==="megamenu",q=c==="footerSecondary",Z=c==="language",$=m()({"usa-nav__primary usa-accordion":T,"usa-nav__secondary-links":I,"usa-nav__submenu":B,"usa-nav__submenu-list":H,"usa-list usa-list--unstyled":q,"usa-language__submenu":Z},d),oe=m()({"usa-nav__primary-item":T,"usa-nav__secondary-item":I,"usa-nav__submenu-item":B||H,"usa-footer__secondary-link":q,"usa-language__submenu-item":Z});return u().createElement("ul",dg({className:$},f),l.map((se,de)=>u().createElement("li",{key:`item_${de}`,className:oe},se)))};function fg(){return fg=Object.assign?Object.assign.bind():function(l){for(var c=1;cu().createElement(fo,fg({className:l,items:c,type:f||"subnav",hidden:!d},T));function hg(){return hg=Object.assign?Object.assign.bind():function(l){for(var c=1;cl.map((c,d)=>{const f=u().createElement(u().Fragment,null,u().createElement("span",{lang:c.attr},u().createElement("strong",null,c.label)),c.label_local&&` (${c.label_local})`);return typeof c.on_click=="string"?u().createElement("a",{key:d,href:c.on_click,"data-testid":c.attr},f):u().createElement(S,{key:d,onClick:c.on_click,"data-testid":c.attr,type:"button",unstyled:!0},f)});var cR=({label:l,langs:c,small:d,className:f,displayLang:T,...I})=>{const[B,H]=(0,o.useState)(!1),q=m()("usa-language-container",{"usa-language--small":d!==void 0},f),Z=c.find($=>$.attr===T);return u().createElement("div",hg({className:q,"data-testid":"languageSelector"},I),u().createElement("ul",{className:"usa-language__primary usa-accordion"},u().createElement("li",{className:"usa-language__primary-item"},u().createElement(ug,{className:q,label:(Z==null?void 0:Z.label)||l||c[0].label,isOpen:B,onToggle:()=>H($=>!$)}),u().createElement(rO,{items:lR(c),isOpen:B,id:"language-options",type:"language"}))))};function Yu(){return Yu=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const B=m()("usa-language-container",{"usa-language--small":d!==void 0},f),[H,q]=(0,o.useState)(!1);if(c.length>2){const Z={label:l,langs:c,small:d,displayLang:T};return u().createElement(cR,Yu({},Z,{className:f}))}{l&&console.warn("LanguageSelector's label is not used when only two languages are available.");const Z=c.find(se=>se.attr===T)||c[Number(H)],$=typeof Z.on_click=="string"?Z.on_click:"",oe=typeof Z.on_click=="string"?()=>{window.location.assign($)}:Z.on_click;return u().createElement("div",Yu({className:B,"data-testid":"languageSelector"},I),u().createElement(ug,{className:B,label:Z.label,labelAttr:Z.attr,onToggle:()=>{oe(),T||q(se=>!se)}}))}};function pg(){return pg=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const q=m()("usa-radio",d),Z=m()("usa-radio__input",{"usa-radio__input--tile":I});return u().createElement("div",{"data-testid":"radio",className:q},u().createElement("input",pg({className:Z,id:l,type:"radio",name:c,ref:T},H)),u().createElement("label",{className:"usa-radio__label",htmlFor:l},f,B&&u().createElement("span",{className:"usa-checkbox__label-description"},B)))};function mg(){return mg=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const I=m()("usa-range",l),B=Math.round(50),{min:H,max:q,defaultValue:Z,value:$,...oe}=T,se=H||0,de=q||100,ge=f||"",fe=d||"of",Fe=$!==void 0?$:Z!==void 0?Z:B,[ye,je]=(0,o.useState)(Fe),te=`${ye} ${ge} ${fe} ${de}`;return u().createElement("input",mg({"data-testid":"range","aria-valuetext":te,className:I,ref:c,type:"range"},oe,{min:se,max:de,value:ye,onChange:re=>je(Number(re.target.value))}))};function vg(){return vg=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const H=I==="error",q=I==="success",Z=m()("usa-select",{"usa-input--error":H,"usa-input--success":q},d);return u().createElement("select",vg({"data-testid":"Select",className:Z,id:l,name:c,ref:f},B),T)};function gg(){return gg=Object.assign?Object.assign.bind():function(l){for(var c=1;c!Number.isNaN(parseInt(q,10)),B=q=>!!q&&q.match(/[A-Z]/i);let H="";for(let q=0,Z=0;q=0,de="A".indexOf(f[q])>=0;if(se&&$||d&&de&&oe)H+=T[Z++];else{if(T[Z]===void 0||!d&&!$&&se||d&&(de&&!oe||se&&!oe))break;H+=f[q]}}return H}const pR=({id:l,className:c,mask:d,value:f,defaultValue:T,charset:I,onChange:B,...H})=>{const q=m()({"usa-masked":d},c),[Z,$]=(0,o.useState)(yg(f??T??"",d,I));(0,o.useEffect)(()=>{$(yg(f??T??"",d,I))},[f]);const[oe,se]=(0,o.useState)(d.substring(Z.length));return u().createElement("span",{className:"usa-input-mask"},u().createElement("span",{className:"usa-input-mask--content","aria-hidden":!0,"data-testid":`${l}Mask`},u().createElement("i",null,Z),oe),u().createElement(El,gg({"data-testid":"textInput",className:q,id:l,maxLength:d.length,onChange:de=>{const ge=yg(de.target.value,d,I);se(d.substring(ge.length)),$(ge),de.target.value=ge,B==null||B(de)},value:Z},H)))},nO=l=>{let c;if(l){const[d,f]=l.split(":").map(T=>{let I;const B=parseInt(T,10);return Number.isNaN(B)||(I=B),I});d!=null&&f!=null&&(c=60*d+f)}return c},mR=l=>{const c=l%60,d=Math.floor(l/60);return{minute:c,hour24:d,hour12:d%12||12,ampm:d<12?"am":"pm"}},bg=(l,c)=>`0000${l}`.slice(-c),vR={filter:"0?{{ hourQueryFilter }}:{{minuteQueryFilter}}.*{{ apQueryFilter }}m?",extras:{apQueryFilter:"([ap])",hourQueryFilter:"([1-9][0-2]?)",minuteQueryFilter:"[\\d]+:([0-9]{0,2})"}},gR=({id:l,name:c,onChange:d,label:f,defaultValue:T,disabled:I,minTime:B="00:00",maxTime:H="23:59",step:q=30,hint:Z,className:$})=>{const oe=m()("usa-time-picker",$),se=nO(B)||0,de=nO(H)||1439,ge=q<1?1:q,fe=(0,o.useMemo)(()=>((je,te,re)=>{const Ee=[];for(let ke=je;ke<=te;ke+=re){const{minute:ie,hour24:Oe,hour12:_e,ampm:rt}=mR(ke);Ee.push({value:`${bg(Oe,2)}:${bg(ie,2)}`,label:`${_e}:${bg(ie,2)}${rt}`})}return Ee})(se,de,ge),[B,H,q]),Fe=`${c}-label`,ye=`${c}-hint`;return u().createElement(jl,null,u().createElement(os,{className:"usa-label",id:Fe,htmlFor:l},f),Z&&u().createElement("div",{className:"usa-hint",id:ye},Z),u().createElement(H6,{id:l,name:c,className:oe,onChange:d,defaultValue:T,options:fe,disabled:I,customFilter:vR,disableFiltering:!0}))};function wg(){return wg=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const f=m()(c,"usa-checklist");return u().createElement("ul",wg({className:f,"data-testid":"validationChecklist"},d),l)};function xg(){return xg=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const T=m()("usa-checklist__item",{"usa-checklist__item--checked":d},c);return u().createElement("li",xg({className:T},f),l)};function Og(){return Og=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const f=m()("usa-nav__close",c);return u().createElement("button",Og({className:f,onClick:l,"data-testid":"navCloseButton","aria-label":"Close Navigation Menu"},d,{type:"button"}),u().createElement(P.Close,{size:3,"aria-hidden":"true"}))};function Eg(){return Eg=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const H=m()("usa-nav",{"is-visible":d},T);return u().createElement("nav",Eg({className:H},B),u().createElement("div",{className:"usa-nav__inner"},u().createElement(Sg,{onClick:I}),u().createElement(fo,{items:l,type:"primary"}),u().createElement("div",{className:"usa-nav__secondary"},u().createElement(fo,{items:c,type:"secondary"}),f)))};function jg(){return jg=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const B=m()("usa-header",{"usa-header--basic":l,"usa-header--megamenu":d,"usa-header--extended":c},T);return u().createElement("header",jg({"data-testid":"header",className:B},I),f)};function kg(){return kg=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const T=m()("usa-nav__submenu usa-megamenu",d);return u().createElement("div",{className:T,hidden:!c,"data-testid":"megamenu"},u().createElement("div",{className:"grid-row grid-gap-4"},l.map((I,B)=>u().createElement("div",{className:"usa-col",key:`subnav_col_${B}`},u().createElement(fo,kg({items:I,type:"megamenu"},f))))))};function Cg(){return Cg=Object.assign?Object.assign.bind():function(l){for(var c=1;cu().createElement("button",Cg({className:"usa-menu-btn",onClick:c,"data-testid":"navMenuButton"},d,{type:"button"}),l);function Tg(){return Tg=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const H=m()("usa-accordion__button","usa-nav__link",{"usa-current":T},I);return u().createElement("button",Tg({"data-testid":"navDropDownButton",className:H,"aria-expanded":d,"aria-controls":c,onClick:()=>f()},B,{type:"button"}),u().createElement("span",null,l))};function Ng(){return Ng=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const B=m()("usa-nav",{"is-visible":d},T);return u().createElement("nav",Ng({className:B},I),u().createElement(Sg,{onClick:c}),u().createElement(fo,{items:l,type:"primary"}),f)};function Fg(){return Fg=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const f=m()("usa-logo",l);return u().createElement("div",Fg({className:f},d),u().createElement("em",{className:"usa-logo__text"},c))},CR=({children:l,className:c})=>{const d=m()(c,"usa-icon-list");return u().createElement("ul",{className:d,"data-testid":"iconList"},l)};function Pg(){return Pg=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const f=m()(l,"usa-icon-list__content");return u().createElement("div",Pg({className:f},d,{"data-testid":"iconListContent"}),c)};function Mg(){return Mg=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const f=m()(l,"usa-icon-list__icon");return u().createElement("div",Mg({className:f},d,{"data-testid":"iconListIcon"}),c)};function zg(){return zg=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const f=m()(l,"usa-icon-list__item");return u().createElement("li",zg({className:f},d,{"data-testid":"iconListItem"}),c)},PR=({type:l,children:c,className:d})=>{const f=m()(d,"usa-icon-list__title"),T=l;return u().createElement(T,{className:f,"data-testid":"iconListTitle"},c)};function Ag(){return Ag=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const f=m()("usa-identifier",l);return u().createElement("div",Ag({"data-testid":"identifier",className:f},d),c)};function Dg(){return Dg=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const f=m()("usa-identifier__section usa-identifier__section--usagov",c);return u().createElement("section",Dg({"data-testid":"identifierGov",className:f},d),u().createElement("div",{className:"usa-identifier__container"},l))};function Ig(){return Ig=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const T=m()("usa-identifier__identity",d);return u().createElement("div",Ig({"data-testid":"identifierIdentity",className:T},f),u().createElement("p",{className:"usa-identifier__identity-domain"},c),u().createElement("p",{className:"usa-identifier__identity-disclaimer"},l))};function DR({className:l,...c}){const d={...c,className:m()(l,"usa-identifier__required-link")};return u().createElement(_,d)}function Lg(){return Lg=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const f=m()("usa-identifier__required-links-item",c);return u().createElement("li",Lg({className:f},d),l)};function Qu(){return Qu=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const T=m()("usa-identifier__section usa-identifier__section--required-links",c);return u().createElement("nav",Qu({className:T},d),u().createElement("div",{className:"usa-identifier__container"},u().createElement("ul",Qu({className:"usa-identifier__required-links-list"},f),l)))};function Rg(){return Rg=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const f=m()("usa-identifier__logo",c);return u().createElement("a",Rg({className:f},d),l)};function _g(){return _g=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const f=m()("usa-identifier__logos",c);return u().createElement("div",_g({"data-testid":"identifierLogos",className:f},d),l)};function Bg(){return Bg=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const f=m()("usa-identifier__section usa-identifier__section--masthead",l);return u().createElement("section",Bg({"data-testid":"identifierMasthead",className:f},d),u().createElement("div",{className:"usa-identifier__container"},c))},VR=({size:l,className:c,items:d})=>{const f=l==="big",T=l==="medium",I=l==="slim",B=m()("usa-footer__address",c),H=m()({"grid-col-auto":f||T,"grid-col-auto mobile-lg:grid-col-12 desktop:grid-col-auto":I});return u().createElement("address",{className:B},I?u().createElement("div",{className:"grid-row grid-gap"},d.map((q,Z)=>u().createElement("div",{className:H,key:`addressItem-${Z}`},u().createElement("div",{className:"usa-footer__contact-info"},q)))):u().createElement("div",{className:"usa-footer__contact-info grid-row grid-gap"},d.map((q,Z)=>u().createElement("div",{className:H,key:`addressItem-${Z}`},q))))};function Vg(){return Vg=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const I=m()("usa-footer",{"usa-footer--big":l==="big","usa-footer--medium":l==="medium","usa-footer--slim":l==="slim"},T.className);return u().createElement("footer",Vg({},T,{className:I}),c&&c,u().createElement("div",{className:"usa-footer__primary-section"},d),u().createElement("div",{className:"usa-footer__secondary-section"},u().createElement("div",{className:"grid-container"},f)))},aO=({className:l,isMobile:c,nestedLinks:d})=>{const f=m()("grid-row grid-gap-4",l),T=window&&typeof window=="object",[I,B]=u().useState(T&&window.innerWidth<480),[H,q]=(0,o.useState)(Array(d.length).fill(!1)),Z=c||c===void 0&&I;return(0,o.useEffect)(()=>{if(!c)return window.addEventListener("resize",$),()=>window.removeEventListener("resize",$);function $(){const oe=T&&window.innerWidth<480;oe!==I&&B(oe)}},[]),u().createElement("div",{className:f},d.map(($,oe)=>u().createElement("div",{key:`linkSection-${oe}`,className:"mobile-lg:grid-col-6 desktop:grid-col-3"},u().createElement(UR,{onToggle:Z?()=>{return se=oe,void q(de=>{const ge=Array(d.length).fill(!1);return ge[se]=!de[se],ge});var se}:void 0,isOpen:!Z||H[oe],links:$}))))},UR=({isOpen:l=!1,links:c,onToggle:d})=>{const[f,...T]=c,I=m()("usa-footer__primary-content usa-footer__primary-content--collapsible",{hidden:!l});return u().createElement("section",{className:I,onClick:d,onKeyPress:d},u().createElement("h4",{className:"usa-footer__primary-link"},f),u().createElement(fo,{type:"footerSecondary",items:T}))};function Hg(){return Hg=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const I=c==="big",B=c==="medium",H=c==="slim",q=m()("usa-footer__nav",l),Z=m()("desktop:grid-col-auto usa-footer__primary-content",{"mobile-lg:grid-col-4":I||B,"mobile-lg:grid-col-6":H});return u().createElement("nav",Hg({className:q},T),I&&iO(f)&&u().createElement(aO,{isMobile:d,nestedLinks:f}),!iO(f)&&u().createElement("ul",{className:"grid-row grid-gap"},f.map(($,oe)=>u().createElement("li",{key:`navLink-${oe}`,className:Z},$))))},qR=({size:l,heading:c,image:d,...f})=>{const T=l==="big",I=l==="medium",B=l==="slim",H=m()("usa-footer__logo grid-row",{"mobile-lg:grid-col-6 mobile-lg:grid-gap-2":T||I,"grid-gap-2":B},f.className),q=m()({"mobile-lg:grid-col-auto":T||I,"grid-col-auto":B});return u().createElement("div",{className:H,"data-testid":"footerLogo"},u().createElement(u().Fragment,null,u().createElement("div",{className:q},d),c&&u().createElement("div",{className:q},c)))};function Ug(){return Ug=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const d=m()("usa-footer__social-links grid-row grid-gap-1",l);return u().createElement("div",{className:d},c.map((f,T)=>u().createElement("div",{key:`socialLink${T}`,className:"grid-col-auto"},f)))},KR=({name:l,...c})=>{let d;switch(l){case"Facebook":d=u().createElement(P.Facebook,{className:"usa-social-link__icon",name:l});break;case"Twitter":d=u().createElement(P.Twitter,{className:"usa-social-link__icon",name:l});break;case"YouTube":d=u().createElement(P.Youtube,{className:"usa-social-link__icon",name:l});break;case"Instagram":d=u().createElement(P.Instagram,{className:"usa-social-link__icon",name:l});break;case"RSS":d=u().createElement(P.RssFeed,{className:"usa-social-link__icon",name:l})}return u().createElement("a",Ug({className:"usa-social-link"},c,{title:l}),d)};var XR=s(483),ZR=s.n(XR);function Wg(){return Wg=Object.assign?Object.assign.bind():function(l){for(var c=1;cu().createElement(S,Wg({"aria-label":"Close this window"},c,{className:"usa-modal__close",onClick:l,"data-close-modal":!0,type:"button"}),u().createElement(P.Close,{"aria-hidden":"true"}));function qg(){return qg=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const q=m()("usa-modal",{"usa-modal--lg":T},c);return u().createElement("div",qg({},B,{"data-testid":"modalWindow",className:q,ref:H,"data-force-action":I}),u().createElement("div",{className:"usa-modal__content"},u().createElement("div",{className:"usa-modal__main"},d),!I&&u().createElement(YR,{"aria-controls":l,handleClose:f})))},JR=(0,o.forwardRef)(QR);function Gg(){return Gg=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const q=m()("usa-modal-wrapper",{"is-visible":d,"is-hidden":!d},T);return u().createElement("div",Gg({},B,{ref:H,id:l,className:q,role:"dialog"}),u().createElement("div",{"data-testid":"modalOverlay",className:"usa-modal-overlay",onClick:f?void 0:I,"aria-controls":l},c))},e_=(0,o.forwardRef)($R);var t_=s(156),r_=s.n(t_);function Kg(){return Kg=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const{isOpen:Z,toggleModal:$}=(ie=>{const[Oe,_e]=(0,o.useState)(ie||!1);return{isOpen:Oe,toggleModal:(rt,yt)=>rt&&!(nt=>{const Ce=nt.target;return!(nt&&Ce&&Ce.closest(".usa-modal"))||Ce.hasAttribute("[data-close-modal]")||!!Ce.closest("[data-close-modal]")})(rt)?(rt.stopPropagation(),!1):(_e(yt===!0||yt!==!1&&(nt=>!nt)),!0)}})(B),[oe,se]=(0,o.useState)(!1),de=(0,o.useRef)(),ge=(0,o.useRef)(),fe=(0,o.useRef)(null),Fe=`body > *:not(${T||".usa-modal-wrapper"}):not([aria-hidden])`,ye=ie=>{$(ie,!1)};(0,o.useImperativeHandle)(q,()=>({modalId:l,modalIsOpen:Z,toggleModal:$}),[l,Z]);const je=()=>{const{body:ie}=document;ie.style.paddingRight=de.current||"",ie.classList.remove("usa-js-modal--active"),ie.classList.remove("usa-js-no-click"),document.querySelectorAll("[data-modal-hidden]").forEach(Oe=>{Oe.removeAttribute("aria-hidden"),Oe.removeAttribute("data-modal-hidden")})};(0,o.useEffect)(()=>{const ie=(()=>{var rt;if(typeof document!==void 0){const yt=document.createElement("div");yt.setAttribute("style","visibility: hidden; overflow: scroll; ms-overflow-style: scrollbar"),document.body.appendChild(yt);const nt=document.createElement("div");yt.appendChild(nt);const Ce=yt.offsetWidth-nt.offsetWidth+"px";return(rt=yt.parentNode)==null||rt.removeChild(yt),Ce}return""})(),Oe=window.getComputedStyle(document.body).getPropertyValue("padding-right")||"0px",_e=`${parseInt(Oe.replace(/px/,""),10)+parseInt(ie.replace(/px/,""),10)}px`;return de.current=Oe,ge.current=_e,se(!0),()=>{je()}},[]),(0,o.useEffect)(()=>{oe&&(Z===!0?(()=>{const{body:ie}=document;ie.style.paddingRight=ge.current||"",ie.classList.add("usa-js-modal--active"),document.querySelectorAll(Fe).forEach(Oe=>{Oe.setAttribute("aria-hidden","true"),Oe.setAttribute("data-modal-hidden","")}),f&&ie.classList.add("usa-js-no-click")})():Z===!1&&je())},[Z]);const te=H["aria-labelledby"],re=H["aria-describedby"];te||console.error(`${l} is missing aria-labelledby attribute`),re||console.error(`${l} is missing aria-describedby attribute`),delete H["aria-labelledby"],delete H["aria-describedby"];const Ee={initialFocus:()=>{var Oe;return((Oe=fe.current)==null?void 0:Oe.querySelector("[data-focus]"))||fe.current||!1},escapeDeactivates:()=>!f&&(ye(),!0)},ke=u().createElement(ZR(),{active:Z,focusTrapOptions:Ee},u().createElement(e_,{role:"dialog",id:l,"aria-labelledby":te,"aria-describedby":re,"data-force-action":f,isVisible:Z,handleClose:ye,forceAction:f},u().createElement(JR,Kg({modalId:l},H,{ref:fe,isLarge:d,forceAction:f,tabIndex:-1,handleClose:ye}),c)));if(I){const ie=document.getElementById("modal-root")||document.body;return r_().createPortal(ke,ie)}return ke},a_=(0,o.forwardRef)(n_);function Xg(){return Xg=Object.assign?Object.assign.bind():function(l){for(var c=1;c{var B;const I={"data-close-modal":!0,"data-open-modal":!0};return d&&!f&&delete I["data-close-modal"],f&&!d&&delete I["data-open-modal"],u().createElement(S,Xg({},T,I,{type:"button","aria-controls":(B=l==null?void 0:l.current)==null?void 0:B.modalId,onClick:H=>{if(!l||!l.current)return console.error("ModalRef is required"),!1;T.onClick&&T.onClick(H),d&&!f?l.current.toggleModal(H,!0):f&&!d?l.current.toggleModal(H,!1):l.current.toggleModal(H)}}),c)};function o_({modalRef:l,...c}){var T;const d={...c,role:"button","aria-controls":(T=l==null?void 0:l.current)==null?void 0:T.modalId,"data-open-modal":!0,onClick:I=>{if(!l||!l.current)return console.error("ModalRef is required"),!1;I.preventDefault(),l.current.toggleModal(I,!0)}};if(A(d))return u().createElement(_,d);const f=d;return u().createElement(_,f)}function Zg(){return Zg=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const f=m()("usa-modal__heading",l);return u().createElement("h2",Zg({className:f},d),c)};function Yg(){return Yg=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const f=m()("usa-modal__footer",c);return u().createElement("div",Yg({className:f,"data-testid":"modalFooter"},d),l)};function Qg(){return Qg=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const f=m()("usa-card-group",c);return u().createElement("ul",Qg({className:f,"data-testid":"CardGroup"},d),l)};function Ju(){return Ju=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const{className:H,...q}=I||{},Z=T&&(se=>{let de=Vu(se);return Object.keys(Rv).forEach(ge=>{const fe=ge;if(Object.prototype.hasOwnProperty.call(se,fe)){const Fe=se[fe];de=m()(de,Vu(Fe,fe))}}),de})(T),$=m()("usa-card",{"usa-card--header-first":c,"usa-card--flag":l==="flagDefault"||l==="flagMediaRight","usa-card--media-right":l==="flagMediaRight"},Z,f),oe=m()("usa-card__container",H);return u().createElement("li",Ju({className:$,"data-testid":"Card"},B),u().createElement("div",Ju({className:oe},q),d))};function Jg(){return Jg=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const T=m()("usa-card__header",{"usa-card__header--exdent":l},d);return u().createElement("header",Jg({className:T},f,{"data-testid":"CardHeader"}),c)};function $g(){return $g=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const B=m()("usa-card__media",{"usa-card__media--exdent":l,"usa-card__media--inset":c},T),H=m()("usa-card__img",d);return u().createElement("div",$g({className:B},I,{"data-testid":"CardMedia"}),u().createElement("div",{className:H},f))};function e2(){return e2=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const T=m()("usa-card__body",{"usa-card__body--exdent":l},d);return u().createElement("div",e2({className:T},f,{"data-testid":"CardBody"}),c)};function t2(){return t2=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const T=m()("usa-card__footer",{"usa-card__footer--exdent":l},d);return u().createElement("div",t2({className:T},f,{"data-testid":"CardFooter"}),c)};function $u(){return $u=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const I=m()("usa-breadcrumb",{"usa-breadcrumb--wrap":l==="wrap"},d);return u().createElement("nav",$u({className:I,"aria-label":"Breadcrumbs"},f),u().createElement("ol",$u({className:"usa-breadcrumb__list"},T),c))};function r2(){return r2=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const T=m()("usa-breadcrumb__list-item",{"usa-current":c},d);return u().createElement("li",r2({className:T,"aria-current":c?"page":void 0},f),l)};function n2(){return n2=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const{showLabels:c=!0,counters:d="none",centered:f=!1,children:T,className:I,divProps:B,listProps:H,headingProps:q,headingLevel:Z}=l,$=Z,{className:oe,...se}=B||{},{className:de,...ge}=H||{},{className:fe,...Fe}=q||{},ye=m()("usa-step-indicator",{"usa-step-indicator--no-labels":!c,"usa-step-indicator--counters":d==="default","usa-step-indicator--counters-sm":d==="small","usa-step-indicator--center":f},I,oe),je=m()("usa-step-indicator__segments",de),te=m()("usa-step-indicator__heading",fe),re=(()=>{const Oe=T.findIndex(_e=>_e.props.status==="current");return Oe===-1?0:Oe})(),Ee=re+1,ke=T[parseInt(`${re}`)].props.label,ie=T.length;return u().createElement("div",Cl({className:ye,"data-testid":"step-indicator","aria-label":"progress"},se),u().createElement("ol",Cl({className:je},ge),T),u().createElement("div",{className:"usa-step-indicator__header"},u().createElement($,Cl({className:te},Fe),u().createElement("span",{className:"usa-step-indicator__heading-counter"},u().createElement("span",{className:"usa-sr-only"},"Step"),u().createElement("span",{className:"usa-step-indicator__current-step"},Ee)," ",u().createElement("span",{className:"usa-step-indicator__total-steps"},`of ${ie}`)," "),u().createElement("span",{className:"usa-step-indicator__heading-text"},ke))))};function a2(){return a2=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const{label:c,status:d="incomplete",className:f,...T}=l,I=m()("usa-step-indicator__segment",{"usa-step-indicator__segment--complete":d==="complete","usa-step-indicator__segment--current":d==="current"},f);return u().createElement("li",a2({className:I,"aria-current":d==="current"?"true":void 0},T),u().createElement("span",{className:"usa-step-indicator__segment-label"},c," ",d!=="current"&&u().createElement("span",{className:"usa-sr-only"},d==="complete"?"completed":"not completed")))};function i2(){return i2=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const q=m()({"usa-search--big":l},c);return u().createElement("div",{className:q,"data-testid":"searchField"},u().createElement(os,{srOnly:!0,htmlFor:B},I),u().createElement(El,i2({},H,{id:B,name:T,type:"search",placeholder:d,defaultValue:f})))},x_=({size:l,className:c,i18n:d})=>{const f=(d==null?void 0:d.buttonText)||"Search",T=l==="small",I=l==="big",B=m()({"usa-search--small":T,"usa-search--big":I},c);return u().createElement("div",{className:B},u().createElement(S,{type:"submit"},!T&&u().createElement("span",{className:"usa-search__submit-text"},f),u().createElement(P.Search,{className:"usa-search__submit-icon",name:f,size:3})))};function ed(){return ed=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const $=m()("usa-search",d);return u().createElement(tO,ed({onSubmit:l,className:$,role:"search",search:!0},Z),u().createElement(w_,ed({},q,{isBig:c=="big",inputId:B,placeholder:f,name:T,label:I,defaultValue:Z.defaultValue})),u().createElement(x_,{size:c,i18n:H}))};function o2(){return o2=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const f=m()("usa-summary-box",c);return u().createElement("div",o2({className:f,"data-testid":"summary-box"},d),u().createElement("div",{className:"usa-summary-box__body"},l))};function s2(){return s2=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const T=m()("usa-summary-box__heading",c),I=d;return u().createElement(I,s2({className:T},f),l)};function l2(){return l2=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const f=m()("usa-summary-box__text",c);return u().createElement("div",l2({className:f},d),l)};function c2(){return c2=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const f=m()("usa-process-list",l);return u().createElement("ol",c2({className:f},d),c)};function u2(){return u2=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const f=m()("usa-process-list__item",l);return u().createElement("li",u2({className:f},d),c)};function d2(){return d2=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const T=m()("usa-process-list__heading",c),I=l;return u().createElement(I,d2({"data-testid":"processListHeading",className:T},f),d)};function f2(){return f2=Object.assign?Object.assign.bind():function(l){for(var c=1;c{const H=m()("usa-site-alert",{"usa-site-alert--info":l==="info","usa-site-alert--emergency":l==="emergency","usa-site-alert--no-heading":d===void 0&&!T,"usa-site-alert--no-icon":!f,"usa-site-alert--slim":T},I);let q=c;return typeof c=="string"&&(q=u().createElement("p",{className:"usa-alert__text"},c)),u().createElement("section",f2({"data-testid":"siteAlert",className:H,"aria-label":"Site alert"},B),u().createElement("div",{className:"usa-alert"},u().createElement("div",{className:"usa-alert__body"},d&&u().createElement("h3",{className:"usa-alert__heading"},d),q)))}}(),h}()})})(rk);var U=rk.exports;const Gw=e=>{if(!document.getElementById(e).checkValidity()){const t=document.getElementById(e).querySelectorAll(":invalid")[0];let r;r=t.id==="eligibility-checkbox"||t.id==="acknowledge-checkbox"?t.parentNode.parentNode:t.parentNode,r.className="error-container"}},kt=(e,t)=>{let r=e.currentTarget,n=r.id==="date-of-birth_month"||r.id==="date-of-birth_day"||r.id==="date-of-birth_year",a;a=r.id==="eligibility-checkbox"||r.id==="date-of-birth"||r.id==="acknowledge-checkbox"?r.parentNode.parentNode:r.parentNode,a=n?r.parentNode.parentNode.parentNode.parentNode:a,t?a.className="error-container":a.className=""},v9=(e,t)=>{/^[0-9]$/i.test(e.key)&&e.target.value.length==e.target.maxLength&&document.getElementById(t).focus()},Kn=(e,t)=>{let r=["Backspace","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Tab"],n=/^[A-Za-z\s]*$/;if(!r.includes(e.key)){if(t==="letters"&&!e.key.match(n)){e.preventDefault();return}else if(t==="number"&&isNaN(e.key)){e.preventDefault();return}}},iH=e=>{e=e.replace(/\D/g,"");var t=e.length;return t>0&&(e="("+e),t>3&&(e=e.slice(0,4)+") "+e.slice(4,11)),t>6&&(e=e.slice(0,9)+"-"+e.slice(9)),e},_t=(e,t)=>{const r=e.target.value,n=e.target.required;if(r||n)switch(t){case"check value exists":return!r;case"check value length":return e.target.value.length!==e.target.maxLength;case"check state selection":return r==="";default:return}};function ol(e){return v.jsx(v.Fragment,{children:v.jsxs(U.Button,{className:e.noMarginTop?"next-button mobile-width":"next-button mobile-width margin-top-5","data-test":"nextBtn",type:e.type,onClick:e.onClick,children:[v.jsx("span",{children:e.text}),v.jsx(U.Icon.ArrowForward,{"aria-label":e.stringContent.forwardIcon,style:{margin:"-3px -3px -3px 4px"}})]})})}const g9=(e,t)=>e.find(r=>r.uuid===t),Kw=(e,t,r)=>e.find(n=>n.uuid===t)[r],nk=(e,t)=>Kw(e,t,"label"),ak=(e,t)=>Kw(e,t,"error_msg");/*! @license DOMPurify 3.1.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.1.6/LICENSE */const{entries:ik,setPrototypeOf:y9,isFrozen:oH,getPrototypeOf:sH,getOwnPropertyDescriptor:lH}=Object;let{freeze:Jr,seal:aa,create:ok}=Object,{apply:vb,construct:gb}=typeof Reflect<"u"&&Reflect;Jr||(Jr=function(t){return t});aa||(aa=function(t){return t});vb||(vb=function(t,r,n){return t.apply(r,n)});gb||(gb=function(t,r){return new t(...r)});const wd=In(Array.prototype.forEach),b9=In(Array.prototype.pop),Ll=In(Array.prototype.push),tf=In(String.prototype.toLowerCase),B2=In(String.prototype.toString),w9=In(String.prototype.match),Rl=In(String.prototype.replace),cH=In(String.prototype.indexOf),uH=In(String.prototype.trim),pa=In(Object.prototype.hasOwnProperty),qr=In(RegExp.prototype.test),_l=dH(TypeError);function In(e){return function(t){for(var r=arguments.length,n=new Array(r>1?r-1:0),a=1;a2&&arguments[2]!==void 0?arguments[2]:tf;y9&&y9(e,null);let n=t.length;for(;n--;){let a=t[n];if(typeof a=="string"){const i=r(a);i!==a&&(oH(t)||(t[n]=i),a=i)}e[a]=!0}return e}function fH(e){for(let t=0;t/gm),gH=aa(/\${[\w\W]*}/gm),yH=aa(/^data-[\-\w.\u00B7-\uFFFF]/),bH=aa(/^aria-[\-\w]+$/),sk=aa(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),wH=aa(/^(?:\w+script|data):/i),xH=aa(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),lk=aa(/^html$/i),OH=aa(/^[a-z][.\w]*(-[.\w]+)+$/i);var j9=Object.freeze({__proto__:null,MUSTACHE_EXPR:mH,ERB_EXPR:vH,TMPLIT_EXPR:gH,DATA_ATTR:yH,ARIA_ATTR:bH,IS_ALLOWED_URI:sk,IS_SCRIPT_OR_DATA:wH,ATTR_WHITESPACE:xH,DOCTYPE_NAME:lk,CUSTOM_ELEMENT:OH});const Vl={element:1,attribute:2,text:3,cdataSection:4,entityReference:5,entityNode:6,progressingInstruction:7,comment:8,document:9,documentType:10,documentFragment:11,notation:12},SH=function(){return typeof window>"u"?null:window},EH=function(t,r){if(typeof t!="object"||typeof t.createPolicy!="function")return null;let n=null;const a="data-tt-policy-suffix";r&&r.hasAttribute(a)&&(n=r.getAttribute(a));const i="dompurify"+(n?"#"+n:"");try{return t.createPolicy(i,{createHTML(s){return s},createScriptURL(s){return s}})}catch{return console.warn("TrustedTypes policy "+i+" could not be created."),null}};function ck(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:SH();const t=ze=>ck(ze);if(t.version="3.1.6",t.removed=[],!e||!e.document||e.document.nodeType!==Vl.document)return t.isSupported=!1,t;let{document:r}=e;const n=r,a=n.currentScript,{DocumentFragment:i,HTMLTemplateElement:s,Node:h,Element:o,NodeFilter:u,NamedNodeMap:p=e.NamedNodeMap||e.MozNamedAttrMap,HTMLFormElement:m,DOMParser:g,trustedTypes:y}=e,w=o.prototype,x=Bl(w,"cloneNode"),j=Bl(w,"remove"),b=Bl(w,"nextSibling"),O=Bl(w,"childNodes"),S=Bl(w,"parentNode");if(typeof s=="function"){const ze=r.createElement("template");ze.content&&ze.content.ownerDocument&&(r=ze.content.ownerDocument)}let E,F="";const{implementation:D,createNodeIterator:A,createDocumentFragment:R,getElementsByTagName:_}=r,{importNode:K}=n;let V={};t.isSupported=typeof ik=="function"&&typeof S=="function"&&D&&D.createHTMLDocument!==void 0;const{MUSTACHE_EXPR:C,ERB_EXPR:Y,TMPLIT_EXPR:M,DATA_ATTR:ve,ARIA_ATTR:ce,IS_SCRIPT_OR_DATA:J,ATTR_WHITESPACE:X,CUSTOM_ELEMENT:Q}=j9;let{IS_ALLOWED_URI:ee}=j9,le=null;const ae=st({},[...x9,...V2,...H2,...U2,...O9]);let Ie=null;const et=st({},[...S9,...W2,...E9,...xd]);let Le=Object.seal(ok(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),Pt=null,Mt=null,it=!0,nn=!0,cr=!1,ca=!0,Rt=!1,yn=!0,Te=!1,Ut=!1,xe=!1,be=!1,Re=!1,gt=!1,At=!0,Zt=!1;const di="user-content-";let an=!0,ua=!1,on={},bn=null;const Cu=st({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let Yo=null;const Tu=st({},["audio","video","img","source","image","track"]);let Qo=null;const Nu=st({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),fi="http://www.w3.org/1998/Math/MathML",Jo="http://www.w3.org/2000/svg",Bn="http://www.w3.org/1999/xhtml";let hi=Bn,so=!1,vl=null;const Fu=st({},[fi,Jo,Bn],B2);let lo=null;const gl=["application/xhtml+xml","text/html"],u0="text/html";let nr=null,pi=null;const yl=r.createElement("form"),Pu=function(W){return W instanceof RegExp||W instanceof Function},$o=function(){let W=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(pi&&pi===W)){if((!W||typeof W!="object")&&(W={}),W=yo(W),lo=gl.indexOf(W.PARSER_MEDIA_TYPE)===-1?u0:W.PARSER_MEDIA_TYPE,nr=lo==="application/xhtml+xml"?B2:tf,le=pa(W,"ALLOWED_TAGS")?st({},W.ALLOWED_TAGS,nr):ae,Ie=pa(W,"ALLOWED_ATTR")?st({},W.ALLOWED_ATTR,nr):et,vl=pa(W,"ALLOWED_NAMESPACES")?st({},W.ALLOWED_NAMESPACES,B2):Fu,Qo=pa(W,"ADD_URI_SAFE_ATTR")?st(yo(Nu),W.ADD_URI_SAFE_ATTR,nr):Nu,Yo=pa(W,"ADD_DATA_URI_TAGS")?st(yo(Tu),W.ADD_DATA_URI_TAGS,nr):Tu,bn=pa(W,"FORBID_CONTENTS")?st({},W.FORBID_CONTENTS,nr):Cu,Pt=pa(W,"FORBID_TAGS")?st({},W.FORBID_TAGS,nr):{},Mt=pa(W,"FORBID_ATTR")?st({},W.FORBID_ATTR,nr):{},on=pa(W,"USE_PROFILES")?W.USE_PROFILES:!1,it=W.ALLOW_ARIA_ATTR!==!1,nn=W.ALLOW_DATA_ATTR!==!1,cr=W.ALLOW_UNKNOWN_PROTOCOLS||!1,ca=W.ALLOW_SELF_CLOSE_IN_ATTR!==!1,Rt=W.SAFE_FOR_TEMPLATES||!1,yn=W.SAFE_FOR_XML!==!1,Te=W.WHOLE_DOCUMENT||!1,be=W.RETURN_DOM||!1,Re=W.RETURN_DOM_FRAGMENT||!1,gt=W.RETURN_TRUSTED_TYPE||!1,xe=W.FORCE_BODY||!1,At=W.SANITIZE_DOM!==!1,Zt=W.SANITIZE_NAMED_PROPS||!1,an=W.KEEP_CONTENT!==!1,ua=W.IN_PLACE||!1,ee=W.ALLOWED_URI_REGEXP||sk,hi=W.NAMESPACE||Bn,Le=W.CUSTOM_ELEMENT_HANDLING||{},W.CUSTOM_ELEMENT_HANDLING&&Pu(W.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(Le.tagNameCheck=W.CUSTOM_ELEMENT_HANDLING.tagNameCheck),W.CUSTOM_ELEMENT_HANDLING&&Pu(W.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(Le.attributeNameCheck=W.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),W.CUSTOM_ELEMENT_HANDLING&&typeof W.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(Le.allowCustomizedBuiltInElements=W.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),Rt&&(nn=!1),Re&&(be=!0),on&&(le=st({},O9),Ie=[],on.html===!0&&(st(le,x9),st(Ie,S9)),on.svg===!0&&(st(le,V2),st(Ie,W2),st(Ie,xd)),on.svgFilters===!0&&(st(le,H2),st(Ie,W2),st(Ie,xd)),on.mathMl===!0&&(st(le,U2),st(Ie,E9),st(Ie,xd))),W.ADD_TAGS&&(le===ae&&(le=yo(le)),st(le,W.ADD_TAGS,nr)),W.ADD_ATTR&&(Ie===et&&(Ie=yo(Ie)),st(Ie,W.ADD_ATTR,nr)),W.ADD_URI_SAFE_ATTR&&st(Qo,W.ADD_URI_SAFE_ATTR,nr),W.FORBID_CONTENTS&&(bn===Cu&&(bn=yo(bn)),st(bn,W.FORBID_CONTENTS,nr)),an&&(le["#text"]=!0),Te&&st(le,["html","head","body"]),le.table&&(st(le,["tbody"]),delete Pt.tbody),W.TRUSTED_TYPES_POLICY){if(typeof W.TRUSTED_TYPES_POLICY.createHTML!="function")throw _l('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof W.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw _l('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');E=W.TRUSTED_TYPES_POLICY,F=E.createHTML("")}else E===void 0&&(E=EH(y,a)),E!==null&&typeof F=="string"&&(F=E.createHTML(""));Jr&&Jr(W),pi=W}},Mu=st({},["mi","mo","mn","ms","mtext"]),es=st({},["foreignobject","annotation-xml"]),d0=st({},["title","style","font","a","script"]),bl=st({},[...V2,...H2,...hH]),zu=st({},[...U2,...pH]),wl=function(W){let me=S(W);(!me||!me.tagName)&&(me={namespaceURI:hi,tagName:"template"});const Pe=tf(W.tagName),It=tf(me.tagName);return vl[W.namespaceURI]?W.namespaceURI===Jo?me.namespaceURI===Bn?Pe==="svg":me.namespaceURI===fi?Pe==="svg"&&(It==="annotation-xml"||Mu[It]):!!bl[Pe]:W.namespaceURI===fi?me.namespaceURI===Bn?Pe==="math":me.namespaceURI===Jo?Pe==="math"&&es[It]:!!zu[Pe]:W.namespaceURI===Bn?me.namespaceURI===Jo&&!es[It]||me.namespaceURI===fi&&!Mu[It]?!1:!zu[Pe]&&(d0[Pe]||!bl[Pe]):!!(lo==="application/xhtml+xml"&&vl[W.namespaceURI]):!1},Vn=function(W){Ll(t.removed,{element:W});try{S(W).removeChild(W)}catch{j(W)}},co=function(W,me){try{Ll(t.removed,{attribute:me.getAttributeNode(W),from:me})}catch{Ll(t.removed,{attribute:null,from:me})}if(me.removeAttribute(W),W==="is"&&!Ie[W])if(be||Re)try{Vn(me)}catch{}else try{me.setAttribute(W,"")}catch{}},Au=function(W){let me=null,Pe=null;if(xe)W=""+W;else{const dr=w9(W,/^[\r\n\t ]+/);Pe=dr&&dr[0]}lo==="application/xhtml+xml"&&hi===Bn&&(W=''+W+"");const It=E?E.createHTML(W):W;if(hi===Bn)try{me=new g().parseFromString(It,lo)}catch{}if(!me||!me.documentElement){me=D.createDocument(hi,"template",null);try{me.documentElement.innerHTML=so?F:It}catch{}}const ur=me.body||me.documentElement;return W&&Pe&&ur.insertBefore(r.createTextNode(Pe),ur.childNodes[0]||null),hi===Bn?_.call(me,Te?"html":"body")[0]:Te?me.documentElement:ur},ts=function(W){return A.call(W.ownerDocument||W,W,u.SHOW_ELEMENT|u.SHOW_COMMENT|u.SHOW_TEXT|u.SHOW_PROCESSING_INSTRUCTION|u.SHOW_CDATA_SECTION,null)},Du=function(W){return W instanceof m&&(typeof W.nodeName!="string"||typeof W.textContent!="string"||typeof W.removeChild!="function"||!(W.attributes instanceof p)||typeof W.removeAttribute!="function"||typeof W.setAttribute!="function"||typeof W.namespaceURI!="string"||typeof W.insertBefore!="function"||typeof W.hasChildNodes!="function")},xl=function(W){return typeof h=="function"&&W instanceof h},da=function(W,me,Pe){V[W]&&wd(V[W],It=>{It.call(t,me,Pe,pi)})},rs=function(W){let me=null;if(da("beforeSanitizeElements",W,null),Du(W))return Vn(W),!0;const Pe=nr(W.nodeName);if(da("uponSanitizeElement",W,{tagName:Pe,allowedTags:le}),W.hasChildNodes()&&!xl(W.firstElementChild)&&qr(/<[/\w]/g,W.innerHTML)&&qr(/<[/\w]/g,W.textContent)||W.nodeType===Vl.progressingInstruction||yn&&W.nodeType===Vl.comment&&qr(/<[/\w]/g,W.data))return Vn(W),!0;if(!le[Pe]||Pt[Pe]){if(!Pt[Pe]&&Ol(Pe)&&(Le.tagNameCheck instanceof RegExp&&qr(Le.tagNameCheck,Pe)||Le.tagNameCheck instanceof Function&&Le.tagNameCheck(Pe)))return!1;if(an&&!bn[Pe]){const It=S(W)||W.parentNode,ur=O(W)||W.childNodes;if(ur&&It){const dr=ur.length;for(let br=dr-1;br>=0;--br){const Hn=x(ur[br],!0);Hn.__removalCount=(W.__removalCount||0)+1,It.insertBefore(Hn,b(W))}}}return Vn(W),!0}return W instanceof o&&!wl(W)||(Pe==="noscript"||Pe==="noembed"||Pe==="noframes")&&qr(/<\/no(script|embed|frames)/i,W.innerHTML)?(Vn(W),!0):(Rt&&W.nodeType===Vl.text&&(me=W.textContent,wd([C,Y,M],It=>{me=Rl(me,It," ")}),W.textContent!==me&&(Ll(t.removed,{element:W.cloneNode()}),W.textContent=me)),da("afterSanitizeElements",W,null),!1)},Iu=function(W,me,Pe){if(At&&(me==="id"||me==="name")&&(Pe in r||Pe in yl))return!1;if(!(nn&&!Mt[me]&&qr(ve,me))){if(!(it&&qr(ce,me))){if(!Ie[me]||Mt[me]){if(!(Ol(W)&&(Le.tagNameCheck instanceof RegExp&&qr(Le.tagNameCheck,W)||Le.tagNameCheck instanceof Function&&Le.tagNameCheck(W))&&(Le.attributeNameCheck instanceof RegExp&&qr(Le.attributeNameCheck,me)||Le.attributeNameCheck instanceof Function&&Le.attributeNameCheck(me))||me==="is"&&Le.allowCustomizedBuiltInElements&&(Le.tagNameCheck instanceof RegExp&&qr(Le.tagNameCheck,Pe)||Le.tagNameCheck instanceof Function&&Le.tagNameCheck(Pe))))return!1}else if(!Qo[me]){if(!qr(ee,Rl(Pe,X,""))){if(!((me==="src"||me==="xlink:href"||me==="href")&&W!=="script"&&cH(Pe,"data:")===0&&Yo[W])){if(!(cr&&!qr(J,Rl(Pe,X,"")))){if(Pe)return!1}}}}}}return!0},Ol=function(W){return W!=="annotation-xml"&&w9(W,Q)},Lu=function(W){da("beforeSanitizeAttributes",W,null);const{attributes:me}=W;if(!me)return;const Pe={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:Ie};let It=me.length;for(;It--;){const ur=me[It],{name:dr,namespaceURI:br,value:Hn}=ur,mi=nr(dr);let jr=dr==="value"?Hn:uH(Hn);if(Pe.attrName=mi,Pe.attrValue=jr,Pe.keepAttr=!0,Pe.forceKeepAttr=void 0,da("uponSanitizeAttribute",W,Pe),jr=Pe.attrValue,yn&&qr(/((--!?|])>)|<\/(style|title)/i,jr)){co(dr,W);continue}if(Pe.forceKeepAttr||(co(dr,W),!Pe.keepAttr))continue;if(!ca&&qr(/\/>/i,jr)){co(dr,W);continue}Rt&&wd([C,Y,M],Ru=>{jr=Rl(jr,Ru," ")});const ns=nr(W.nodeName);if(Iu(ns,mi,jr)){if(Zt&&(mi==="id"||mi==="name")&&(co(dr,W),jr=di+jr),E&&typeof y=="object"&&typeof y.getAttributeType=="function"&&!br)switch(y.getAttributeType(ns,mi)){case"TrustedHTML":{jr=E.createHTML(jr);break}case"TrustedScriptURL":{jr=E.createScriptURL(jr);break}}try{br?W.setAttributeNS(br,dr,jr):W.setAttribute(dr,jr),Du(W)?Vn(W):b9(t.removed)}catch{}}}da("afterSanitizeAttributes",W,null)},Sl=function ze(W){let me=null;const Pe=ts(W);for(da("beforeSanitizeShadowDOM",W,null);me=Pe.nextNode();)da("uponSanitizeShadowNode",me,null),!rs(me)&&(me.content instanceof i&&ze(me.content),Lu(me));da("afterSanitizeShadowDOM",W,null)};return t.sanitize=function(ze){let W=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},me=null,Pe=null,It=null,ur=null;if(so=!ze,so&&(ze=""),typeof ze!="string"&&!xl(ze))if(typeof ze.toString=="function"){if(ze=ze.toString(),typeof ze!="string")throw _l("dirty is not a string, aborting")}else throw _l("toString is not a function");if(!t.isSupported)return ze;if(Ut||$o(W),t.removed=[],typeof ze=="string"&&(ua=!1),ua){if(ze.nodeName){const Hn=nr(ze.nodeName);if(!le[Hn]||Pt[Hn])throw _l("root node is forbidden and cannot be sanitized in-place")}}else if(ze instanceof h)me=Au(""),Pe=me.ownerDocument.importNode(ze,!0),Pe.nodeType===Vl.element&&Pe.nodeName==="BODY"||Pe.nodeName==="HTML"?me=Pe:me.appendChild(Pe);else{if(!be&&!Rt&&!Te&&ze.indexOf("<")===-1)return E&>?E.createHTML(ze):ze;if(me=Au(ze),!me)return be?null:gt?F:""}me&&xe&&Vn(me.firstChild);const dr=ts(ua?ze:me);for(;It=dr.nextNode();)rs(It)||(It.content instanceof i&&Sl(It.content),Lu(It));if(ua)return ze;if(be){if(Re)for(ur=R.call(me.ownerDocument);me.firstChild;)ur.appendChild(me.firstChild);else ur=me;return(Ie.shadowroot||Ie.shadowrootmode)&&(ur=K.call(n,ur,!0)),ur}let br=Te?me.outerHTML:me.innerHTML;return Te&&le["!doctype"]&&me.ownerDocument&&me.ownerDocument.doctype&&me.ownerDocument.doctype.name&&qr(lk,me.ownerDocument.doctype.name)&&(br=" +`+br),Rt&&wd([C,Y,M],Hn=>{br=Rl(br,Hn," ")}),E&>?E.createHTML(br):br},t.setConfig=function(){let ze=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};$o(ze),Ut=!0},t.clearConfig=function(){pi=null,Ut=!1},t.isValidAttribute=function(ze,W,me){pi||$o({});const Pe=nr(ze),It=nr(W);return Iu(Pe,It,me)},t.addHook=function(ze,W){typeof W=="function"&&(V[ze]=V[ze]||[],Ll(V[ze],W))},t.removeHook=function(ze){if(V[ze])return b9(V[ze])},t.removeHooks=function(ze){V[ze]&&(V[ze]=[])},t.removeAllHooks=function(){V={}},t}var uk=ck();uk.setConfig({ADD_ATTR:["target"]});const us=async(e,t)=>{const n=`data/${document.documentElement.lang}/${e}`,a=await fetch(n).then(i=>i.json());t(a)},Ft=e=>uk.sanitize(e);function jH(e){const t=e.content,r=e.navContent,n=e.statesList,a=e.fieldContent,i=e.stringContent,s=t.find(u=>u.uuid==="e3461b9a-e0b1-4157-ad4a-13f3835a101c"),o=Ft(s.body).split("@state_selector");return v.jsxs("div",{className:"usa-prose margin-top-5 maxw-tablet margin-x-auto",children:[v.jsx("h1",{children:s.title}),v.jsx("div",{className:"usa-prose",dangerouslySetInnerHTML:{__html:o[0]}}),v.jsxs(U.Form,{autoComplete:"off",style:{maxWidth:"none"},id:"state-selection",onSubmit:u=>{e.handleSubmit(u),e.handleNext()},children:[v.jsxs("div",{className:"grid-row margin-top-3 flex-align-center",children:[v.jsx("div",{className:"grid-col-auto margin-right-2",children:v.jsx("strong",{className:"margin-0",children:nk(a,"7231330d-523b-4e22-b282-b9f98ee20ef2")})}),v.jsx("div",{className:"grid-col",children:v.jsxs("div",{className:"input-parent",children:[v.jsx(U.Select,{id:"state-dropdown","data-test":"dropDown",name:"state-dropdown",role:"select","aria-label":i.selectStateAriaLabel,"aria-describedby":"state-dropdown_error",value:e.state,required:!0,onChange:u=>{e.getSelectedState(u.target.value)},onBlur:u=>kt(u,_t(u,"check state selection")),onInvalid:u=>u.target.setCustomValidity(" "),onInput:u=>u.target.setCustomValidity(""),children:v.jsxs(Sr.Fragment,{children:[v.jsx("option",{value:"",children:i.selectState}),n.map(u=>v.jsx("option",{value:u,children:u},u))]},".0")}),v.jsx("span",{id:"state-dropdown_error",role:"alert",className:"error-text","data-test":"errorText",children:ak(a,"7231330d-523b-4e22-b282-b9f98ee20ef2")})]})})]}),v.jsx("div",{className:"margin-top-3",children:v.jsx(ol,{stringContent:i,type:"submit",onClick:u=>Gw("state-selection"),text:r.next.reg_options})})]}),v.jsx("div",{className:"usa-prose",dangerouslySetInnerHTML:{__html:o[1]}})]})}function Lh(e){return v.jsxs(v.Fragment,{children:[e.type==="link"?v.jsx(v.Fragment,{children:v.jsx("a",{href:"https://vote.gov",children:v.jsxs(U.Button,{className:"back-button mobile-width",type:"button",onClick:e.onClick,outline:!0,children:[v.jsx(U.Icon.ArrowBack,{"aria-label":e.stringContent.backIcon,style:{margin:"-3px 4px -3px -3px"}}),v.jsx("span",{children:e.text})]})})}):v.jsx(v.Fragment,{children:v.jsxs(U.Button,{className:"back-button mobile-width",type:e.type,onClick:e.onClick,outline:!0,"data-test":"backBtn",children:[v.jsx(U.Icon.ArrowBack,{"aria-label":e.stringContent.backIcon,style:{margin:"-3px 4px -3px -3px"}}),v.jsx("span",{children:e.text})]})}),v.jsx("hr",{className:"margin-top-4"})]})}var sl={};/** + * @license React + * react-dom-server-legacy.browser.production.min.js + * + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */var dk=ht;function $e(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,r=1;r