Help
RSS
API
Feed
Maltego
Contact
Domain > lyft.quorum.us
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-04-30
52.71.87.117
(
ClassC
)
2026-02-23
44.209.162.24
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: awselb/2.0Date: Mon, 23 Feb 2026 19:38:58 GMTContent-Type: text/htmlContent-Length: 134Connection: keep-aliveLocation: https://lyft.quorum.us:443/ html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Mon, 23 Feb 2026 19:38:59 GMTContent-Type: text/html; charsetutf-8Content-Length: 178580Connection: keep-aliveServer: gunicornCache-Control: no-store, no-cachePragma: no-cacheExpires: -1strict-transport-security: max-age63072000; includeSubDomains; preloadX-Content-Type-Options: nosniffX-XSS-Protection: 1; modeblockPermissions-Policy: accelerometer(), ambient-light-sensor(), autoplay(self), battery(), camera(self), cross-origin-isolated(), display-capture(), document-domain(), encrypted-media(), execution-while-not-rendered(), execution-while-out-of-viewport(), fullscreen(self), geolocation(self), gyroscope(), keyboard-map(), magnetometer(), microphone(self), midi(), navigation-override(), payment(self), picture-in-picture(), publickey-credentials-get(), screen-wake-lock(self), sync-xhr(), usb(), web-share(), xr-spatial-tracking()Referrer-Policy: strict-origin-when-cross-originVary: CookieSet-Cookie: current_version2.1256.2026-02-23-1300z-stable; expiresTue, 30 Mar 2027 19:38:58 GMT; Max-Age34560000; Path/; SecureSet-Cookie: qsesidryv1er8w08eh28nfhs1fsffeethjazmw; expiresTue, 23 Feb 2027 19:38:58 GMT; HttpOnly; Max-Age31536000; Path/; SameSiteNone; Secure !DOCTYPE html>html langen >head> script> function detectIEEdge() { var ua window.navigator.userAgent; var msie ua.indexOf(MSIE ); if (msie > 0) { // IE 10 or older > return version number return parseInt(ua.substring(msie + 5, ua.indexOf(., msie)), 10); } var trident ua.indexOf(Trident/); if (trident > 0) { // IE 11 > return version number var rv ua.indexOf(rv:); return parseInt(ua.substring(rv + 3, ua.indexOf(., rv)), 10); } var edge ua.indexOf(Edge/); if (edge > 0) { // Edge > return version number return parseInt(ua.substring(edge + 5, ua.indexOf(., edge)), 10); } // other browser return false; } var ieVersion detectIEEdge() /script> script typetext/javascript> // Google Maps globals - required for async loading // The callback signals the script loaded; React polling validates places availability window.__mapsLoadingStarted window.__mapsLoadingStarted || false window.__mapsCallbackFiredAt null window.onGoogleMapsReady function () { window.__mapsCallbackFiredAt Date.now() } // Script Manager Class class ScriptManager { static consentCategories { ANALYTICS: analytics, ADVERTISING: advertising, FUNCTIONAL: functional, ESSENTIAL: essential, } constructor() { this.loadedScripts new Set() } loadScript(config) { const { src, category, condition, onLoad, onError, charset, async true } config if (this.loadedScripts.has(src)) return if (condition && !condition()) return const script document.createElement(script) script.src src script.async async if (charset) script.charset charset if (onLoad) script.onload onLoad script.onerror (e) > (onError ? onError(e, src) : console.warn(`Failed to load script: ${src}`)) document.head.appendChild(script) this.loadedScripts.add(src) } hasConsent(category) { if (category ScriptManager.consentCategories.ESSENTIAL) return true const cookieConsent this.getCookieConsent() if (cookieConsent && cookieConsent.length > 0) { return cookieConsent.includes(category) } return false } getCookieConsent() { const consentCookie localStorage.getItem(quorum_cookie_consent) if (consentCookie) { try { return JSON.parse(consentCookie) } catch (e) { console.warn(Failed to parse quorum_cookie_consent:, e) return } } return } } // Script Configurations Factory function createScriptConfigs(templateVars) { return { name: twitter, src: https://platform.twitter.com/widgets.js, category: functional, charset: utf-8, }, { name: vimeo, src: https://player.vimeo.com/api/player.js, category: functional, charset: utf-8, }, { name: youtube, src: https://www.youtube.com/player_api, category: advertising, charset: utf-8, condition: () > { if (pge, pgeretirees.includes(templateVars.subdomain)) { return false } return !9, 10, 11.includes(window.ieVersion) }, }, { name: google_analytics, src: `https://www.googletagmanager.com/gtag/js?id${templateVars.externalUaCode}`, category: analytics, async: true, condition: () > templateVars.externalUaCode, onLoad: () > { window.dataLayer window.dataLayer || ; function gtag() { dataLayer.push(arguments); } gtag(js, new Date()); gtag(config, templateVars.externalUaCode); } }, { name: facebook_pixel, src: https://connect.facebook.net/en_US/fbevents.js, category: advertising, condition: () > templateVars.externalFbCode, onLoad: () > { !function (f, b, e, v, n, t, s) { if (f.fbq) return; n f.fbq function () { n.callMethod ? n.callMethod.apply(n, arguments) : n.queue.push(arguments) }; if (!f._fbq) f._fbq n; n.push n; n.loaded !0; n.version 2.0; n.queue ; }(window, document, script); fbq(init, templateVars.externalFbCode); fbq(track, PageView); } }, { name: maps, src: `https://maps.googleapis.com/maps/api/js?key${templateVars.googleApiKey}&librariesplaces&languageen&loadingasync&callbackonGoogleMapsReady`, category: essential, // google maps is essential for address autocomplete condition: () > { if (!templateVars.googleApiKey) return false if (window.__mapsLoadingStarted) return false if (10, 11.includes(window.ieVersion)) return false window.__mapsLoadingStarted true window.__mapsCallbackFiredAt null return true }, onError: (_e, src) > { window.__mapsLoadingStarted false if ( window.__scriptManager && window.__scriptManager.loadedScripts && typeof window.__scriptManager.loadedScripts.delete function ) { window.__scriptManager.loadedScripts.delete(src) } console.warn(Failed to load Google Maps (maps)) }, }, { name: maps_ie, // IE 10/11: using older API version without loadingasync (not supported in v3.38) src: `https://maps.googleapis.com/maps/api/js?v3.38&key${templateVars.googleApiKey}&librariesplaces&languageen&callbackonGoogleMapsReady`, category: essential, // google maps is essential for address autocomplete condition: () > { if (!templateVars.googleApiKey) return false if (window.__mapsLoadingStarted) return false if (!10, 11.includes(window.ieVersion)) return false window.__mapsLoadingStarted true window.__mapsCallbackFiredAt null return true }, onError: (_e, src) > { window.__mapsLoadingStarted false if ( window.__scriptManager && window.__scriptManager.loadedScripts && typeof window.__scriptManager.loadedScripts.delete function ) { window.__scriptManager.loadedScripts.delete(src) } console.warn(Failed to load Google Maps (maps_ie)) }, }, { name: facebook_sdk, id: facebook-jssdk, src: https://connect.facebook.net/en_US/sdk.js, category: essential, // facebook sdk is essential for facebook login condition: () > !document.getElementById(facebook-jssdk), onLoad: () > { window.fbAsyncInit function () { FB.init({ appId: 798586090287234, cookie: true, xfbml: true, version: v24.0, }) } }, }, { name: google_tag_manager, src: `https://www.googletagmanager.com/gtm.js?id${templateVars.externalGtmCode}`, category: analytics, async: true, condition: () > templateVars.externalGtmCode, onLoad: () > { window.dataLayer window.dataLayer || ; window.dataLayer.push({ gtm.start: new Date().getTime(), event: gtm.js }); } }, } // Initialize and expose globally function initializeScriptManager(templateVars) { const SCRIPT_CONFIGS createScriptConfigs(templateVars) // Singleton to prevent duplicate script loading across multiple calls window.__scriptManager window.__scriptManager || new ScriptManager() window.loadThirdPartyScripts function (categories ScriptManager.consentCategories.ESSENTIAL, skipCookieConsent false) { const scriptManager window.__scriptManager if (skipCookieConsent) return SCRIPT_CONFIGS.forEach((config) > { scriptManager.loadScript(config) }) if (scriptManager && SCRIPT_CONFIGS) { SCRIPT_CONFIGS.forEach((config) > { if (categories.includes(config.category)) try { scriptManager.loadScript(config) } catch (e) { console.error(Error loading script:, e) } }) } } } window.initializeScriptManager initializeScriptManager/script>script> const cleanTemplateVars (templateVar) > templateVar None ? null : templateVar window.initializeScriptManager({ subdomain: cleanTemplateVars(lyft), googleApiKey: cleanTemplateVars(AIzaSyAawXvau1pkCuAoStztFBPSjLuATXnczfA), externalUaCode: cleanTemplateVars(None), externalFbCode: cleanTemplateVars(None), externalGtmCode: cleanTemplateVars(None), }); const cookieConsentActive (False True) window.cookieConsentActive cookieConsentActive if (!cookieConsentActive) window.loadThirdPartyScripts(, true)/script> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyRoboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&displayswap relstylesheet> !-- Basic Information -->meta charsetutf-8>meta nameauthor contentQuorum>meta nameviewport contentwidthdevice-width, initial-scale1>meta namerobots contentnoindex>!-- Facebook -->!-- https://developers.facebook.com/docs/sharing/webmasters -->meta propertyog:type contentwebsite>meta propertyog:title contentLyft>meta propertyog:url contenthttps://lyft.quorum.us/>meta propertyog:description contentLyft>meta propertyog:image contenthttps://quorum-media.s3.amazonaws.com/media/common/images/logos/quorum_logo.png>meta propertyog:image:secure_url contenthttps://quorum-media.s3.amazonaws.com/media/common/images/logos/quorum_logo.png>!-- Twitter -->!-- https://dev.twitter.com/cards/markup -->meta nametwitter:card contentsummary>meta nametwitter:title contentLyft>meta nametwitter:description contentLyft>meta nametwitter:image contenthttps://quorum-media.s3.amazonaws.com/media/common/images/logos/quorum_logo.png>!-- https://developer.twitter.com/en/docs/twitter-for-websites/webpage-properties/overview -->meta nametwitter:dnt contenton> title>Lyft | Action Center/title> link relstylesheet hrefhttps://www.quorum.us/static/2.1256.2026-02-23-1300z-stable/dist/new_grassroots.css> link relstylesheet hrefhttps://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css integritysha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u crossoriginanonymous> !-- Favicon --> link relicon hrefhttps://static.quorum.us/global/common/favicon.ico />/head>body stylefont-family: Roboto, sans-serif;> !-- Google Tag Manager. Instructions were to Paste this code immediately after the opening body tag --> script> window.CURRENT_VERSION 2.1256.2026-02-23-1300z-stable window.ENVIRONMENT Production window.action_center_settings JSON.parse({\u0022_extra\u0022: {}, \u0022action_items\u0022: , \u0022additional_default_registration_fields\u0022: , \u0022allow_search_indexable_custom_domain\u0022: false, \u0022allowed_minor_role_types\u0022: 5, 6, 7, 8, 21, 9, 199, 198, \u0022archived\u0022: false, \u0022background_color_override\u0022: null, \u0022background_image_override_url\u0022: \u0022\u0022, \u0022background_style_type\u0022: null, \u0022can_login_with_facebook\u0022: false, \u0022conditional_giving_enabled\u0022: false, \u0022created\u0022: \u00222016\u002D03\u002D11T16:04:24.489172\u0022, \u0022custom_css\u0022: \u0022\u0022, \u0022custom_favicon_url\u0022: \u0022\u0022, \u0022custom_interaction_types\u0022: 1680, 1679, 8025, 8026, \u0022custom_javascript\u0022: \u0022\u0022, \u0022default_interaction_log_text\u0022: \u0022\u0022, \u0022default_interaction_log_title\u0022: \u0022\u0022, \u0022default_letter_message\u0022: \u0022\u0022, \u0022default_letter_subject\u0022: \u0022\u0022, \u0022default_password\u0022: \u0022politicalparticipation\u0022, \u0022default_registration_page\u0022: \u0022/api/grassrootsregistrationpage/1100/\u0022, \u0022default_thank_you_message\u0022: \u0022\u0022, \u0022domain\u0022: \u0022lyft\u0022, \u0022external_adobe_dtm_tag\u0022: null, \u0022external_fb_code\u0022: null, \u0022external_gtm_code\u0022: null, \u0022external_interaction_types\u0022: 4, 3, 1, 11, 7, 6, \u0022external_relationship_types\u0022: 1, 2, 3, 4, 5, 6, 7, 8, 9, \u0022external_ua_code\u0022: null, \u0022facebook_access_token\u0022: \u0022\u0022, \u0022facebook_connection\u0022: null, \u0022facebook_page_id\u0022: \u0022\u0022, \u0022facebook_status\u0022: 1, \u0022facebook_user_token\u0022: \u0022\u0022, \u0022footer\u0022: , \u0022footer_html\u0022: \u0022\u0022, \u0022footer_logo_url\u0022: null, \u0022full_name\u0022: null, \u0022gamification_achievement_icon_type\u0022: 1, \u0022gamification_all_campaign_points\u0022: 0, \u0022gamification_campaign_type_points\u0022: {}, \u0022gamification_enabled\u0022: false, \u0022gamification_point_type\u0022: 1, \u0022gamification_ranks\u0022: {}, \u0022gamification_tiers\u0022: {\u0022Level 1\u0022: {\u0022points\u0022: 0}}, \u0022header\u0022: , \u0022hide_texture\u0022: false, \u0022id\u0022: 274, \u0022inbound_texting_reply_message\u0022: \u0022\u0022, \u0022index_page\u0022: \u0022/api/quorumgrassrootspage/1025/\u0022, \u0022interaction_custom_fields\u0022: , \u0022is_collaborator_action_center\u0022: false, \u0022is_pac_action_center\u0022: false, \u0022language\u0022: 1, \u0022ledger_settings\u0022: null, \u0022legislation_description\u0022: \u0022We\u0027re watching the following bills as they move through the legislative process around the country. Click on a bill for more details and contact our team if you have any questions.\u0022, \u0022legislation_header\u0022: \u0022Legislation We\u0027re Watching\u0022, \u0022limited_to_teams\u0022: , \u0022login_message\u0022: \u0022Welcome to the Action Center.\u0022, \u0022login_page_password_label\u0022: \u0022\u0022, \u0022login_page_post_text\u0022: \u0022\u0022, \u0022login_page_pre_text\u0022: \u0022\u0022, \u0022login_page_username_label\u0022: \u0022\u0022, \u0022login_redirect_url\u0022: \u0022\u0022, \u0022maximum_campaigns_first_page\u0022: 10, \u0022name\u0022: \u0022Action Center\u0022, \u0022navigation_bar\u0022: {\u0022label\u0022: \u0022Log Interaction\u0022, \u0022link\u0022: \u0022/log/\u0022, \u0022type\u0022: 8}, {\u0022label\u0022: \u0022My Relationships\u0022, \u0022link\u0022: \u0022/relationship/\u0022, \u0022type\u0022: 9}, \u0022navigation_bar_color_override\u0022: null, \u0022navigation_bar_image_override_url\u0022: \u0022\u0022, \u0022navigation_bar_style_type\u0022: null, \u0022organization_user_specified_name\u0022: \u0022Lyft\u0022, \u0022outbound_texting_confirmation_message\u0022: \u0022\u0022, \u0022pac_classic_sites\u0022: , \u0022pac_restricted_to_eligibles_message\u0022: \u0022\u0022, \u0022pac_restricted_to_ineligibles_message\u0022: \u0022\u0022, \u0022pac_restricted_user_not_logged_in_message\u0022: \u0022\u0022, \u0022publicly_accessible\u0022: true, \u0022read_only_form_fields\u0022: , \u0022relationship_custom_fields\u0022: , \u0022relationship_description\u0022: \u0022Please describe your relationships with the following officials\u0022, \u0022relationship_header\u0022: \u0022Log Relationships\u0022, \u0022resource_uri\u0022: \u0022/api/grassrootsactioncentersettings/274/\u0022, \u0022should_display_contact_city_state_in_external_logger\u0022: false, \u0022should_require_interaction_official\u0022: true, \u0022should_show_official_custom_description\u0022: false, \u0022should_use_custom_stats_icon\u0022: false, \u0022should_use_footer_html\u0022: false, \u0022show_action_items\u0022: true, \u0022show_footer_logo\u0022: true, \u0022show_gamification_ranks\u0022: false, \u0022show_gamification_tiers\u0022: false, \u0022show_login_message\u0022: false, \u0022show_org_name_in_top_bar\u0022: true, \u0022show_password\u0022: true, \u0022show_quorum_link\u0022: true, \u0022show_update_info\u0022: false, \u0022show_welcome_message\u0022: false, \u0022social_description\u0022: \u0022\u0022, \u0022social_image_alttext\u0022: \u0022\u0022, \u0022social_image_url\u0022: \u0022\u0022, \u0022social_share_text\u0022: \u0022\u0022, \u0022social_title\u0022: \u0022\u0022, \u0022text_keyword\u0022: \u0022\u0022, \u0022theme_type\u0022: 1, \u0022tooltip_text\u0022: null, \u0022twitter_handle\u0022: null, \u0022updated\u0022: \u00222025\u002D05\u002D27T11:02:31.427245\u0022, \u0022welcome_message\u0022: \u0022Welcome to the Action Center.\u0022}) window.campaign JSON.parse({}) window.supporter_points JSON.parse(0) window.organization JSON.parse({\u0022is_i360_client_with_stakeholder\u0022: false, \u0022id\u0022: 543, \u0022logo\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/common/images/logos/quorum_logo.png\u0022, \u0022name\u0022: \u0022Lyft\u0022, \u0022texting_org_name\u0022: \u0022\u0022, \u0022texting_message_frequency\u0022: null, \u0022texting_terms_url\u0022: \u0022\u0022, \u0022texting_privacy_url\u0022: \u0022\u0022}) window.pages JSON.parse({\u0022id\u0022: 1025, \u0022archived\u0022: false, \u0022name\u0022: \u0022Home Page\u0022, \u0022action_center\u0022: 274, \u0022path\u0022: \u0022/action_center/\u0022, \u0022title\u0022: \u0022\u0022, \u0022page_restriction_type\u0022: 1, \u0022widgets\u0022: {\u0022widgetType\u0022: 101}, \u0022requires_login\u0022: false, \u0022widget_layout_type\u0022: 1, \u0022custom_javascript\u0022: null, \u0022custom_css\u0022: null, \u0022disclaimer_text\u0022: \u0022\u0022, \u0022use_page_region\u0022: false, \u0022can_access\u0022: true, \u0022cannot_access_message\u0022: null}) window.index_route /action_center/ window.organization_design JSON.parse({\u0022_extra\u0022: {}, \u0022action_center_header_color\u0022: null, \u0022archived\u0022: false, \u0022background_color\u0022: \u0022#1d0c17\u0022, \u0022background_image\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/blossoms.jpeg\u0022, \u0022black\u0022: \u0022#0e121c\u0022, \u0022dark_grey\u0022: \u0022#95a5a6\u0022, \u0022darker_grey\u0022: \u0022#666666\u0022, \u0022darker_primary\u0022: \u0022#66004c\u0022, \u0022default\u0022: true, \u0022design_name\u0022: \u0022Default Design\u0022, \u0022fav_icon\u0022: \u0022/common/favicon.ico\u0022, \u0022font_family\u0022: \u0022\u0027Helvetica Neue\u0027, Helvetica, Verdana, Arial\u0022, \u0022font_link\u0022: \u0022\u0022, \u0022for_grassroots\u0022: true, \u0022for_pdfs\u0022: true, \u0022id\u0022: 146, \u0022light_grey\u0022: \u0022#ecf0f1\u0022, \u0022lighter_primary\u0022: \u0022#f3c\u0022, \u0022limited_to_teams\u0022: , \u0022normal_logo\u0022: \u0022/static/img/logos/quorum_logo.png\u0022, \u0022organization\u0022: \u0022/api/organization/543/\u0022, \u0022pdf_stylesheet_path\u0022: \u0022media/css/pdfs/custom/8yOzsH8zfKq2V0s6Tz1R.css\u0022, \u0022primary_color\u0022: \u0022#ff00bf\u0022, \u0022quorum_default_white_logo\u0022: \u0022/static/img/logos/quorum_logo_new_white.png\u0022, \u0022resource_uri\u0022: \u0022/api/organizationdesign/146/\u0022, \u0022secondary_color\u0022: \u0022#820076\u0022, \u0022should_use_action_center_header_color\u0022: false, \u0022stylesheet_path\u0022: \u0022media/css/grassroots/custom/j1b9hvF8P8UJKAb3Vfpa.css\u0022, \u0022white_logo\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2026\u002D02\u002D12/d5b676075866b78c79133f9775f19d54/ZMykAmtMXKzg1gRmogoA_Lyft_Logo_White_RGB.png\u0022}) window.userdata JSON.parse({}) // We need to pass feature flags and custom_interaction_types to the frontend regardless of the users logged in state // Unfortunately, we cant append it to userdata (lowercase), because if it is not empty, GR assumes a user is logged in // We should come up with a better solution than this window.Userdata JSON.parse({\u0022featureFlags\u0022: {\u0022ff_contributor_license_addon\u0022: true, \u0022ff_ai_chat_fullscreen\u0022: true, \u0022ff_sparkpost_send_batches\u0022: true, \u0022ff_bill_search_ai_tracking_board\u0022: true, \u0022ff_custom_official\u0022: true, \u0022ff_kill_google_vanity_sso\u0022: true, \u0022ff_ai_eu_search\u0022: true, \u0022ff_ngg_persist_pii\u0022: true, \u0022ff_campaign_finance_enhancements\u0022: true, \u0022ff_enhanced_improve_with_ai\u0022: true, \u0022ff_ai_chat_entrypoints\u0022: true, \u0022ff_bulk_upload_celery\u0022: true, \u0022ff_outbox_ai_suggestion\u0022: true, \u0022ff_mercury_ai_note_summary\u0022: true, \u0022ff_bill_template_brief_builder\u0022: true, \u0022ff_hybrid_search_bills_page\u0022: true, \u0022ff_hide_pii_supporter_data\u0022: true, \u0022ff_pwa_homepage\u0022: true, \u0022ff_campaigns_rate_limit\u0022: true, \u0022ff_sso_time_verification\u0022: true, \u0022ff_ngg_interactive_campaign_profile\u0022: true, \u0022ff_ngg_message_preview\u0022: true, \u0022ff_ai_bill_tracker\u0022: true, \u0022ff_brief_builder_header_footer\u0022: true, \u0022ff_note_text_editor\u0022: true, \u0022ff_payroll_csv_export\u0022: true, \u0022ff_ngg_campaigns_ai\u0022: true, \u0022ff_ngg_inbound_calls\u0022: true, \u0022ff_text_messaging_compliance_updates\u0022: true, \u0022ff_enhanced_related_bills\u0022: true, \u0022ff_copilot_grassroots\u0022: true, \u0022ff_personalized_ai_profiles\u0022: true, \u0022ff_event_based_mention_notifications\u0022: true, \u0022ff_ai_improve_tracking_board\u0022: true, \u0022ff_pin_sort_sheets\u0022: true, \u0022ff_custom_official_twitter\u0022: true, \u0022ff_ai_digest\u0022: true, \u0022ff_gotv_v2\u0022: true, \u0022ff_ngg_address_lookup\u0022: true, \u0022ff_cicero_officials\u0022: true, \u0022ff_disable_staggered_send\u0022: true, \u0022ff_hybrid_search\u0022: true, \u0022ff_persona_dashboard\u0022: true, \u0022ff_ngg_cookieless_ac_auth\u0022: true, \u0022ff_ngg_places_service_autocomplete_geocode\u0022: true, \u0022ff_bill_status_improvements\u0022: true, \u0022ff_outbox_queued_immediate\u0022: true, \u0022ff_hearing_videos_process_on_webhook\u0022: true, \u0022ff_grassroots_edited_content_filter\u0022: true, \u0022ff_ngg_rework_interactive_by_ai\u0022: true, \u0022ff_outbox_queued_scheduled\u0022: true, \u0022ff_eu_parser_refactor\u0022: true, \u0022ff_p2a_integration_async_enabled\u0022: true, \u0022ff_custom_official_v2\u0022: true, \u0022ff_advocate_info_update\u0022: true}, \u0022custom_interaction_types\u0022: {\u0022id\u0022: 1680, \u0022created\u0022: \u00222020\u002D07\u002D20T19:07:38.751Z\u0022, \u0022updated\u0022: \u00222020\u002D07\u002D21T19:26:16.948Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Meeting\u0022, \u0022description\u0022: \u0022met with\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will meet with\u0022, \u0022icon\u0022: \u0022fa\u002Dcheck\u0022, \u0022order\u0022: 12, \u0022organization_id\u0022: 543, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 4}, {\u0022id\u0022: 1679, \u0022created\u0022: \u00222020\u002D07\u002D20T19:07:38.751Z\u0022, \u0022updated\u0022: \u00222020\u002D07\u002D21T19:26:16.933Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Phone Call\u0022, \u0022description\u0022: \u0022spoke on the phone with\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will speak on the phone with\u0022, \u0022icon\u0022: \u0022fa\u002Dphone\u0022, \u0022order\u0022: 11, \u0022organization_id\u0022: 543, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 3}, {\u0022id\u0022: 8026, \u0022created\u0022: \u00222020\u002D07\u002D20T19:15:50.042Z\u0022, \u0022updated\u0022: \u00222020\u002D07\u002D21T19:26:16.900Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Email Sent\u0022, \u0022description\u0022: \u0022emailed\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will email\u0022, \u0022icon\u0022: \u0022fa\u002Denvelope\u002Do\u0022, \u0022order\u0022: 10, \u0022organization_id\u0022: 543, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 11}, {\u0022id\u0022: 8025, \u0022created\u0022: \u00222020\u002D07\u002D20T19:15:50.042Z\u0022, \u0022updated\u0022: \u00222020\u002D07\u002D21T19:26:16.885Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Event Attended\u0022, \u0022description\u0022: \u0022attended an event with\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will attend an event with\u0022, \u0022icon\u0022: \u0022fa\u002Dcalendar\u0022, \u0022order\u0022: 9, \u0022organization_id\u0022: 543, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 1}, {\u0022id\u0022: 8027, \u0022created\u0022: \u00222020\u002D07\u002D20T19:15:50.042Z\u0022, \u0022updated\u0022: \u00222020\u002D07\u002D21T19:26:16.867Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Email Received\u0022, \u0022description\u0022: \u0022received an email from\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will receive an email from\u0022, \u0022icon\u0022: \u0022fa\u002Denvelope\u0022, \u0022order\u0022: 8, \u0022organization_id\u0022: 543, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 16}, {\u0022id\u0022: 1678, \u0022created\u0022: \u00222020\u002D07\u002D20T19:07:38.751Z\u0022, \u0022updated\u0022: \u00222020\u002D07\u002D21T19:26:16.835Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Unexpected Interaction\u0022, \u0022description\u0022: \u0022unexpectedly saw\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will unexpectedly see\u0022, \u0022icon\u0022: \u0022fa\u002Dflag\u002Do\u0022, \u0022order\u0022: 7, \u0022organization_id\u0022: 543, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 10}, {\u0022id\u0022: 8030, \u0022created\u0022: \u00222020\u002D07\u002D20T19:15:50.042Z\u0022, \u0022updated\u0022: \u00222020\u002D07\u002D21T19:26:16.815Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Discussion\u0022, \u0022description\u0022: \u0022had an in\u002Dperson discussion with\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will have an in\u002Dperson discussion with\u0022, \u0022icon\u0022: \u0022fa\u002Dgavel\u0022, \u0022order\u0022: 6, \u0022organization_id\u0022: 543, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 21}, {\u0022id\u0022: 8029, \u0022created\u0022: \u00222020\u002D07\u002D20T19:15:50.042Z\u0022, \u0022updated\u0022: \u00222020\u002D07\u002D21T19:26:16.800Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Hearing Attended\u0022, \u0022description\u0022: \u0022attended a hearing with\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will attend a hearing with\u0022, \u0022icon\u0022: \u0022fa\u002Dgavel\u0022, \u0022order\u0022: 5, \u0022organization_id\u0022: 543, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 20}, {\u0022id\u0022: 8028, \u0022created\u0022: \u00222020\u002D07\u002D20T19:15:50.042Z\u0022, \u0022updated\u0022: \u00222020\u002D07\u002D21T19:26:16.747Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Contacted Constituent\u0022, \u0022description\u0022: \u0022contacted a constituent of\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will contact a constituent of\u0022, \u0022icon\u0022: \u0022fa\u002Dstreet\u002Dview\u0022, \u0022order\u0022: 4, \u0022organization_id\u0022: 543, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 17}, {\u0022id\u0022: 8031, \u0022created\u0022: \u00222020\u002D07\u002D20T19:15:50.042Z\u0022, \u0022updated\u0022: \u00222020\u002D07\u002D21T19:26:16.732Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Received Letter\u0022, \u0022description\u0022: \u0022received a letter from\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will receive a letter from\u0022, \u0022icon\u0022: \u0022fa\u002Denvelope\u0022, \u0022order\u0022: 3, \u0022organization_id\u0022: 543, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 39}, {\u0022id\u0022: 8032, \u0022created\u0022: \u00222020\u002D07\u002D20T19:15:50.042Z\u0022, \u0022updated\u0022: \u00222020\u002D07\u002D21T19:26:16.712Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Office Visit\u0022, \u0022description\u0022: \u0022visited the office of\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will visit the office of\u0022, \u0022icon\u0022: \u0022fa\u002Dbank\u0022, \u0022order\u0022: 2, \u0022organization_id\u0022: 543, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 51}, {\u0022id\u0022: 1677, \u0022created\u0022: \u00222020\u002D07\u002D20T19:07:38.751Z\u0022, \u0022updated\u0022: \u00222020\u002D07\u002D21T19:26:16.679Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022In\u002DDistrict Interaction\u0022, \u0022description\u0022: \u0022had an in\u002Ddistrict interaction with\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will have an in\u002Ddistrict interaction with\u0022, \u0022icon\u0022: \u0022fa\u002Dmap\u0022, \u0022order\u0022: 1, \u0022organization_id\u0022: 543, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 43}, {\u0022id\u0022: 8033, \u0022created\u0022: \u00222020\u002D07\u002D20T19:15:50.043Z\u0022, \u0022updated\u0022: \u00222020\u002D07\u002D21T19:26:16.659Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Sent Letter\u0022, \u0022description\u0022: \u0022sent a letter to\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will send a letter to\u0022, \u0022icon\u0022: \u0022fa\u002Denvelope\u002Do\u0022, \u0022order\u0022: 0, \u0022organization_id\u0022: 543, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 59}, \u0022stripe_api_key\u0022: null, \u0022current_regions\u0022: \u0022all\u0022, \u0022current_regions_values\u0022: , \u0022is_pac_eligible\u0022: false, \u0022cannot_donate_message\u0022: null, \u0022conditional_giving_level\u0022: null, \u0022donation_forms\u0022: , \u0022total_amount_by_year\u0022: , \u0022last_transaction_amount\u0022: null, \u0022last_transaction_date\u0022: null, \u0022last_transaction_method\u0022: null}) window.permissions JSON.parse({\u0022qp_stakeholder\u0022: false, \u0022qp_external_relationship\u0022: true, \u0022qp_external_interactions\u0022: true, \u0022qp_qpac_v1\u0022: false, \u0022qp_campaign_finance\u0022: false, \u0022qp_grassroots\u0022: true, \u0022qp_action_center\u0022: true, \u0022qp_custom_events\u0022: true, \u0022qp_pac_match\u0022: false, \u0022qp_pac_hybrid\u0022: false, \u0022qp_action_center_campaigns\u0022: true, \u0022qp_pac_sync_supporter_from_pacc\u0022: false, \u0022qp_collaborators\u0022: false, \u0022qp_pac_allow_duplicate_supporter_emails\u0022: false, \u0022qp_pac_supporter_auto_eligibility\u0022: false, \u0022qp_brief_builder\u0022: true, \u0022qp_custom_sms_api\u0022: false, \u0022qp_download_center\u0022: true, \u0022qp_gotv_supporter_anonymization\u0022: false, \u0022qp_custom_docket\u0022: true, \u0022can_access_campaign_finance\u0022: false}) window.language en window.sso_url window.sso_label window.is_supporter_authenticated JSON.stringify(window.userdata) ! {} var optionalFields JSON.parse({\u0022campaignList\u0022: {\u0022_extra\u0022: {}, \u0022ai_options\u0022: {\u0022length\u0022: \u0022short\u0022, \u0022tone\u0022: \u0022friendly\u0022}, \u0022always_show_to_advocates\u0022: false, \u0022anonymize_supporter_data\u0022: false, \u0022background_color_override\u0022: \u0022#ffffff\u0022, \u0022background_image_override_url\u0022: \u0022\u0022, \u0022background_style_type\u0022: null, \u0022campaign_interaction_types\u0022: , \u0022campaign_layout\u0022: 2, \u0022campaign_type\u0022: 8, \u0022conf_email_from_address\u0022: \u0022jg@lyft.quorumoutbox.com\u0022, \u0022conf_email_from_address_username\u0022: null, \u0022conf_email_from_name\u0022: null, \u0022conf_email_reply_to_address\u0022: null, \u0022conf_email_reply_to_address_domain\u0022: null, \u0022conf_email_reply_to_address_username\u0022: null, \u0022conf_email_reply_to_name\u0022: null, \u0022conf_email_subject\u0022: null, \u0022configs\u0022: null, \u0022custom_call_to_action_button_text\u0022: \u0022\u0022, \u0022custom_call_to_action_text\u0022: \u0022\u0022, \u0022custom_css\u0022: \u0022/*Logo size*/\u005Cn.gPLAkZ{\u005Cn height: 170px\u003B\u005Cn}\u005Cn.dbyZZW{\u005Cn padding: 40px 0px 0px 0px\u003B\u005Cn}\u005Cn\u005Cn/*form color*/\u005Cn.kFLuUW{\u005Cn background: linear\u002Dgradient(rgb(222, 237, 247), rgb(222, 237, 247))\u003B\u005Cn border\u002Dcolor: rgb(222, 237, 247)\u003B\u005Cn}\u005Cn\u005Cn/*button color*/\u005Cn.dlDBhD {\u005Cn opacity: 1\u003B\u005Cn background: linear\u002Dgradient(rgb(255, 0, 191), rgb(255, 0, 191))\u003B\u005Cn color: rgb(255, 255, 255) !important\u003B\u005Cn font\u002Dsize: 1.4rem !important\u003B\u005Cn font\u002Dweight: 600\u003B\u005Cn}\u0022, \u0022custom_fields\u0022: , \u0022custom_gamification_points\u0022: 10, \u0022custom_javascript\u0022: \u0022function alterarTextoBotao() {\u005Cn const button \u003D document.querySelector(\u005C\u0022.dlDBhD\u005C\u0022)\u003B\u005Cn if (button \u0026\u0026 button.textContent !\u003D\u003D \u005C\u0022SEND\u005C\u0022) {\u005Cn button.textContent \u003D \u005C\u0022SEND\u005C\u0022\u003B\u005Cn }\u005Cn}\u005Cn\u005CnsetInterval(alterarTextoBotao, 200)\u003B\u0022, \u0022custom_target\u0022: \u0022\u0022, \u0022custom_thank_you_javascript\u0022: \u0022\u0022, \u0022description_alignment_type\u0022: 1, \u0022facebook_leadgen_form_id\u0022: \u0022\u0022, \u0022facebook_leadgen_form_questions\u0022: null, \u0022fixed_post_message\u0022: \u0022\u0022, \u0022fixed_post_message_two\u0022: \u0022\u0022, \u0022fixed_pre_message\u0022: \u0022\u0022, \u0022fixed_pre_message_two\u0022: \u0022\u0022, \u0022footer_html\u0022: \u0022\u0022, \u0022full_bleed_header_image_alt_text\u0022: \u0022\u0022, \u0022full_bleed_header_image_contain\u0022: false, \u0022full_bleed_header_image_url\u0022: \u0022\u0022, \u0022full_bleed_header_text_is_left_aligned\u0022: true, \u0022full_bleed_header_type\u0022: 1, \u0022full_bleed_header_video_url\u0022: \u0022\u0022, \u0022gamification_points_mode\u0022: 1, \u0022id\u0022: 133833, \u0022inbound_texting_reply_message\u0022: \u0022\u0022, \u0022internal_only_name\u0022: \u0022\u0022, \u0022is_custom_targeting_enabled\u0022: true, \u0022is_one_click_registration_enabled\u0022: true, \u0022logo_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2025\u002D07\u002D14/7dedae1321294f123e049ca06e55dd78/pSpe8obNEj9eN2nkOpF7_Screenshot2025\u002D07\u002D14at3.38.13\u005Cu202fPM.png\u0022, \u0022long_description\u0022: \u0022\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 11pt\u005C\u0022\u003EDear Assembly Member,\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 11pt\u005C\u0022\u003EAs a rideshare driver in California, I\u005Cu2019m writing to express my strong support for Senate Bill 371 (Cabaldon), as amended, which adjusts the current uninsured/underinsured motorist (UM/UIM) coverage requirements to more reasonable levels, $50K/$100K, and makes clear that the responsibility for maintaining this coverage lies with transportation network companies (TNCs), not individual drivers like me.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 11pt\u005C\u0022\u003EThe current $1 million UM/UIM requirement is too expensive. It\u005Cu2019s not a policy I can purchase on my own, and in practice, it\u0027s always the TNCs that carry it. Meanwhile, taxis and limos aren\u005Cu2019t required to carry UM/UIM coverage at all. Yet, TNCs like Uber and Lyft are held to a much higher standard. In fact, \u003C/span\u003E\u003Ca target\u003D\u005C\u0022_blank\u005C\u0022 rel\u003D\u005C\u0022noopener noreferrer nofollow\u005C\u0022 href\u003D\u005C\u0022https://media.thinkbrg.com/wp\u002Dcontent/uploads/2025/06/13140216/June\u002D2025\u002DBRG\u002DReport_Analysis\u002Dof\u002Dthe\u002DEconomic\u002DEffects\u002Dof\u002DAB\u002D2293\u002Don\u002DCalifornia\u002DStakeholders_FINAL.pdf\u005C\u0022\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(17, 85, 204)\u003B font\u002Dsize: 11pt\u005C\u0022\u003E\u003Cu\u003Ean industry study\u003C/u\u003E\u003C/span\u003E\u003C/a\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 11pt\u005C\u0022\u003E conducted this year by Berkeley Research Group concluded that \u005Cu201cdriver compensation on TNC platforms in California has likely been reduced to offset elevated insurance costs.\u005Cu201d These rising insurance costs hurt riders with higher prices and reduce earnings for drivers like me.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 11pt\u005C\u0022\u003EIt\u005Cu2019s time to modernize a law that was passed in 2014 when rideshare was still new and untested. Today, the risk is much better understood, and the insurance market has changed dramatically. Updating the policy helps prevent further fare hikes, protects access to affordable transportation, and relieves some of the strain on public programs.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 11pt\u005C\u0022\u003EWe also see how unusually high UM/UIM limits can attract frivolous lawsuits, which only add to the cost burden. While appropriate insurance coverage is essential, we must ensure that it matches the actual risk\u005Cu2014not an inflated, outdated model that no longer fits today\u005Cu2019s reality.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 11pt\u005C\u0022\u003EBy supporting SB 371, the Legislature has the opportunity to protect both riders and drivers, bring down costs, and ensure that rideshare remains an affordable, reliable option for Californians. I urge you to support this important bill.\u003C/span\u003E\u003C/p\u003E\u0022, \u0022multi_action_ordered_children_ids\u0022: , \u0022multi_action_parent_id\u0022: null, \u0022multiple_actions_allowed\u0022: true, \u0022name\u0022: \u0022Support CA SB 371: Sign\u002Don Letter\u0022, \u0022navigation_bar_is_transparent\u0022: true, \u0022navigation_bar_type\u0022: 2, \u0022number_actions_count\u0022: 5728, \u0022number_actions_last_month_count\u0022: 1, \u0022number_participants_count\u0022: 5505, \u0022number_participants_last_month_count\u0022: 1, \u0022order\u0022: 6, \u0022page_layout_type\u0022: 1, \u0022personalized_campaign_pages\u0022: {}, \u0022pos_message\u0022: \u0022\u0022, \u0022pos_subject\u0022: \u0022\u0022, \u0022rate_limit\u0022: null, \u0022registration_page\u0022: \u0022/api/grassrootsregistrationpage/11835/\u0022, \u0022regulation_id\u0022: null, \u0022required_video_link\u0022: \u0022\u0022, \u0022resource_uri\u0022: \u0022/api/grassrootscampaign/133833/\u0022, \u0022share_story_type\u0022: 1, \u0022share_story_video_duration\u0022: 60, \u0022short_description\u0022: \u0022Increase my earnings \u002D Reform Rideshare Insurance\u0022, \u0022should_rework_with_ai\u0022: false, \u0022should_use_footer_html\u0022: false, \u0022show_num_actions\u0022: false, \u0022show_num_supporters\u0022: true, \u0022single_body_for_all_messages\u0022: false, \u0022statistics\u0022: null, \u0022status\u0022: 2, \u0022summary_display_option_type\u0022: 3, \u0022supporters_can_choose_targets\u0022: false, \u0022targeting_type\u0022: 1, \u0022unique_identifier\u0022: \u0022\u0022, \u0022vanity_url_slug\u0022: \u0022SB371CADVR\u0022, \u0022video_notified_users\u0022: , \u0022visible_on_action_center\u0022: false, \u0022voice_flow_settings\u0022: null}, {\u0022_extra\u0022: {}, \u0022ai_options\u0022: null, \u0022always_show_to_advocates\u0022: false, \u0022anonymize_supporter_data\u0022: false, \u0022background_color_override\u0022: \u0022#ffffff\u0022, \u0022background_image_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D11\u002D18/15eea5aa06f1c6c853f34999e6df588d/bisMQZuNSzSma6vriiCC_lyft\u002Dbg.png\u0022, \u0022background_style_type\u0022: 1, \u0022campaign_interaction_types\u0022: , \u0022campaign_layout\u0022: 2, \u0022campaign_type\u0022: 27, \u0022conf_email_from_address\u0022: \u0022gberman@lyft.quorumoutbox.com\u0022, \u0022conf_email_from_address_username\u0022: null, \u0022conf_email_from_name\u0022: null, \u0022conf_email_reply_to_address\u0022: null, \u0022conf_email_reply_to_address_domain\u0022: null, \u0022conf_email_reply_to_address_username\u0022: null, \u0022conf_email_reply_to_name\u0022: null, \u0022conf_email_subject\u0022: null, \u0022configs\u0022: null, \u0022custom_call_to_action_button_text\u0022: \u0022\u0022, \u0022custom_call_to_action_text\u0022: \u0022Make Your Voice Heard\u0022, \u0022custom_css\u0022: \u0022/*Logo size*/\u005Cn.fWrnWR{\u005Cn height: 170px\u003B\u005Cn}\u005Cn.dbyZZW{\u005Cn padding: 40px 0px 0px 0px\u003B\u005Cn}\u005Cn\u005Cn/*form color*/\u005Cn.kFLuUW{\u005Cn background: linear\u002Dgradient(rgb(222, 237, 247), rgb(222, 237, 247))\u003B\u005Cn border\u002Dcolor: rgb(222, 237, 247)\u003B\u005Cn}\u005Cn\u005Cn/*button color*/\u005Cn.dlDBhD {\u005Cn opacity: 1\u003B\u005Cn background: linear\u002Dgradient(rgb(255, 0, 191), rgb(255, 0, 191))\u003B\u005Cn color: rgb(255, 255, 255) !important\u003B\u005Cn font\u002Dsize: 1.4rem !important\u003B\u005Cn font\u002Dweight: 600\u003B\u005Cn}\u0022, \u0022custom_fields\u0022: , \u0022custom_gamification_points\u0022: 10, \u0022custom_javascript\u0022: \u0022function alterarTextoBotao() {\u005Cn const button \u003D document.querySelector(\u005C\u0022.dlDBhD\u005C\u0022)\u003B\u005Cn if (button \u0026\u0026 button.textContent !\u003D\u003D \u005C\u0022SEND\u005C\u0022) {\u005Cn button.textContent \u003D \u005C\u0022SEND\u005C\u0022\u003B\u005Cn }\u005Cn}\u005Cn\u005CnsetInterval(alterarTextoBotao, 200)\u003B\u005Cn\u0022, \u0022custom_target\u0022: \u0022\u0022, \u0022custom_thank_you_javascript\u0022: \u0022\u0022, \u0022description_alignment_type\u0022: 1, \u0022facebook_leadgen_form_id\u0022: \u0022\u0022, \u0022facebook_leadgen_form_questions\u0022: null, \u0022fixed_post_message\u0022: \u0022\u0022, \u0022fixed_post_message_two\u0022: \u0022\u0022, \u0022fixed_pre_message\u0022: \u0022\u0022, \u0022fixed_pre_message_two\u0022: \u0022\u0022, \u0022footer_html\u0022: \u0022\u0022, \u0022full_bleed_header_image_alt_text\u0022: \u0022\u0022, \u0022full_bleed_header_image_contain\u0022: false, \u0022full_bleed_header_image_url\u0022: \u0022\u0022, \u0022full_bleed_header_text_is_left_aligned\u0022: true, \u0022full_bleed_header_type\u0022: 1, \u0022full_bleed_header_video_url\u0022: \u0022\u0022, \u0022gamification_points_mode\u0022: 1, \u0022id\u0022: 107382, \u0022inbound_texting_reply_message\u0022: \u0022\u0022, \u0022internal_only_name\u0022: \u0022BKN UR activation Oct 2024\u0022, \u0022is_custom_targeting_enabled\u0022: null, \u0022is_one_click_registration_enabled\u0022: true, \u0022logo_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D11\u002D18/15eea5aa06f1c6c853f34999e6df588d/44n9a2JO97pz9QolZO69_lyft\u002Dlogo.png\u0022, \u0022long_description\u0022: \u0022\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(68, 71, 70)\u003B font\u002Dsize: 18px\u003B line\u002Dheight: 100%\u005C\u0022\u003ENew Yorkers of all incomes rely on rideshare for commutes, job interviews, doctors\u005Cu2019 appointments, and other important trips. But rides in NYC are among the most expensive in the country, in large part due to excessive government\u002Dimposed taxes, regulations and fees.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(68, 71, 70)\u003B font\u002Dsize: 18px\u003B line\u002Dheight: 100%\u005C\u0022\u003ECity Hall is doubling down on backwards policies that will mean yet another price hike for riders. We can protect driver pay without needlessly raising costs. Excessive costs lead to higher prices. Higher prices mean fewer rides, and reduced driver earnings.\u005Cu00a0\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(68, 71, 70)\u003B font\u002Dsize: 18px\u003B line\u002Dheight: 100%\u005C\u0022\u003EThe City\u0027s approach is outdated. Other places like California, Massachusetts, and even the rest of New York State, have rules that protect driver earnings without unnecessarily causing increased costs.\u005Cu00a0\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(68, 71, 70)\u003B font\u002Dsize: 18px\u003B line\u002Dheight: 100%\u005C\u0022\u003E\u003Cstrong\u003EDon\u005Cu2019t pass rules that threaten to make NYC unaffordable.\u003C/strong\u003E\u003C/span\u003E\u003C/p\u003E\u0022, \u0022multi_action_ordered_children_ids\u0022: 107383, 107384, 107385, \u0022multi_action_parent_id\u0022: null, \u0022multiple_actions_allowed\u0022: true, \u0022name\u0022: \u0022NYC doesn\u0027t need yet another price hike\u0022, \u0022navigation_bar_is_transparent\u0022: true, \u0022navigation_bar_type\u0022: 2, \u0022number_actions_count\u0022: 4089, \u0022number_actions_last_month_count\u0022: 1, \u0022number_participants_count\u0022: 2911, \u0022number_participants_last_month_count\u0022: 1, \u0022order\u0022: 5, \u0022page_layout_type\u0022: 1, \u0022personalized_campaign_pages\u0022: {}, \u0022pos_message\u0022: \u0022\u0022, \u0022pos_subject\u0022: \u0022\u0022, \u0022rate_limit\u0022: null, \u0022registration_page\u0022: \u0022/api/grassrootsregistrationpage/1100/\u0022, \u0022regulation_id\u0022: null, \u0022required_video_link\u0022: \u0022\u0022, \u0022resource_uri\u0022: \u0022/api/grassrootscampaign/107382/\u0022, \u0022share_story_type\u0022: 1, \u0022share_story_video_duration\u0022: 60, \u0022short_description\u0022: \u0022\u0022, \u0022should_rework_with_ai\u0022: false, \u0022should_use_footer_html\u0022: false, \u0022show_num_actions\u0022: false, \u0022show_num_supporters\u0022: true, \u0022single_body_for_all_messages\u0022: false, \u0022statistics\u0022: null, \u0022status\u0022: 2, \u0022summary_display_option_type\u0022: 3, \u0022supporters_can_choose_targets\u0022: false, \u0022targeting_type\u0022: 1, \u0022unique_identifier\u0022: \u0022\u0022, \u0022vanity_url_slug\u0022: \u0022107382\u0022, \u0022video_notified_users\u0022: , \u0022visible_on_action_center\u0022: false, \u0022voice_flow_settings\u0022: null}, {\u0022_extra\u0022: {}, \u0022ai_options\u0022: null, \u0022always_show_to_advocates\u0022: false, \u0022anonymize_supporter_data\u0022: false, \u0022background_color_override\u0022: \u0022#ffffff\u0022, \u0022background_image_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D11\u002D18/15eea5aa06f1c6c853f34999e6df588d/bisMQZuNSzSma6vriiCC_lyft\u002Dbg.png\u0022, \u0022background_style_type\u0022: 1, \u0022campaign_interaction_types\u0022: , \u0022campaign_layout\u0022: 2, \u0022campaign_type\u0022: 27, \u0022conf_email_from_address\u0022: \u0022gberman@lyft.quorumoutbox.com\u0022, \u0022conf_email_from_address_username\u0022: null, \u0022conf_email_from_name\u0022: null, \u0022conf_email_reply_to_address\u0022: null, \u0022conf_email_reply_to_address_domain\u0022: null, \u0022conf_email_reply_to_address_username\u0022: null, \u0022conf_email_reply_to_name\u0022: null, \u0022conf_email_subject\u0022: null, \u0022configs\u0022: null, \u0022custom_call_to_action_button_text\u0022: \u0022\u0022, \u0022custom_call_to_action_text\u0022: \u0022Make Your Voice Heard\u0022, \u0022custom_css\u0022: \u0022/*Logo size*/\u005Cn.fWrnWR{\u005Cn height: 170px\u003B\u005Cn}\u005Cn.dbyZZW{\u005Cn padding: 40px 0px 0px 0px\u003B\u005Cn}\u005Cn\u005Cn/*form color*/\u005Cn.kFLuUW{\u005Cn background: linear\u002Dgradient(rgb(222, 237, 247), rgb(222, 237, 247))\u003B\u005Cn border\u002Dcolor: rgb(222, 237, 247)\u003B\u005Cn}\u005Cn\u005Cn/*button color*/\u005Cn.dlDBhD {\u005Cn opacity: 1\u003B\u005Cn background: linear\u002Dgradient(rgb(255, 0, 191), rgb(255, 0, 191))\u003B\u005Cn color: rgb(255, 255, 255) !important\u003B\u005Cn font\u002Dsize: 1.4rem !important\u003B\u005Cn font\u002Dweight: 600\u003B\u005Cn}\u0022, \u0022custom_fields\u0022: , \u0022custom_gamification_points\u0022: 10, \u0022custom_javascript\u0022: \u0022function alterarTextoBotao() {\u005Cn const button \u003D document.querySelector(\u005C\u0022.dlDBhD\u005C\u0022)\u003B\u005Cn if (button \u0026\u0026 button.textContent !\u003D\u003D \u005C\u0022SEND\u005C\u0022) {\u005Cn button.textContent \u003D \u005C\u0022SEND\u005C\u0022\u003B\u005Cn }\u005Cn}\u005Cn\u005CnsetInterval(alterarTextoBotao, 200)\u003B\u005Cn\u0022, \u0022custom_target\u0022: \u0022\u0022, \u0022custom_thank_you_javascript\u0022: \u0022\u0022, \u0022description_alignment_type\u0022: 1, \u0022facebook_leadgen_form_id\u0022: \u0022\u0022, \u0022facebook_leadgen_form_questions\u0022: null, \u0022fixed_post_message\u0022: \u0022\u0022, \u0022fixed_post_message_two\u0022: \u0022\u0022, \u0022fixed_pre_message\u0022: \u0022\u0022, \u0022fixed_pre_message_two\u0022: \u0022\u0022, \u0022footer_html\u0022: \u0022\u0022, \u0022full_bleed_header_image_alt_text\u0022: \u0022\u0022, \u0022full_bleed_header_image_contain\u0022: false, \u0022full_bleed_header_image_url\u0022: \u0022\u0022, \u0022full_bleed_header_text_is_left_aligned\u0022: true, \u0022full_bleed_header_type\u0022: 1, \u0022full_bleed_header_video_url\u0022: \u0022\u0022, \u0022gamification_points_mode\u0022: 1, \u0022id\u0022: 107386, \u0022inbound_texting_reply_message\u0022: \u0022\u0022, \u0022internal_only_name\u0022: \u0022BKN UR activation Oct 2024\u0022, \u0022is_custom_targeting_enabled\u0022: null, \u0022is_one_click_registration_enabled\u0022: true, \u0022logo_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D11\u002D18/15eea5aa06f1c6c853f34999e6df588d/44n9a2JO97pz9QolZO69_lyft\u002Dlogo.png\u0022, \u0022long_description\u0022: \u0022\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(68, 71, 70)\u003B font\u002Dsize: 16px\u003B line\u002Dheight: 100%\u005C\u0022\u003EThe Taxi and Limousine Commission (TLC) is trying to pass new rules that will make it harder for drivers to earn on Lyft, and doesn\u0027t fix the main reason for lockouts\u003C/span\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 16px\u003B line\u002Dheight: 100%\u005C\u0022\u003E. If enacted, they would limit our earnings, make rideshare more expensive, and continue down the failed path of linking pay to driver utilization. \u003Cstrong\u003EWe call on City Hall to fix this.\u003C/strong\u003E\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 16px\u003B line\u002Dheight: 100%\u005C\u0022\u003EThe new rules would still pressure companies to maintain certain utilization rates. Given that Lyft has paused onboarding new drivers for over a year, the only remaining way to increase utilization is restricting our access to the platform. That\u005Cu2019s bad for drivers, and bad for riders who experience longer wait times.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp style\u003D\u005C\u0022text\u002Dalign: justify\u005C\u0022\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 16px\u003B line\u002Dheight: 100%\u005C\u0022\u003ENew York City is the only place that regulates utilization in this way and, as a result, the only place where we experience lockouts.\u005Cu00a0\u003C/span\u003E\u003C/p\u003E\u003Cp style\u003D\u005C\u0022text\u002Dalign: justify\u005C\u0022\u003E\u003C/p\u003E\u003Cp style\u003D\u005C\u0022text\u002Dalign: justify\u005C\u0022\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 16px\u003B line\u002Dheight: 100%\u005C\u0022\u003E\u003Cstrong\u003EAdd your name to the list of drivers asking the City Hall to keep minimum earnings for drivers, but remove the utilization rules that force lockouts.\u003C/strong\u003E\u003C/span\u003E\u003C/p\u003E\u0022, \u0022multi_action_ordered_children_ids\u0022: 107387, 107388, 107389, \u0022multi_action_parent_id\u0022: null, \u0022multiple_actions_allowed\u0022: true, \u0022name\u0022: \u0022The TLC is continuing down a failed path\u0022, \u0022navigation_bar_is_transparent\u0022: true, \u0022navigation_bar_type\u0022: 2, \u0022number_actions_count\u0022: 798, \u0022number_actions_last_month_count\u0022: 0, \u0022number_participants_count\u0022: 492, \u0022number_participants_last_month_count\u0022: 0, \u0022order\u0022: 5, \u0022page_layout_type\u0022: 1, \u0022personalized_campaign_pages\u0022: {}, \u0022pos_message\u0022: \u0022\u0022, \u0022pos_subject\u0022: \u0022\u0022, \u0022rate_limit\u0022: null, \u0022registration_page\u0022: \u0022/api/grassrootsregistrationpage/1100/\u0022, \u0022regulation_id\u0022: null, \u0022required_video_link\u0022: \u0022\u0022, \u0022resource_uri\u0022: \u0022/api/grassrootscampaign/107386/\u0022, \u0022share_story_type\u0022: 1, \u0022share_story_video_duration\u0022: 60, \u0022short_description\u0022: \u0022\u0022, \u0022should_rework_with_ai\u0022: false, \u0022should_use_footer_html\u0022: false, \u0022show_num_actions\u0022: false, \u0022show_num_supporters\u0022: true, \u0022single_body_for_all_messages\u0022: false, \u0022statistics\u0022: null, \u0022status\u0022: 2, \u0022summary_display_option_type\u0022: 3, \u0022supporters_can_choose_targets\u0022: false, \u0022targeting_type\u0022: 1, \u0022unique_identifier\u0022: \u0022\u0022, \u0022vanity_url_slug\u0022: \u0022107386\u0022, \u0022video_notified_users\u0022: , \u0022visible_on_action_center\u0022: false, \u0022voice_flow_settings\u0022: null}, {\u0022_extra\u0022: {}, \u0022ai_options\u0022: null, \u0022always_show_to_advocates\u0022: false, \u0022anonymize_supporter_data\u0022: false, \u0022background_color_override\u0022: \u0022#ffffff\u0022, \u0022background_image_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D10\u002D28/9e211068a1e1058f558f6dbcbe2d9679/BPQgCQ6oPO3CALSJCGQM_lyft\u002Dbackground.png\u0022, \u0022background_style_type\u0022: 1, \u0022campaign_interaction_types\u0022: , \u0022campaign_layout\u0022: 2, \u0022campaign_type\u0022: 2, \u0022conf_email_from_address\u0022: \u0022gberman@lyft.quorumoutbox.com\u0022, \u0022conf_email_from_address_username\u0022: null, \u0022conf_email_from_name\u0022: null, \u0022conf_email_reply_to_address\u0022: null, \u0022conf_email_reply_to_address_domain\u0022: null, \u0022conf_email_reply_to_address_username\u0022: null, \u0022conf_email_reply_to_name\u0022: null, \u0022conf_email_subject\u0022: null, \u0022configs\u0022: null, \u0022custom_call_to_action_button_text\u0022: \u0022\u0022, \u0022custom_call_to_action_text\u0022: \u0022Make Your Voice Heard\u0022, \u0022custom_css\u0022: \u0022/*Logo size*/\u005Cn.gPLAkZ{\u005Cn height: 170px\u003B\u005Cn}\u005Cn.dbyZZW{\u005Cn padding: 40px 0px 0px 0px\u003B\u005Cn}\u005Cn\u005Cn/*form color*/\u005Cn.kFLuUW{\u005Cn background: linear\u002Dgradient(rgb(222, 237, 247), rgb(222, 237, 247))\u003B\u005Cn border\u002Dcolor: rgb(222, 237, 247)\u003B\u005Cn}\u005Cn\u005Cn/*button color*/\u005Cn.dlDBhD {\u005Cn opacity: 1\u003B\u005Cn background: linear\u002Dgradient(rgb(255, 0, 191), rgb(255, 0, 191))\u003B\u005Cn color: rgb(255, 255, 255) !important\u003B\u005Cn font\u002Dsize: 1.4rem !important\u003B\u005Cn font\u002Dweight: 600\u003B\u005Cn}\u0022, \u0022custom_fields\u0022: , \u0022custom_gamification_points\u0022: 10, \u0022custom_javascript\u0022: \u0022function alterarTextoBotao() {\u005Cn const button \u003D document.querySelector(\u005C\u0022.dlDBhD\u005C\u0022)\u003B\u005Cn if (button \u0026\u0026 button.textContent !\u003D\u003D \u005C\u0022SEND\u005C\u0022) {\u005Cn button.textContent \u003D \u005C\u0022SEND\u005C\u0022\u003B\u005Cn }\u005Cn}\u005Cn\u005CnsetInterval(alterarTextoBotao, 200)\u003B\u005Cn\u0022, \u0022custom_target\u0022: \u0022\u0022, \u0022custom_thank_you_javascript\u0022: \u0022\u0022, \u0022description_alignment_type\u0022: 1, \u0022facebook_leadgen_form_id\u0022: \u0022\u0022, \u0022facebook_leadgen_form_questions\u0022: null, \u0022fixed_post_message\u0022: \u0022\u0022, \u0022fixed_post_message_two\u0022: \u0022\u0022, \u0022fixed_pre_message\u0022: \u0022\u0022, \u0022fixed_pre_message_two\u0022: \u0022\u0022, \u0022footer_html\u0022: \u0022\u0022, \u0022full_bleed_header_image_alt_text\u0022: \u0022\u0022, \u0022full_bleed_header_image_contain\u0022: false, \u0022full_bleed_header_image_url\u0022: \u0022\u0022, \u0022full_bleed_header_text_is_left_aligned\u0022: true, \u0022full_bleed_header_type\u0022: 1, \u0022full_bleed_header_video_url\u0022: \u0022\u0022, \u0022gamification_points_mode\u0022: 1, \u0022id\u0022: 85831, \u0022inbound_texting_reply_message\u0022: \u0022\u0022, \u0022internal_only_name\u0022: \u0022BKN UR activation Oct 2024\u0022, \u0022is_custom_targeting_enabled\u0022: null, \u0022is_one_click_registration_enabled\u0022: true, \u0022logo_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D10\u002D28/9e211068a1e1058f558f6dbcbe2d9679/uDgXAvqKyyUjSsYPGoQ9_lyft\u002Dlogo.png\u0022, \u0022long_description\u0022: \u0022\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dweight: 400\u003B color: #000000\u003B font\u002Dsize: 14pt\u003B font\u002Dfamily: \u0027proxima\u002Dnova\u0027, \u0027sans\u002DserifTahoma\u0027\u003B\u005C\u0022\u003ETaxi and Limousine Commission TLC rules link driver pay to the utilization rate \u005Cu2013 the amount of time you have a passenger in your car. To meet the TLC\u005Cu2019s current utilization standards, which only exist in NYC, Lyft is effectively forced to restrict drivers from going online during certain times and in certain areas. This is the cause of lockouts you\u005Cu00a0may experience.\u005Cu00a0\u003C/span\u003E\u003C/p\u003E\u005Cn\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: #000000\u003B font\u002Dsize: 14pt\u003B font\u002Dfamily: \u0027proxima\u002Dnova\u0027, \u0027sans\u002DserifTahoma\u0027\u003B\u005C\u0022\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dweight: 400\u003B\u005C\u0022\u003EAdd your name to the list of drivers asking the TLC to \u003C/span\u003E\u003Cb\u003Eremove the utilization rules that are causing the lockouts.\u003C/b\u003E\u003C/span\u003E\u003C/p\u003E\u0022, \u0022multi_action_ordered_children_ids\u0022: , \u0022multi_action_parent_id\u0022: null, \u0022multiple_actions_allowed\u0022: true, \u0022name\u0022: \u0022Protect your earnings and end the lockouts\u0022, \u0022navigation_bar_is_transparent\u0022: true, \u0022navigation_bar_type\u0022: 2, \u0022number_actions_count\u0022: 152, \u0022number_actions_last_month_count\u0022: 0, \u0022number_participants_count\u0022: 54, \u0022number_participants_last_month_count\u0022: 0, \u0022order\u0022: 4, \u0022page_layout_type\u0022: 1, \u0022personalized_campaign_pages\u0022: null, \u0022pos_message\u0022: \u0022\u0022, \u0022pos_subject\u0022: \u0022\u0022, \u0022rate_limit\u0022: null, \u0022registration_page\u0022: \u0022/api/grassrootsregistrationpage/1100/\u0022, \u0022regulation_id\u0022: null, \u0022required_video_link\u0022: \u0022\u0022, \u0022resource_uri\u0022: \u0022/api/grassrootscampaign/85831/\u0022, \u0022share_story_type\u0022: 1, \u0022share_story_video_duration\u0022: 60, \u0022short_description\u0022: \u0022Tell the TLC to change the rules\u0022, \u0022should_rework_with_ai\u0022: false, \u0022should_use_footer_html\u0022: false, \u0022show_num_actions\u0022: false, \u0022show_num_supporters\u0022: true, \u0022single_body_for_all_messages\u0022: false, \u0022statistics\u0022: null, \u0022status\u0022: 2, \u0022summary_display_option_type\u0022: 3, \u0022supporters_can_choose_targets\u0022: false, \u0022targeting_type\u0022: 1, \u0022unique_identifier\u0022: \u0022\u0022, \u0022vanity_url_slug\u0022: \u002285831\u0022, \u0022video_notified_users\u0022: , \u0022visible_on_action_center\u0022: false, \u0022voice_flow_settings\u0022: null}, {\u0022_extra\u0022: {}, \u0022ai_options\u0022: {\u0022length\u0022: \u0022short\u0022, \u0022tone\u0022: \u0022friendly\u0022}, \u0022always_show_to_advocates\u0022: false, \u0022anonymize_supporter_data\u0022: false, \u0022background_color_override\u0022: \u0022#ffffff\u0022, \u0022background_image_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D10\u002D28/9e211068a1e1058f558f6dbcbe2d9679/BPQgCQ6oPO3CALSJCGQM_lyft\u002Dbackground.png\u0022, \u0022background_style_type\u0022: 1, \u0022campaign_interaction_types\u0022: , \u0022campaign_layout\u0022: 2, \u0022campaign_type\u0022: 2, \u0022conf_email_from_address\u0022: \u0022gberman@lyft.quorumoutbox.com\u0022, \u0022conf_email_from_address_username\u0022: null, \u0022conf_email_from_name\u0022: null, \u0022conf_email_reply_to_address\u0022: null, \u0022conf_email_reply_to_address_domain\u0022: null, \u0022conf_email_reply_to_address_username\u0022: null, \u0022conf_email_reply_to_name\u0022: null, \u0022conf_email_subject\u0022: null, \u0022configs\u0022: null, \u0022custom_call_to_action_button_text\u0022: \u0022\u0022, \u0022custom_call_to_action_text\u0022: \u0022Make Your Voice Heard\u0022, \u0022custom_css\u0022: \u0022/*Logo size*/\u005Cn.gPLAkZ{\u005Cn height: 170px\u003B\u005Cn}\u005Cn.dbyZZW{\u005Cn padding: 40px 0px 0px 0px\u003B\u005Cn}\u005Cn\u005Cn/*form color*/\u005Cn.kFLuUW{\u005Cn background: linear\u002Dgradient(rgb(222, 237, 247), rgb(222, 237, 247))\u003B\u005Cn border\u002Dcolor: rgb(222, 237, 247)\u003B\u005Cn}\u005Cn\u005Cn/*button color*/\u005Cn.dlDBhD {\u005Cn opacity: 1\u003B\u005Cn background: linear\u002Dgradient(rgb(255, 0, 191), rgb(255, 0, 191))\u003B\u005Cn color: rgb(255, 255, 255) !important\u003B\u005Cn font\u002Dsize: 1.4rem !important\u003B\u005Cn font\u002Dweight: 600\u003B\u005Cn}\u0022, \u0022custom_fields\u0022: , \u0022custom_gamification_points\u0022: 10, \u0022custom_javascript\u0022: \u0022function alterarTextoBotao() {\u005Cn const button \u003D document.querySelector(\u005C\u0022.dlDBhD\u005C\u0022)\u003B\u005Cn if (button \u0026\u0026 button.textContent !\u003D\u003D \u005C\u0022SEND\u005C\u0022) {\u005Cn button.textContent \u003D \u005C\u0022SEND\u005C\u0022\u003B\u005Cn }\u005Cn}\u005Cn\u005CnsetInterval(alterarTextoBotao, 200)\u003B\u005Cn\u0022, \u0022custom_target\u0022: \u0022\u0022, \u0022custom_thank_you_javascript\u0022: \u0022\u0022, \u0022description_alignment_type\u0022: 1, \u0022facebook_leadgen_form_id\u0022: \u0022\u0022, \u0022facebook_leadgen_form_questions\u0022: null, \u0022fixed_post_message\u0022: \u0022\u0022, \u0022fixed_post_message_two\u0022: \u0022\u0022, \u0022fixed_pre_message\u0022: \u0022\u0022, \u0022fixed_pre_message_two\u0022: \u0022\u0022, \u0022footer_html\u0022: \u0022\u0022, \u0022full_bleed_header_image_alt_text\u0022: \u0022\u0022, \u0022full_bleed_header_image_contain\u0022: false, \u0022full_bleed_header_image_url\u0022: \u0022\u0022, \u0022full_bleed_header_text_is_left_aligned\u0022: true, \u0022full_bleed_header_type\u0022: 1, \u0022full_bleed_header_video_url\u0022: \u0022\u0022, \u0022gamification_points_mode\u0022: 1, \u0022id\u0022: 120112, \u0022inbound_texting_reply_message\u0022: \u0022\u0022, \u0022internal_only_name\u0022: \u0022CA Insurance Campaign 2025 \u002D Riders\u0022, \u0022is_custom_targeting_enabled\u0022: true, \u0022is_one_click_registration_enabled\u0022: true, \u0022logo_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D10\u002D28/9e211068a1e1058f558f6dbcbe2d9679/uDgXAvqKyyUjSsYPGoQ9_lyft\u002Dlogo.png\u0022, \u0022long_description\u0022: \u0022\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(68, 71, 70)\u003B font\u002Dsize: 11pt\u005C\u0022\u003EI\u005Cu2019m a California resident who relies on rideshare writing in support of CA SB 371 (Cabaldon).\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(68, 71, 70)\u003B font\u002Dsize: 11pt\u005C\u0022\u003EThe current $1 million uninsured/underinsured motorist (UM/UIM) coverage requirement for companies like \u003C/span\u003E\u003Ca href\u003D\u005C\u0022https://www.lyft.com/rideshare\u002Dinsurance\u002Dreform\u005C\u0022 rel\u003D\u005C\u0022noopener noreferrer nofollow\u005C\u0022\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(68, 71, 70)\u003B font\u002Dsize: 11pt\u005C\u0022\u003ELyft\u003C/span\u003E\u003C/a\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(68, 71, 70)\u003B font\u002Dsize: 11pt\u005C\u0022\u003E and Uber is unfairly high. Taxis and limos don\u0027t have the same costly requirement, and these high insurance costs are passed directly on to riders like me through higher prices.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(68, 71, 70)\u003B font\u002Dsize: 11pt\u005C\u0022\u003EBy supporting CA SB 371, you can help modernize an outdated law, ensure fairness across the industry, and protect access to affordable transportation. Please support this bill to help keep rideshare an affordable option for all Californians.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(68, 71, 70)\u003B font\u002Dsize: 11pt\u005C\u0022\u003E\u003Cstrong\u003EPass CA SB 371.\u003C/strong\u003E\u003C/span\u003E\u003C/p\u003E\u0022, \u0022multi_action_ordered_children_ids\u0022: , \u0022multi_action_parent_id\u0022: null, \u0022multiple_actions_allowed\u0022: true, \u0022name\u0022: \u0022Make California more affordable: Lower rideshare insurance costs by passing CA SB 371\u0022, \u0022navigation_bar_is_transparent\u0022: true, \u0022navigation_bar_type\u0022: 2, \u0022number_actions_count\u0022: 8224, \u0022number_actions_last_month_count\u0022: 2, \u0022number_participants_count\u0022: 3859, \u0022number_participants_last_month_count\u0022: 1, \u0022order\u0022: 4, \u0022page_layout_type\u0022: 1, \u0022personalized_campaign_pages\u0022: {}, \u0022pos_message\u0022: \u0022\u0022, \u0022pos_subject\u0022: \u0022\u0022, \u0022rate_limit\u0022: null, \u0022registration_page\u0022: \u0022/api/grassrootsregistrationpage/1100/\u0022, \u0022regulation_id\u0022: null, \u0022required_video_link\u0022: \u0022\u0022, \u0022resource_uri\u0022: \u0022/api/grassrootscampaign/120112/\u0022, \u0022share_story_type\u0022: 1, \u0022share_story_video_duration\u0022: 60, \u0022short_description\u0022: \u0022\u0022, \u0022should_rework_with_ai\u0022: false, \u0022should_use_footer_html\u0022: false, \u0022show_num_actions\u0022: false, \u0022show_num_supporters\u0022: true, \u0022single_body_for_all_messages\u0022: false, \u0022statistics\u0022: null, \u0022status\u0022: 2, \u0022summary_display_option_type\u0022: 3, \u0022supporters_can_choose_targets\u0022: false, \u0022targeting_type\u0022: 1, \u0022unique_identifier\u0022: \u0022\u0022, \u0022vanity_url_slug\u0022: \u0022120112\u0022, \u0022video_notified_users\u0022: , \u0022visible_on_action_center\u0022: false, \u0022voice_flow_settings\u0022: null}, {\u0022_extra\u0022: {}, \u0022ai_options\u0022: {\u0022length\u0022: \u0022short\u0022, \u0022tone\u0022: \u0022friendly\u0022}, \u0022always_show_to_advocates\u0022: false, \u0022anonymize_supporter_data\u0022: false, \u0022background_color_override\u0022: \u0022#ffffff\u0022, \u0022background_image_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D10\u002D28/9e211068a1e1058f558f6dbcbe2d9679/BPQgCQ6oPO3CALSJCGQM_lyft\u002Dbackground.png\u0022, \u0022background_style_type\u0022: 1, \u0022campaign_interaction_types\u0022: , \u0022campaign_layout\u0022: 2, \u0022campaign_type\u0022: 2, \u0022conf_email_from_address\u0022: \u0022gberman@lyft.quorumoutbox.com\u0022, \u0022conf_email_from_address_username\u0022: null, \u0022conf_email_from_name\u0022: null, \u0022conf_email_reply_to_address\u0022: null, \u0022conf_email_reply_to_address_domain\u0022: null, \u0022conf_email_reply_to_address_username\u0022: null, \u0022conf_email_reply_to_name\u0022: null, \u0022conf_email_subject\u0022: null, \u0022configs\u0022: null, \u0022custom_call_to_action_button_text\u0022: \u0022\u0022, \u0022custom_call_to_action_text\u0022: \u0022Make Your Voice Heard\u0022, \u0022custom_css\u0022: \u0022/*Logo size*/\u005Cn.gPLAkZ{\u005Cn height: 170px\u003B\u005Cn}\u005Cn.dbyZZW{\u005Cn padding: 40px 0px 0px 0px\u003B\u005Cn}\u005Cn\u005Cn/*form color*/\u005Cn.kFLuUW{\u005Cn background: linear\u002Dgradient(rgb(222, 237, 247), rgb(222, 237, 247))\u003B\u005Cn border\u002Dcolor: rgb(222, 237, 247)\u003B\u005Cn}\u005Cn\u005Cn/*button color*/\u005Cn.dlDBhD {\u005Cn opacity: 1\u003B\u005Cn background: linear\u002Dgradient(rgb(255, 0, 191), rgb(255, 0, 191))\u003B\u005Cn color: rgb(255, 255, 255) !important\u003B\u005Cn font\u002Dsize: 1.4rem !important\u003B\u005Cn font\u002Dweight: 600\u003B\u005Cn}\u0022, \u0022custom_fields\u0022: , \u0022custom_gamification_points\u0022: 10, \u0022custom_javascript\u0022: \u0022function alterarTextoBotao() {\u005Cn const button \u003D document.querySelector(\u005C\u0022.dlDBhD\u005C\u0022)\u003B\u005Cn if (button \u0026\u0026 button.textContent !\u003D\u003D \u005C\u0022SEND\u005C\u0022) {\u005Cn button.textContent \u003D \u005C\u0022SEND\u005C\u0022\u003B\u005Cn }\u005Cn}\u005Cn\u005CnsetInterval(alterarTextoBotao, 200)\u003B\u005Cn\u0022, \u0022custom_target\u0022: \u0022\u0022, \u0022custom_thank_you_javascript\u0022: \u0022\u0022, \u0022description_alignment_type\u0022: 1, \u0022facebook_leadgen_form_id\u0022: \u0022\u0022, \u0022facebook_leadgen_form_questions\u0022: null, \u0022fixed_post_message\u0022: \u0022\u0022, \u0022fixed_post_message_two\u0022: \u0022\u0022, \u0022fixed_pre_message\u0022: \u0022\u0022, \u0022fixed_pre_message_two\u0022: \u0022\u0022, \u0022footer_html\u0022: \u0022\u0022, \u0022full_bleed_header_image_alt_text\u0022: \u0022\u0022, \u0022full_bleed_header_image_contain\u0022: false, \u0022full_bleed_header_image_url\u0022: \u0022\u0022, \u0022full_bleed_header_text_is_left_aligned\u0022: true, \u0022full_bleed_header_type\u0022: 1, \u0022full_bleed_header_video_url\u0022: \u0022\u0022, \u0022gamification_points_mode\u0022: 1, \u0022id\u0022: 120129, \u0022inbound_texting_reply_message\u0022: \u0022\u0022, \u0022internal_only_name\u0022: \u0022CA Insurance Campaign 2025 \u002D Drivers App (not console card)\u0022, \u0022is_custom_targeting_enabled\u0022: true, \u0022is_one_click_registration_enabled\u0022: true, \u0022logo_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D10\u002D28/9e211068a1e1058f558f6dbcbe2d9679/uDgXAvqKyyUjSsYPGoQ9_lyft\u002Dlogo.png\u0022, \u0022long_description\u0022: \u0022\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 11pt\u005C\u0022\u003EI\u005Cu2019m a driver who utilizes the Lyft app in California in California writing to support Senate Bill 371 (Cabaldon). This bill would lower the expensive and outdated $1 million uninsured/underinsured motorist (UM/UIM) coverage requirement for rideshare companies to a more reasonable amount.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 11pt\u005C\u0022\u003EThe current requirement is not only too expensive for drivers like me, it unfairly targets rideshare drivers, as taxis and limos have no such requirement. This high cost is passed on to riders through higher fares and drivers through reduced earnings.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 11pt\u005C\u0022\u003EUpdating this 2014 law will help protect riders and drivers, reduce costs, and keep rideshare an affordable transportation option for all Californians. \u003Cstrong\u003EI urge you to support CA SB 371.\u003C/strong\u003E\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u0022, \u0022multi_action_ordered_children_ids\u0022: , \u0022multi_action_parent_id\u0022: null, \u0022multiple_actions_allowed\u0022: true, \u0022name\u0022: \u0022Increase earnings for rideshare drivers: Pass CA SB 371\u0022, \u0022navigation_bar_is_transparent\u0022: true, \u0022navigation_bar_type\u0022: 2, \u0022number_actions_count\u0022: 11607, \u0022number_actions_last_month_count\u0022: 0, \u0022number_participants_count\u0022: 3741, \u0022number_participants_last_month_count\u0022: 0, \u0022order\u0022: 4, \u0022page_layout_type\u0022: 1, \u0022personalized_campaign_pages\u0022: {}, \u0022pos_message\u0022: \u0022\u0022, \u0022pos_subject\u0022: \u0022\u0022, \u0022rate_limit\u0022: null, \u0022registration_page\u0022: \u0022/api/grassrootsregistrationpage/1100/\u0022, \u0022regulation_id\u0022: null, \u0022required_video_link\u0022: \u0022\u0022, \u0022resource_uri\u0022: \u0022/api/grassrootscampaign/120129/\u0022, \u0022share_story_type\u0022: 1, \u0022share_story_video_duration\u0022: 60, \u0022short_description\u0022: \u0022\u0022, \u0022should_rework_with_ai\u0022: false, \u0022should_use_footer_html\u0022: false, \u0022show_num_actions\u0022: false, \u0022show_num_supporters\u0022: true, \u0022single_body_for_all_messages\u0022: false, \u0022statistics\u0022: null, \u0022status\u0022: 2, \u0022summary_display_option_type\u0022: 3, \u0022supporters_can_choose_targets\u0022: false, \u0022targeting_type\u0022: 1, \u0022unique_identifier\u0022: \u0022\u0022, \u0022vanity_url_slug\u0022: \u0022120129\u0022, \u0022video_notified_users\u0022: , \u0022visible_on_action_center\u0022: false, \u0022voice_flow_settings\u0022: null}, {\u0022_extra\u0022: {}, \u0022ai_options\u0022: null, \u0022always_show_to_advocates\u0022: false, \u0022anonymize_supporter_data\u0022: false, \u0022background_color_override\u0022: \u0022#ffffff\u0022, \u0022background_image_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D10\u002D28/9e211068a1e1058f558f6dbcbe2d9679/BPQgCQ6oPO3CALSJCGQM_lyft\u002Dbackground.png\u0022, \u0022background_style_type\u0022: 1, \u0022campaign_interaction_types\u0022: , \u0022campaign_layout\u0022: 2, \u0022campaign_type\u0022: 2, \u0022conf_email_from_address\u0022: \u0022gberman@lyft.quorumoutbox.com\u0022, \u0022conf_email_from_address_username\u0022: null, \u0022conf_email_from_name\u0022: null, \u0022conf_email_reply_to_address\u0022: null, \u0022conf_email_reply_to_address_domain\u0022: null, \u0022conf_email_reply_to_address_username\u0022: null, \u0022conf_email_reply_to_name\u0022: null, \u0022conf_email_subject\u0022: null, \u0022configs\u0022: null, \u0022custom_call_to_action_button_text\u0022: \u0022\u0022, \u0022custom_call_to_action_text\u0022: \u0022Make Your Voice Heard\u0022, \u0022custom_css\u0022: \u0022/*Logo size*/\u005Cn.gPLAkZ{\u005Cn height: 170px\u003B\u005Cn}\u005Cn.dbyZZW{\u005Cn padding: 40px 0px 0px 0px\u003B\u005Cn}\u005Cn\u005Cn/*form color*/\u005Cn.kFLuUW{\u005Cn background: linear\u002Dgradient(rgb(222, 237, 247), rgb(222, 237, 247))\u003B\u005Cn border\u002Dcolor: rgb(222, 237, 247)\u003B\u005Cn}\u005Cn\u005Cn/*button color*/\u005Cn.dlDBhD {\u005Cn opacity: 1\u003B\u005Cn background: linear\u002Dgradient(rgb(255, 0, 191), rgb(255, 0, 191))\u003B\u005Cn color: rgb(255, 255, 255) !important\u003B\u005Cn font\u002Dsize: 1.4rem !important\u003B\u005Cn font\u002Dweight: 600\u003B\u005Cn}\u0022, \u0022custom_fields\u0022: , \u0022custom_gamification_points\u0022: 10, \u0022custom_javascript\u0022: \u0022function alterarTextoBotao() {\u005Cn const button \u003D document.querySelector(\u005C\u0022.dlDBhD\u005C\u0022)\u003B\u005Cn if (button \u0026\u0026 button.textContent !\u003D\u003D \u005C\u0022SEND\u005C\u0022) {\u005Cn button.textContent \u003D \u005C\u0022SEND\u005C\u0022\u003B\u005Cn }\u005Cn}\u005Cn\u005CnsetInterval(alterarTextoBotao, 200)\u003B\u005Cn\u0022, \u0022custom_target\u0022: \u0022\u0022, \u0022custom_thank_you_javascript\u0022: \u0022\u0022, \u0022description_alignment_type\u0022: 1, \u0022facebook_leadgen_form_id\u0022: \u0022\u0022, \u0022facebook_leadgen_form_questions\u0022: null, \u0022fixed_post_message\u0022: \u0022\u0022, \u0022fixed_post_message_two\u0022: \u0022\u0022, \u0022fixed_pre_message\u0022: \u0022\u0022, \u0022fixed_pre_message_two\u0022: \u0022\u0022, \u0022footer_html\u0022: \u0022\u0022, \u0022full_bleed_header_image_alt_text\u0022: \u0022\u0022, \u0022full_bleed_header_image_contain\u0022: false, \u0022full_bleed_header_image_url\u0022: \u0022\u0022, \u0022full_bleed_header_text_is_left_aligned\u0022: true, \u0022full_bleed_header_type\u0022: 1, \u0022full_bleed_header_video_url\u0022: \u0022\u0022, \u0022gamification_points_mode\u0022: 1, \u0022id\u0022: 120418, \u0022inbound_texting_reply_message\u0022: \u0022\u0022, \u0022internal_only_name\u0022: \u0022Tell the NYC City Council to help make insurance more affordable\u0022, \u0022is_custom_targeting_enabled\u0022: true, \u0022is_one_click_registration_enabled\u0022: true, \u0022logo_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D10\u002D28/9e211068a1e1058f558f6dbcbe2d9679/uDgXAvqKyyUjSsYPGoQ9_lyft\u002Dlogo.png\u0022, \u0022long_description\u0022: \u0022\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 11pt\u005C\u0022\u003ECurrently, NYC drivers are required to maintain $200,000 in personal injury protection (PIP) policies \u005Cu2013 far more than what New York State requires \u005Cu2013 driving up premiums and making drivers and insurers vulnerable to fraudulent claims. And, New York consumers pay more for their rides when premiums are high, when fraudulent claims go unchecked, and when insurance requirements are excessive.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 11pt\u005C\u0022\u003EThe City Council is considering a bill that would reduce NYC\u005Cu2019s mandated insurance minimum and put it in\u002Dline with the state\u005Cu2019s $50,000 requirement. That could save drivers like me between $400\u002D$600 each year. Plus, if individual drivers wanted to buy further coverage, they still could.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 11pt\u005C\u0022\u003E\u003Cstrong\u003ETell the New York City Council\u005Cu2019s leaders to champion this bill and help solve this crisis.\u003C/strong\u003E\u003C/span\u003E\u003C/p\u003E\u0022, \u0022multi_action_ordered_children_ids\u0022: , \u0022multi_action_parent_id\u0022: null, \u0022multiple_actions_allowed\u0022: true, \u0022name\u0022: \u0022Tell the City Council to help make insurance more affordable\u0022, \u0022navigation_bar_is_transparent\u0022: true, \u0022navigation_bar_type\u0022: 2, \u0022number_actions_count\u0022: 1376, \u0022number_actions_last_month_count\u0022: 0, \u0022number_participants_count\u0022: 449, \u0022number_participants_last_month_count\u0022: 0, \u0022order\u0022: 4, \u0022page_layout_type\u0022: 1, \u0022personalized_campaign_pages\u0022: {}, \u0022pos_message\u0022: \u0022\u0022, \u0022pos_subject\u0022: \u0022\u0022, \u0022rate_limit\u0022: null, \u0022registration_page\u0022: \u0022/api/grassrootsregistrationpage/1100/\u0022, \u0022regulation_id\u0022: null, \u0022required_video_link\u0022: \u0022\u0022, \u0022resource_uri\u0022: \u0022/api/grassrootscampaign/120418/\u0022, \u0022share_story_type\u0022: 1, \u0022share_story_video_duration\u0022: 60, \u0022short_description\u0022: \u0022\u0022, \u0022should_rework_with_ai\u0022: false, \u0022should_use_footer_html\u0022: false, \u0022show_num_actions\u0022: false, \u0022show_num_supporters\u0022: true, \u0022single_body_for_all_messages\u0022: false, \u0022statistics\u0022: null, \u0022status\u0022: 2, \u0022summary_display_option_type\u0022: 3, \u0022supporters_can_choose_targets\u0022: false, \u0022targeting_type\u0022: 1, \u0022unique_identifier\u0022: \u0022\u0022, \u0022vanity_url_slug\u0022: \u0022120418\u0022, \u0022video_notified_users\u0022: , \u0022visible_on_action_center\u0022: false, \u0022voice_flow_settings\u0022: null}, {\u0022_extra\u0022: {}, \u0022ai_options\u0022: null, \u0022always_show_to_advocates\u0022: true, \u0022anonymize_supporter_data\u0022: false, \u0022background_color_override\u0022: \u0022#ffffff\u0022, \u0022background_image_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D10\u002D28/9e211068a1e1058f558f6dbcbe2d9679/BPQgCQ6oPO3CALSJCGQM_lyft\u002Dbackground.png\u0022, \u0022background_style_type\u0022: null, \u0022campaign_interaction_types\u0022: , \u0022campaign_layout\u0022: 2, \u0022campaign_type\u0022: 2, \u0022conf_email_from_address\u0022: \u0022gberman@lyft.quorumoutbox.com\u0022, \u0022conf_email_from_address_username\u0022: null, \u0022conf_email_from_name\u0022: null, \u0022conf_email_reply_to_address\u0022: null, \u0022conf_email_reply_to_address_domain\u0022: null, \u0022conf_email_reply_to_address_username\u0022: null, \u0022conf_email_reply_to_name\u0022: null, \u0022conf_email_subject\u0022: null, \u0022configs\u0022: null, \u0022custom_call_to_action_button_text\u0022: \u0022\u0022, \u0022custom_call_to_action_text\u0022: \u0022Make Your Voice Heard\u0022, \u0022custom_css\u0022: \u0022/*Logo size*/\u005Cn.gPLAkZ{\u005Cn height: 170px\u003B\u005Cn}\u005Cn.dbyZZW{\u005Cn padding: 40px 0px 0px 0px\u003B\u005Cn}\u005Cn\u005Cn/*form color*/\u005Cn.kFLuUW{\u005Cn background: linear\u002Dgradient(rgb(222, 237, 247), rgb(222, 237, 247))\u003B\u005Cn border\u002Dcolor: rgb(222, 237, 247)\u003B\u005Cn}\u005Cn\u005Cn/*button color*/\u005Cn.dlDBhD {\u005Cn opacity: 1\u003B\u005Cn background: linear\u002Dgradient(rgb(255, 0, 191), rgb(255, 0, 191))\u003B\u005Cn color: rgb(255, 255, 255) !important\u003B\u005Cn font\u002Dsize: 1.4rem !important\u003B\u005Cn font\u002Dweight: 600\u003B\u005Cn}\u0022, \u0022custom_fields\u0022: , \u0022custom_gamification_points\u0022: 10, \u0022custom_javascript\u0022: \u0022function alterarTextoBotao() {\u005Cn const button \u003D document.querySelector(\u005C\u0022.dlDBhD\u005C\u0022)\u003B\u005Cn if (button \u0026\u0026 button.textContent !\u003D\u003D \u005C\u0022SEND\u005C\u0022) {\u005Cn button.textContent \u003D \u005C\u0022SEND\u005C\u0022\u003B\u005Cn }\u005Cn}\u005Cn\u005CnsetInterval(alterarTextoBotao, 200)\u003B\u005Cn\u0022, \u0022custom_target\u0022: \u0022\u0022, \u0022custom_thank_you_javascript\u0022: \u0022\u0022, \u0022description_alignment_type\u0022: 1, \u0022facebook_leadgen_form_id\u0022: \u0022\u0022, \u0022facebook_leadgen_form_questions\u0022: null, \u0022fixed_post_message\u0022: \u0022\u0022, \u0022fixed_post_message_two\u0022: \u0022\u0022, \u0022fixed_pre_message\u0022: \u0022\u0022, \u0022fixed_pre_message_two\u0022: \u0022\u0022, \u0022footer_html\u0022: \u0022\u0022, \u0022full_bleed_header_image_alt_text\u0022: \u0022\u0022, \u0022full_bleed_header_image_contain\u0022: false, \u0022full_bleed_header_image_url\u0022: \u0022\u0022, \u0022full_bleed_header_text_is_left_aligned\u0022: true, \u0022full_bleed_header_type\u0022: 1, \u0022full_bleed_header_video_url\u0022: \u0022\u0022, \u0022gamification_points_mode\u0022: 3, \u0022id\u0022: 123466, \u0022inbound_texting_reply_message\u0022: \u0022\u0022, \u0022internal_only_name\u0022: \u0022Mayor Lurie: Don\u005Cu2019t limit my SF earning opportunities \u002D Drivers\u0022, \u0022is_custom_targeting_enabled\u0022: true, \u0022is_one_click_registration_enabled\u0022: true, \u0022logo_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D10\u002D28/9e211068a1e1058f558f6dbcbe2d9679/uDgXAvqKyyUjSsYPGoQ9_lyft\u002Dlogo.png\u0022, \u0022long_description\u0022: \u0022\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 11pt\u005C\u0022\u003EYou recently announced that you will let AVs access Market Street while still blocking rideshare drivers. This cherry\u002Dpicking creates an unfair disadvantage, making it harder for me to earn and support myself.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 11pt\u005C\u0022\u003EAVs and Rideshare should compete on service, not exclusivity, and San Francisco should maintain a level playing field so we can all succeed together. If the city believes opening Market Street benefits our community, I\u005Cu2019m part of the solution.\u005Cu00a0\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 11pt\u005C\u0022\u003ELevel the playing field for rideshare drivers like me!\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003Cbr\u003E\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u0022, \u0022multi_action_ordered_children_ids\u0022: , \u0022multi_action_parent_id\u0022: null, \u0022multiple_actions_allowed\u0022: true, \u0022name\u0022: \u0022Mayor Lurie: Don\u005Cu2019t limit my SF earning opportunities\u0022, \u0022navigation_bar_is_transparent\u0022: true, \u0022navigation_bar_type\u0022: 2, \u0022number_actions_count\u0022: 0, \u0022number_actions_last_month_count\u0022: 0, \u0022number_participants_count\u0022: 0, \u0022number_participants_last_month_count\u0022: 0, \u0022order\u0022: 4, \u0022page_layout_type\u0022: 1, \u0022personalized_campaign_pages\u0022: {}, \u0022pos_message\u0022: \u0022\u0022, \u0022pos_subject\u0022: \u0022\u0022, \u0022rate_limit\u0022: null, \u0022registration_page\u0022: \u0022/api/grassrootsregistrationpage/11835/\u0022, \u0022regulation_id\u0022: null, \u0022required_video_link\u0022: \u0022\u0022, \u0022resource_uri\u0022: \u0022/api/grassrootscampaign/123466/\u0022, \u0022share_story_type\u0022: 1, \u0022share_story_video_duration\u0022: 60, \u0022short_description\u0022: \u0022\u0022, \u0022should_rework_with_ai\u0022: false, \u0022should_use_footer_html\u0022: false, \u0022show_num_actions\u0022: false, \u0022show_num_supporters\u0022: true, \u0022single_body_for_all_messages\u0022: false, \u0022statistics\u0022: null, \u0022status\u0022: 2, \u0022summary_display_option_type\u0022: 3, \u0022supporters_can_choose_targets\u0022: false, \u0022targeting_type\u0022: 1, \u0022unique_identifier\u0022: \u0022\u0022, \u0022vanity_url_slug\u0022: \u0022123466\u0022, \u0022video_notified_users\u0022: , \u0022visible_on_action_center\u0022: false, \u0022voice_flow_settings\u0022: null}, {\u0022_extra\u0022: {}, \u0022ai_options\u0022: null, \u0022always_show_to_advocates\u0022: true, \u0022anonymize_supporter_data\u0022: false, \u0022background_color_override\u0022: \u0022#ffffff\u0022, \u0022background_image_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D10\u002D28/9e211068a1e1058f558f6dbcbe2d9679/BPQgCQ6oPO3CALSJCGQM_lyft\u002Dbackground.png\u0022, \u0022background_style_type\u0022: 1, \u0022campaign_interaction_types\u0022: , \u0022campaign_layout\u0022: 2, \u0022campaign_type\u0022: 2, \u0022conf_email_from_address\u0022: \u0022gberman@lyft.quorumoutbox.com\u0022, \u0022conf_email_from_address_username\u0022: null, \u0022conf_email_from_name\u0022: null, \u0022conf_email_reply_to_address\u0022: null, \u0022conf_email_reply_to_address_domain\u0022: null, \u0022conf_email_reply_to_address_username\u0022: null, \u0022conf_email_reply_to_name\u0022: null, \u0022conf_email_subject\u0022: null, \u0022configs\u0022: null, \u0022custom_call_to_action_button_text\u0022: \u0022\u0022, \u0022custom_call_to_action_text\u0022: \u0022Make Your Voice Heard\u0022, \u0022custom_css\u0022: \u0022/*Logo size*/\u005Cn.gPLAkZ{\u005Cn height: 170px\u003B\u005Cn}\u005Cn.dbyZZW{\u005Cn padding: 40px 0px 0px 0px\u003B\u005Cn}\u005Cn\u005Cn/*form color*/\u005Cn.kFLuUW{\u005Cn background: linear\u002Dgradient(rgb(222, 237, 247), rgb(222, 237, 247))\u003B\u005Cn border\u002Dcolor: rgb(222, 237, 247)\u003B\u005Cn}\u005Cn\u005Cn/*button color*/\u005Cn.dlDBhD {\u005Cn opacity: 1\u003B\u005Cn background: linear\u002Dgradient(rgb(255, 0, 191), rgb(255, 0, 191))\u003B\u005Cn color: rgb(255, 255, 255) !important\u003B\u005Cn font\u002Dsize: 1.4rem !important\u003B\u005Cn font\u002Dweight: 600\u003B\u005Cn}\u0022, \u0022custom_fields\u0022: , \u0022custom_gamification_points\u0022: 10, \u0022custom_javascript\u0022: \u0022function alterarTextoBotao() {\u005Cn const button \u003D document.querySelector(\u005C\u0022.dlDBhD\u005C\u0022)\u003B\u005Cn if (button \u0026\u0026 button.textContent !\u003D\u003D \u005C\u0022SEND\u005C\u0022) {\u005Cn button.textContent \u003D \u005C\u0022SEND\u005C\u0022\u003B\u005Cn }\u005Cn}\u005Cn\u005CnsetInterval(alterarTextoBotao, 200)\u003B\u005Cn\u0022, \u0022custom_target\u0022: \u0022\u0022, \u0022custom_thank_you_javascript\u0022: \u0022\u0022, \u0022description_alignment_type\u0022: 1, \u0022facebook_leadgen_form_id\u0022: \u0022\u0022, \u0022facebook_leadgen_form_questions\u0022: null, \u0022fixed_post_message\u0022: \u0022\u0022, \u0022fixed_post_message_two\u0022: \u0022\u0022, \u0022fixed_pre_message\u0022: \u0022\u0022, \u0022fixed_pre_message_two\u0022: \u0022\u0022, \u0022footer_html\u0022: \u0022\u0022, \u0022full_bleed_header_image_alt_text\u0022: \u0022\u0022, \u0022full_bleed_header_image_contain\u0022: false, \u0022full_bleed_header_image_url\u0022: \u0022\u0022, \u0022full_bleed_header_text_is_left_aligned\u0022: true, \u0022full_bleed_header_type\u0022: 1, \u0022full_bleed_header_video_url\u0022: \u0022\u0022, \u0022gamification_points_mode\u0022: 3, \u0022id\u0022: 123786, \u0022inbound_texting_reply_message\u0022: \u0022\u0022, \u0022internal_only_name\u0022: \u0022Say no to Chicago ordinance 2025 \u002D Drivers\u0022, \u0022is_custom_targeting_enabled\u0022: true, \u0022is_one_click_registration_enabled\u0022: true, \u0022logo_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D10\u002D28/9e211068a1e1058f558f6dbcbe2d9679/uDgXAvqKyyUjSsYPGoQ9_lyft\u002Dlogo.png\u0022, \u0022long_description\u0022: \u0022\u003Cp\u003EI have serious concerns about how the proposed rideshare ordinance 2023\u002D1748 could impact drivers like me and our earnings here in Chicago.\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003EWe\u0027ve seen similar rules in New York City actually hurt drivers by limiting when they can earn, and even forcing Lyft to lock them out of the app. If this ordinance passes, Chicago drivers could face the same challenges.\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003EThe Lyft platform provides crucial income opportunities for many in our city. This proposal could reduce those opportunities and make it harder for me to support myself and my family. Vote no on 2023\u002D1748 \u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u0022, \u0022multi_action_ordered_children_ids\u0022: , \u0022multi_action_parent_id\u0022: null, \u0022multiple_actions_allowed\u0022: true, \u0022name\u0022: \u0022Say no to limits on driver earnings in Chicago\u0022, \u0022navigation_bar_is_transparent\u0022: true, \u0022navigation_bar_type\u0022: 2, \u0022number_actions_count\u0022: 86, \u0022number_actions_last_month_count\u0022: 0, \u0022number_participants_count\u0022: 77, \u0022number_participants_last_month_count\u0022: 0, \u0022order\u0022: 4, \u0022page_layout_type\u0022: 1, \u0022personalized_campaign_pages\u0022: {}, \u0022pos_message\u0022: \u0022\u0022, \u0022pos_subject\u0022: \u0022\u0022, \u0022rate_limit\u0022: null, \u0022registration_page\u0022: \u0022/api/grassrootsregistrationpage/1100/\u0022, \u0022regulation_id\u0022: null, \u0022required_video_link\u0022: \u0022\u0022, \u0022resource_uri\u0022: \u0022/api/grassrootscampaign/123786/\u0022, \u0022share_story_type\u0022: 1, \u0022share_story_video_duration\u0022: 60, \u0022short_description\u0022: \u0022\u0022, \u0022should_rework_with_ai\u0022: false, \u0022should_use_footer_html\u0022: false, \u0022show_num_actions\u0022: false, \u0022show_num_supporters\u0022: true, \u0022single_body_for_all_messages\u0022: false, \u0022statistics\u0022: null, \u0022status\u0022: 2, \u0022summary_display_option_type\u0022: 3, \u0022supporters_can_choose_targets\u0022: false, \u0022targeting_type\u0022: 1, \u0022unique_identifier\u0022: \u0022\u0022, \u0022vanity_url_slug\u0022: \u0022123786\u0022, \u0022video_notified_users\u0022: , \u0022visible_on_action_center\u0022: false, \u0022voice_flow_settings\u0022: null}, {\u0022_extra\u0022: {}, \u0022ai_options\u0022: null, \u0022always_show_to_advocates\u0022: true, \u0022anonymize_supporter_data\u0022: false, \u0022background_color_override\u0022: \u0022#ffffff\u0022, \u0022background_image_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D10\u002D28/9e211068a1e1058f558f6dbcbe2d9679/BPQgCQ6oPO3CALSJCGQM_lyft\u002Dbackground.png\u0022, \u0022background_style_type\u0022: 1, \u0022campaign_interaction_types\u0022: , \u0022campaign_layout\u0022: 2, \u0022campaign_type\u0022: 2, \u0022conf_email_from_address\u0022: \u0022gberman@lyft.quorumoutbox.com\u0022, \u0022conf_email_from_address_username\u0022: null, \u0022conf_email_from_name\u0022: null, \u0022conf_email_reply_to_address\u0022: null, \u0022conf_email_reply_to_address_domain\u0022: null, \u0022conf_email_reply_to_address_username\u0022: null, \u0022conf_email_reply_to_name\u0022: null, \u0022conf_email_subject\u0022: null, \u0022configs\u0022: null, \u0022custom_call_to_action_button_text\u0022: \u0022\u0022, \u0022custom_call_to_action_text\u0022: \u0022Make Your Voice Heard\u0022, \u0022custom_css\u0022: \u0022/*Logo size*/\u005Cn.gPLAkZ{\u005Cn height: 170px\u003B\u005Cn}\u005Cn.dbyZZW{\u005Cn padding: 40px 0px 0px 0px\u003B\u005Cn}\u005Cn\u005Cn/*form color*/\u005Cn.kFLuUW{\u005Cn background: linear\u002Dgradient(rgb(222, 237, 247), rgb(222, 237, 247))\u003B\u005Cn border\u002Dcolor: rgb(222, 237, 247)\u003B\u005Cn}\u005Cn\u005Cn/*button color*/\u005Cn.dlDBhD {\u005Cn opacity: 1\u003B\u005Cn background: linear\u002Dgradient(rgb(255, 0, 191), rgb(255, 0, 191))\u003B\u005Cn color: rgb(255, 255, 255) !important\u003B\u005Cn font\u002Dsize: 1.4rem !important\u003B\u005Cn font\u002Dweight: 600\u003B\u005Cn}\u0022, \u0022custom_fields\u0022: , \u0022custom_gamification_points\u0022: 10, \u0022custom_javascript\u0022: \u0022function alterarTextoBotao() {\u005Cn const button \u003D document.querySelector(\u005C\u0022.dlDBhD\u005C\u0022)\u003B\u005Cn if (button \u0026\u0026 button.textContent !\u003D\u003D \u005C\u0022SEND\u005C\u0022) {\u005Cn button.textContent \u003D \u005C\u0022SEND\u005C\u0022\u003B\u005Cn }\u005Cn}\u005Cn\u005CnsetInterval(alterarTextoBotao, 200)\u003B\u005Cn\u0022, \u0022custom_target\u0022: \u0022\u0022, \u0022custom_thank_you_javascript\u0022: \u0022\u0022, \u0022description_alignment_type\u0022: 1, \u0022facebook_leadgen_form_id\u0022: \u0022\u0022, \u0022facebook_leadgen_form_questions\u0022: null, \u0022fixed_post_message\u0022: \u0022\u0022, \u0022fixed_post_message_two\u0022: \u0022\u0022, \u0022fixed_pre_message\u0022: \u0022\u0022, \u0022fixed_pre_message_two\u0022: \u0022\u0022, \u0022footer_html\u0022: \u0022\u0022, \u0022full_bleed_header_image_alt_text\u0022: \u0022\u0022, \u0022full_bleed_header_image_contain\u0022: false, \u0022full_bleed_header_image_url\u0022: \u0022\u0022, \u0022full_bleed_header_text_is_left_aligned\u0022: true, \u0022full_bleed_header_type\u0022: 1, \u0022full_bleed_header_video_url\u0022: \u0022\u0022, \u0022gamification_points_mode\u0022: 3, \u0022id\u0022: 123789, \u0022inbound_texting_reply_message\u0022: \u0022\u0022, \u0022internal_only_name\u0022: \u0022Help keep rides in Chicago affordable ordinance \u002D Riders\u0022, \u0022is_custom_targeting_enabled\u0022: true, \u0022is_one_click_registration_enabled\u0022: true, \u0022logo_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D10\u002D28/9e211068a1e1058f558f6dbcbe2d9679/uDgXAvqKyyUjSsYPGoQ9_lyft\u002Dlogo.png\u0022, \u0022long_description\u0022: \u0022\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 12pt\u005C\u0022\u003EThe proposed rideshare ordinance, 2023\u002D1748, is not the right path for Chicago. We\u0027ve seen similar damaging legislation in New York City lead to higher prices for riders. If this ordinance passes, ride costs in the city could significantly increase, making rideshare unaffordable for many.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 12pt\u005C\u0022\u003EThe Lyft platform is a vital part of Chicago\u0027s transportation network. And this proposal negatively impacts working families and low\u002Dincome communities. They rely on it to access essential services like work, school, medical appointments, and even public transit. Additionally, thousands of drivers depend on rideshare for income. Please vote \u005Cu2018No\u005Cu2019 on this proposed ordinance.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u0022, \u0022multi_action_ordered_children_ids\u0022: , \u0022multi_action_parent_id\u0022: null, \u0022multiple_actions_allowed\u0022: true, \u0022name\u0022: \u0022Help keep rides in Chicago affordable\u0022, \u0022navigation_bar_is_transparent\u0022: true, \u0022navigation_bar_type\u0022: 2, \u0022number_actions_count\u0022: 1265, \u0022number_actions_last_month_count\u0022: 0, \u0022number_participants_count\u0022: 1121, \u0022number_participants_last_month_count\u0022: 0, \u0022order\u0022: 4, \u0022page_layout_type\u0022: 1, \u0022personalized_campaign_pages\u0022: {}, \u0022pos_message\u0022: \u0022\u0022, \u0022pos_subject\u0022: \u0022\u0022, \u0022rate_limit\u0022: null, \u0022registration_page\u0022: \u0022/api/grassrootsregistrationpage/1100/\u0022, \u0022regulation_id\u0022: null, \u0022required_video_link\u0022: \u0022\u0022, \u0022resource_uri\u0022: \u0022/api/grassrootscampaign/123789/\u0022, \u0022share_story_type\u0022: 1, \u0022share_story_video_duration\u0022: 60, \u0022short_description\u0022: \u0022\u0022, \u0022should_rework_with_ai\u0022: false, \u0022should_use_footer_html\u0022: false, \u0022show_num_actions\u0022: false, \u0022show_num_supporters\u0022: true, \u0022single_body_for_all_messages\u0022: false, \u0022statistics\u0022: null, \u0022status\u0022: 2, \u0022summary_display_option_type\u0022: 3, \u0022supporters_can_choose_targets\u0022: false, \u0022targeting_type\u0022: 1, \u0022unique_identifier\u0022: \u0022\u0022, \u0022vanity_url_slug\u0022: \u0022123789\u0022, \u0022video_notified_users\u0022: , \u0022visible_on_action_center\u0022: false, \u0022voice_flow_settings\u0022: null}, {\u0022_extra\u0022: {}, \u0022ai_options\u0022: null, \u0022always_show_to_advocates\u0022: true, \u0022anonymize_supporter_data\u0022: false, \u0022background_color_override\u0022: \u0022#ffffff\u0022, \u0022background_image_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D10\u002D28/9e211068a1e1058f558f6dbcbe2d9679/BPQgCQ6oPO3CALSJCGQM_lyft\u002Dbackground.png\u0022, \u0022background_style_type\u0022: 1, \u0022campaign_interaction_types\u0022: , \u0022campaign_layout\u0022: 2, \u0022campaign_type\u0022: 2, \u0022conf_email_from_address\u0022: \u0022gberman@lyft.quorumoutbox.com\u0022, \u0022conf_email_from_address_username\u0022: null, \u0022conf_email_from_name\u0022: null, \u0022conf_email_reply_to_address\u0022: null, \u0022conf_email_reply_to_address_domain\u0022: null, \u0022conf_email_reply_to_address_username\u0022: null, \u0022conf_email_reply_to_name\u0022: null, \u0022conf_email_subject\u0022: null, \u0022configs\u0022: null, \u0022custom_call_to_action_button_text\u0022: \u0022\u0022, \u0022custom_call_to_action_text\u0022: \u0022Make Your Voice Heard\u0022, \u0022custom_css\u0022: \u0022/*Logo size*/\u005Cn.gPLAkZ{\u005Cn height: 170px\u003B\u005Cn}\u005Cn.dbyZZW{\u005Cn padding: 40px 0px 0px 0px\u003B\u005Cn}\u005Cn\u005Cn/*form color*/\u005Cn.kFLuUW{\u005Cn background: linear\u002Dgradient(rgb(222, 237, 247), rgb(222, 237, 247))\u003B\u005Cn border\u002Dcolor: rgb(222, 237, 247)\u003B\u005Cn}\u005Cn\u005Cn/*button color*/\u005Cn.dlDBhD {\u005Cn opacity: 1\u003B\u005Cn background: linear\u002Dgradient(rgb(255, 0, 191), rgb(255, 0, 191))\u003B\u005Cn color: rgb(255, 255, 255) !important\u003B\u005Cn font\u002Dsize: 1.4rem !important\u003B\u005Cn font\u002Dweight: 600\u003B\u005Cn}\u0022, \u0022custom_fields\u0022: , \u0022custom_gamification_points\u0022: 10, \u0022custom_javascript\u0022: \u0022function alterarTextoBotao() {\u005Cn const button \u003D document.querySelector(\u005C\u0022.dlDBhD\u005C\u0022)\u003B\u005Cn if (button \u0026\u0026 button.textContent !\u003D\u003D \u005C\u0022SEND\u005C\u0022) {\u005Cn button.textContent \u003D \u005C\u0022SEND\u005C\u0022\u003B\u005Cn }\u005Cn}\u005Cn\u005CnsetInterval(alterarTextoBotao, 200)\u003B\u005Cn\u0022, \u0022custom_target\u0022: \u0022\u0022, \u0022custom_thank_you_javascript\u0022: \u0022\u0022, \u0022description_alignment_type\u0022: 1, \u0022facebook_leadgen_form_id\u0022: \u0022\u0022, \u0022facebook_leadgen_form_questions\u0022: null, \u0022fixed_post_message\u0022: \u0022\u0022, \u0022fixed_post_message_two\u0022: \u0022\u0022, \u0022fixed_pre_message\u0022: \u0022\u0022, \u0022fixed_pre_message_two\u0022: \u0022\u0022, \u0022footer_html\u0022: \u0022\u0022, \u0022full_bleed_header_image_alt_text\u0022: \u0022\u0022, \u0022full_bleed_header_image_contain\u0022: false, \u0022full_bleed_header_image_url\u0022: \u0022\u0022, \u0022full_bleed_header_text_is_left_aligned\u0022: true, \u0022full_bleed_header_type\u0022: 1, \u0022full_bleed_header_video_url\u0022: \u0022\u0022, \u0022gamification_points_mode\u0022: 3, \u0022id\u0022: 126235, \u0022inbound_texting_reply_message\u0022: \u0022\u0022, \u0022internal_only_name\u0022: \u0022Help keep rides in Portland affordable \u002D Riders\u0022, \u0022is_custom_targeting_enabled\u0022: true, \u0022is_one_click_registration_enabled\u0022: true, \u0022logo_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D10\u002D28/9e211068a1e1058f558f6dbcbe2d9679/uDgXAvqKyyUjSsYPGoQ9_lyft\u002Dlogo.png\u0022, \u0022long_description\u0022: \u0022\u003Cp\u003EI have serious concerns about how the Portland proposed 200% increase to the current rider fee could impact my transportation options in Portland.\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003EIf passed, riders like me will face increased fares that could put into jeopardy our ability to get to important places like medical appointments, the grocery store or simply safely home after a night out. During a time of higher costs of living and inflation, this is the last thing Portlanders need.\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003EOppose this new cost and keep rideshare affordable for all.\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u0022, \u0022multi_action_ordered_children_ids\u0022: , \u0022multi_action_parent_id\u0022: null, \u0022multiple_actions_allowed\u0022: true, \u0022name\u0022: \u0022Protect My Rides \u002D Stop the new Portland rider fee\u0022, \u0022navigation_bar_is_transparent\u0022: true, \u0022navigation_bar_type\u0022: 2, \u0022number_actions_count\u0022: 4121, \u0022number_actions_last_month_count\u0022: 0, \u0022number_participants_count\u0022: 311, \u0022number_participants_last_month_count\u0022: 0, \u0022order\u0022: 4, \u0022page_layout_type\u0022: 1, \u0022personalized_campaign_pages\u0022: {}, \u0022pos_message\u0022: \u0022\u0022, \u0022pos_subject\u0022: \u0022\u0022, \u0022rate_limit\u0022: null, \u0022registration_page\u0022: \u0022/api/grassrootsregistrationpage/1100/\u0022, \u0022regulation_id\u0022: null, \u0022required_video_link\u0022: \u0022\u0022, \u0022resource_uri\u0022: \u0022/api/grassrootscampaign/126235/\u0022, \u0022share_story_type\u0022: 1, \u0022share_story_video_duration\u0022: 60, \u0022short_description\u0022: \u0022\u0022, \u0022should_rework_with_ai\u0022: false, \u0022should_use_footer_html\u0022: false, \u0022show_num_actions\u0022: false, \u0022show_num_supporters\u0022: true, \u0022single_body_for_all_messages\u0022: false, \u0022statistics\u0022: null, \u0022status\u0022: 2, \u0022summary_display_option_type\u0022: 3, \u0022supporters_can_choose_targets\u0022: false, \u0022targeting_type\u0022: 1, \u0022unique_identifier\u0022: \u0022\u0022, \u0022vanity_url_slug\u0022: \u0022126235\u0022, \u0022video_notified_users\u0022: , \u0022visible_on_action_center\u0022: false, \u0022voice_flow_settings\u0022: null}, {\u0022_extra\u0022: {}, \u0022ai_options\u0022: null, \u0022always_show_to_advocates\u0022: true, \u0022anonymize_supporter_data\u0022: false, \u0022background_color_override\u0022: \u0022#ffffff\u0022, \u0022background_image_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D10\u002D28/9e211068a1e1058f558f6dbcbe2d9679/BPQgCQ6oPO3CALSJCGQM_lyft\u002Dbackground.png\u0022, \u0022background_style_type\u0022: 1, \u0022campaign_interaction_types\u0022: , \u0022campaign_layout\u0022: 2, \u0022campaign_type\u0022: 2, \u0022conf_email_from_address\u0022: \u0022gberman@lyft.quorumoutbox.com\u0022, \u0022conf_email_from_address_username\u0022: null, \u0022conf_email_from_name\u0022: null, \u0022conf_email_reply_to_address\u0022: null, \u0022conf_email_reply_to_address_domain\u0022: null, \u0022conf_email_reply_to_address_username\u0022: null, \u0022conf_email_reply_to_name\u0022: null, \u0022conf_email_subject\u0022: null, \u0022configs\u0022: null, \u0022custom_call_to_action_button_text\u0022: \u0022\u0022, \u0022custom_call_to_action_text\u0022: \u0022Make Your Voice Heard\u0022, \u0022custom_css\u0022: \u0022/*Logo size*/\u005Cn.gPLAkZ{\u005Cn height: 170px\u003B\u005Cn}\u005Cn.dbyZZW{\u005Cn padding: 40px 0px 0px 0px\u003B\u005Cn}\u005Cn\u005Cn/*form color*/\u005Cn.kFLuUW{\u005Cn background: linear\u002Dgradient(rgb(222, 237, 247), rgb(222, 237, 247))\u003B\u005Cn border\u002Dcolor: rgb(222, 237, 247)\u003B\u005Cn}\u005Cn\u005Cn/*button color*/\u005Cn.dlDBhD {\u005Cn opacity: 1\u003B\u005Cn background: linear\u002Dgradient(rgb(255, 0, 191), rgb(255, 0, 191))\u003B\u005Cn color: rgb(255, 255, 255) !important\u003B\u005Cn font\u002Dsize: 1.4rem !important\u003B\u005Cn font\u002Dweight: 600\u003B\u005Cn}\u0022, \u0022custom_fields\u0022: , \u0022custom_gamification_points\u0022: 10, \u0022custom_javascript\u0022: \u0022function alterarTextoBotao() {\u005Cn const button \u003D document.querySelector(\u005C\u0022.dlDBhD\u005C\u0022)\u003B\u005Cn if (button \u0026\u0026 button.textContent !\u003D\u003D \u005C\u0022SEND\u005C\u0022) {\u005Cn button.textContent \u003D \u005C\u0022SEND\u005C\u0022\u003B\u005Cn }\u005Cn}\u005Cn\u005CnsetInterval(alterarTextoBotao, 200)\u003B\u005Cn\u0022, \u0022custom_target\u0022: \u0022\u0022, \u0022custom_thank_you_javascript\u0022: \u0022\u0022, \u0022description_alignment_type\u0022: 1, \u0022facebook_leadgen_form_id\u0022: \u0022\u0022, \u0022facebook_leadgen_form_questions\u0022: null, \u0022fixed_post_message\u0022: \u0022\u0022, \u0022fixed_post_message_two\u0022: \u0022\u0022, \u0022fixed_pre_message\u0022: \u0022\u0022, \u0022fixed_pre_message_two\u0022: \u0022\u0022, \u0022footer_html\u0022: \u0022\u0022, \u0022full_bleed_header_image_alt_text\u0022: \u0022\u0022, \u0022full_bleed_header_image_contain\u0022: false, \u0022full_bleed_header_image_url\u0022: \u0022\u0022, \u0022full_bleed_header_text_is_left_aligned\u0022: true, \u0022full_bleed_header_type\u0022: 1, \u0022full_bleed_header_video_url\u0022: \u0022\u0022, \u0022gamification_points_mode\u0022: 3, \u0022id\u0022: 126236, \u0022inbound_texting_reply_message\u0022: \u0022\u0022, \u0022internal_only_name\u0022: \u0022Say no to Portland fee increase \u002D Drivers\u0022, \u0022is_custom_targeting_enabled\u0022: true, \u0022is_one_click_registration_enabled\u0022: true, \u0022logo_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D10\u002D28/9e211068a1e1058f558f6dbcbe2d9679/uDgXAvqKyyUjSsYPGoQ9_lyft\u002Dlogo.png\u0022, \u0022long_description\u0022: \u0022\u003Cp\u003EI have serious concerns about how the Portland proposed 200% increase to the current rider fee could impact our earnings here in Portland.\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003EIf passed, this legislation would directly hurt our ability to make money on the platform, jeopardizing our ability to afford things like groceries, save for college or simply make ends meet. During a time of higher costs of living and inflation, this is the last thing Portland drivers need.\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003EOppose this new cost, protect my earnings, and keep rideshare affordable for all.\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u0022, \u0022multi_action_ordered_children_ids\u0022: , \u0022multi_action_parent_id\u0022: null, \u0022multiple_actions_allowed\u0022: true, \u0022name\u0022: \u0022Protect My Earnings \u002D Stop the new Portland rider fee\u0022, \u0022navigation_bar_is_transparent\u0022: true, \u0022navigation_bar_type\u0022: 2, \u0022number_actions_count\u0022: 858, \u0022number_actions_last_month_count\u0022: 0, \u0022number_participants_count\u0022: 65, \u0022number_participants_last_month_count\u0022: 0, \u0022order\u0022: 4, \u0022page_layout_type\u0022: 1, \u0022personalized_campaign_pages\u0022: {}, \u0022pos_message\u0022: \u0022\u0022, \u0022pos_subject\u0022: \u0022\u0022, \u0022rate_limit\u0022: null, \u0022registration_page\u0022: \u0022/api/grassrootsregistrationpage/1100/\u0022, \u0022regulation_id\u0022: null, \u0022required_video_link\u0022: \u0022\u0022, \u0022resource_uri\u0022: \u0022/api/grassrootscampaign/126236/\u0022, \u0022share_story_type\u0022: 1, \u0022share_story_video_duration\u0022: 60, \u0022short_description\u0022: \u0022\u0022, \u0022should_rework_with_ai\u0022: false, \u0022should_use_footer_html\u0022: false, \u0022show_num_actions\u0022: false, \u0022show_num_supporters\u0022: true, \u0022single_body_for_all_messages\u0022: false, \u0022statistics\u0022: null, \u0022status\u0022: 2, \u0022summary_display_option_type\u0022: 3, \u0022supporters_can_choose_targets\u0022: false, \u0022targeting_type\u0022: 1, \u0022unique_identifier\u0022: \u0022\u0022, \u0022vanity_url_slug\u0022: \u0022126236\u0022, \u0022video_notified_users\u0022: , \u0022visible_on_action_center\u0022: false, \u0022voice_flow_settings\u0022: null}, {\u0022_extra\u0022: {}, \u0022ai_options\u0022: null, \u0022always_show_to_advocates\u0022: false, \u0022anonymize_supporter_data\u0022: false, \u0022background_color_override\u0022: \u0022#ffffff\u0022, \u0022background_image_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D10\u002D28/9e211068a1e1058f558f6dbcbe2d9679/BPQgCQ6oPO3CALSJCGQM_lyft\u002Dbackground.png\u0022, \u0022background_style_type\u0022: 1, \u0022campaign_interaction_types\u0022: , \u0022campaign_layout\u0022: 2, \u0022campaign_type\u0022: 2, \u0022conf_email_from_address\u0022: \u0022gberman@lyft.quorumoutbox.com\u0022, \u0022conf_email_from_address_username\u0022: null, \u0022conf_email_from_name\u0022: null, \u0022conf_email_reply_to_address\u0022: null, \u0022conf_email_reply_to_address_domain\u0022: null, \u0022conf_email_reply_to_address_username\u0022: null, \u0022conf_email_reply_to_name\u0022: null, \u0022conf_email_subject\u0022: null, \u0022configs\u0022: null, \u0022custom_call_to_action_button_text\u0022: \u0022\u0022, \u0022custom_call_to_action_text\u0022: \u0022Make Your Voice Heard\u0022, \u0022custom_css\u0022: \u0022/*Logo size*/\u005Cn.gPLAkZ{\u005Cn height: 170px\u003B\u005Cn}\u005Cn.dbyZZW{\u005Cn padding: 40px 0px 0px 0px\u003B\u005Cn}\u005Cn\u005Cn/*form color*/\u005Cn.kFLuUW{\u005Cn background: linear\u002Dgradient(rgb(222, 237, 247), rgb(222, 237, 247))\u003B\u005Cn border\u002Dcolor: rgb(222, 237, 247)\u003B\u005Cn}\u005Cn\u005Cn/*button color*/\u005Cn.dlDBhD {\u005Cn opacity: 1\u003B\u005Cn background: linear\u002Dgradient(rgb(255, 0, 191), rgb(255, 0, 191))\u003B\u005Cn color: rgb(255, 255, 255) !important\u003B\u005Cn font\u002Dsize: 1.4rem !important\u003B\u005Cn font\u002Dweight: 600\u003B\u005Cn}\u0022, \u0022custom_fields\u0022: , \u0022custom_gamification_points\u0022: 10, \u0022custom_javascript\u0022: \u0022function alterarTextoBotao() {\u005Cn const button \u003D document.querySelector(\u005C\u0022.dlDBhD\u005C\u0022)\u003B\u005Cn if (button \u0026\u0026 button.textContent !\u003D\u003D \u005C\u0022SEND\u005C\u0022) {\u005Cn button.textContent \u003D \u005C\u0022SEND\u005C\u0022\u003B\u005Cn }\u005Cn}\u005Cn\u005CnsetInterval(alterarTextoBotao, 200)\u003B\u005Cn\u0022, \u0022custom_target\u0022: \u0022\u0022, \u0022custom_thank_you_javascript\u0022: \u0022\u0022, \u0022description_alignment_type\u0022: 1, \u0022facebook_leadgen_form_id\u0022: \u0022\u0022, \u0022facebook_leadgen_form_questions\u0022: null, \u0022fixed_post_message\u0022: \u0022\u0022, \u0022fixed_post_message_two\u0022: \u0022\u0022, \u0022fixed_pre_message\u0022: \u0022\u0022, \u0022fixed_pre_message_two\u0022: \u0022\u0022, \u0022footer_html\u0022: \u0022\u0022, \u0022full_bleed_header_image_alt_text\u0022: \u0022\u0022, \u0022full_bleed_header_image_contain\u0022: false, \u0022full_bleed_header_image_url\u0022: \u0022\u0022, \u0022full_bleed_header_text_is_left_aligned\u0022: true, \u0022full_bleed_header_type\u0022: 1, \u0022full_bleed_header_video_url\u0022: \u0022\u0022, \u0022gamification_points_mode\u0022: 1, \u0022id\u0022: 128574, \u0022inbound_texting_reply_message\u0022: \u0022\u0022, \u0022internal_only_name\u0022: \u0022Tell the NYC City Council to help make insurance more affordable\u0022, \u0022is_custom_targeting_enabled\u0022: true, \u0022is_one_click_registration_enabled\u0022: true, \u0022logo_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2025\u002D07\u002D01/cfa53efde2f13b7ad56c311f7d2bd67e/NcqylsGUO43zbkEwh1nr_Lyft_Logo_White_RGB.png\u0022, \u0022long_description\u0022: \u0022\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 16px\u005C\u0022\u003EDid you hear the good news? The New York City Council passed a law reducing the amount of Personal Injury Protection (PIP) insurance you need by 50%. Beginning March 2026, that change could help you lower insurance costs every year.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 16px\u005C\u0022\u003EWe couldn\u0027t have done this alone! Thanks to drivers like you, the New York City Council took action. Take a minute to say thank you.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 16px\u005C\u0022\u003E\u003Cstrong\u003ETake a minute to say thank you to the NYC Council.\u003C/strong\u003E\u003C/span\u003E\u003C/p\u003E\u0022, \u0022multi_action_ordered_children_ids\u0022: , \u0022multi_action_parent_id\u0022: null, \u0022multiple_actions_allowed\u0022: true, \u0022name\u0022: \u0022Important insurance update in New York\u0022, \u0022navigation_bar_is_transparent\u0022: true, \u0022navigation_bar_type\u0022: 2, \u0022number_actions_count\u0022: 7257, \u0022number_actions_last_month_count\u0022: 0, \u0022number_participants_count\u0022: 578, \u0022number_participants_last_month_count\u0022: 0, \u0022order\u0022: 4, \u0022page_layout_type\u0022: 1, \u0022personalized_campaign_pages\u0022: {}, \u0022pos_message\u0022: \u0022\u0022, \u0022pos_subject\u0022: \u0022\u0022, \u0022rate_limit\u0022: null, \u0022registration_page\u0022: \u0022/api/grassrootsregistrationpage/11835/\u0022, \u0022regulation_id\u0022: null, \u0022required_video_link\u0022: \u0022\u0022, \u0022resource_uri\u0022: \u0022/api/grassrootscampaign/128574/\u0022, \u0022share_story_type\u0022: 1, \u0022share_story_video_duration\u0022: 60, \u0022short_description\u0022: \u0022PIP PIP, hooray! Requirement reduction.\u0022, \u0022should_rework_with_ai\u0022: false, \u0022should_use_footer_html\u0022: false, \u0022show_num_actions\u0022: false, \u0022show_num_supporters\u0022: true, \u0022single_body_for_all_messages\u0022: false, \u0022statistics\u0022: null, \u0022status\u0022: 2, \u0022summary_display_option_type\u0022: 3, \u0022supporters_can_choose_targets\u0022: false, \u0022targeting_type\u0022: 1, \u0022unique_identifier\u0022: \u0022\u0022, \u0022vanity_url_slug\u0022: \u0022128574\u0022, \u0022video_notified_users\u0022: , \u0022visible_on_action_center\u0022: false, \u0022voice_flow_settings\u0022: null}, {\u0022_extra\u0022: {}, \u0022ai_options\u0022: {\u0022length\u0022: \u0022short\u0022, \u0022tone\u0022: \u0022friendly\u0022}, \u0022always_show_to_advocates\u0022: false, \u0022anonymize_supporter_data\u0022: false, \u0022background_color_override\u0022: \u0022#ffffff\u0022, \u0022background_image_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D10\u002D28/9e211068a1e1058f558f6dbcbe2d9679/BPQgCQ6oPO3CALSJCGQM_lyft\u002Dbackground.png\u0022, \u0022background_style_type\u0022: 1, \u0022campaign_interaction_types\u0022: , \u0022campaign_layout\u0022: 2, \u0022campaign_type\u0022: 2, \u0022conf_email_from_address\u0022: \u0022gberman@lyft.quorumoutbox.com\u0022, \u0022conf_email_from_address_username\u0022: null, \u0022conf_email_from_name\u0022: null, \u0022conf_email_reply_to_address\u0022: null, \u0022conf_email_reply_to_address_domain\u0022: null, \u0022conf_email_reply_to_address_username\u0022: null, \u0022conf_email_reply_to_name\u0022: null, \u0022conf_email_subject\u0022: null, \u0022configs\u0022: null, \u0022custom_call_to_action_button_text\u0022: \u0022\u0022, \u0022custom_call_to_action_text\u0022: \u0022Make Your Voice Heard\u0022, \u0022custom_css\u0022: \u0022/*Logo size*/\u005Cn.gPLAkZ{\u005Cn height: 170px\u003B\u005Cn}\u005Cn.dbyZZW{\u005Cn padding: 40px 0px 0px 0px\u003B\u005Cn}\u005Cn\u005Cn/*form color*/\u005Cn.kFLuUW{\u005Cn background: linear\u002Dgradient(rgb(222, 237, 247), rgb(222, 237, 247))\u003B\u005Cn border\u002Dcolor: rgb(222, 237, 247)\u003B\u005Cn}\u005Cn\u005Cn/*button color*/\u005Cn.dlDBhD {\u005Cn opacity: 1\u003B\u005Cn background: linear\u002Dgradient(rgb(255, 0, 191), rgb(255, 0, 191))\u003B\u005Cn color: rgb(255, 255, 255) !important\u003B\u005Cn font\u002Dsize: 1.4rem !important\u003B\u005Cn font\u002Dweight: 600\u003B\u005Cn}\u0022, \u0022custom_fields\u0022: , \u0022custom_gamification_points\u0022: 10, \u0022custom_javascript\u0022: \u0022function alterarTextoBotao() {\u005Cn const button \u003D document.querySelector(\u005C\u0022.dlDBhD\u005C\u0022)\u003B\u005Cn if (button \u0026\u0026 button.textContent !\u003D\u003D \u005C\u0022SEND\u005C\u0022) {\u005Cn button.textContent \u003D \u005C\u0022SEND\u005C\u0022\u003B\u005Cn }\u005Cn}\u005Cn\u005CnsetInterval(alterarTextoBotao, 200)\u003B\u005Cn\u0022, \u0022custom_target\u0022: \u0022\u0022, \u0022custom_thank_you_javascript\u0022: \u0022\u0022, \u0022description_alignment_type\u0022: 1, \u0022facebook_leadgen_form_id\u0022: \u0022\u0022, \u0022facebook_leadgen_form_questions\u0022: null, \u0022fixed_post_message\u0022: \u0022\u0022, \u0022fixed_post_message_two\u0022: \u0022\u0022, \u0022fixed_pre_message\u0022: \u0022\u0022, \u0022fixed_pre_message_two\u0022: \u0022\u0022, \u0022footer_html\u0022: \u0022\u0022, \u0022full_bleed_header_image_alt_text\u0022: \u0022\u0022, \u0022full_bleed_header_image_contain\u0022: false, \u0022full_bleed_header_image_url\u0022: \u0022\u0022, \u0022full_bleed_header_text_is_left_aligned\u0022: true, \u0022full_bleed_header_type\u0022: 1, \u0022full_bleed_header_video_url\u0022: \u0022\u0022, \u0022gamification_points_mode\u0022: 1, \u0022id\u0022: 136586, \u0022inbound_texting_reply_message\u0022: \u0022\u0022, \u0022internal_only_name\u0022: \u0022CA Insurance Campaign 2025 \u002D Riders 8/18 (Webpage)\u0022, \u0022is_custom_targeting_enabled\u0022: true, \u0022is_one_click_registration_enabled\u0022: true, \u0022logo_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D10\u002D28/9e211068a1e1058f558f6dbcbe2d9679/uDgXAvqKyyUjSsYPGoQ9_lyft\u002Dlogo.png\u0022, \u0022long_description\u0022: \u0022\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(68, 71, 70)\u003B font\u002Dsize: 11pt\u005C\u0022\u003EI\u005Cu2019m a California resident who relies on rideshare writing in support of CA SB 371 (Cabaldon).\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(68, 71, 70)\u003B font\u002Dsize: 11pt\u005C\u0022\u003EThe current $1 million uninsured/underinsured motorist (UM/UIM) coverage requirement for companies like Lyft and Uber is unfairly high. Taxis and limos don\u0027t have the same costly requirement, and these high insurance costs are passed directly on to riders like me through higher prices.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(68, 71, 70)\u003B font\u002Dsize: 11pt\u005C\u0022\u003EBy supporting CA SB 371, you can help modernize an outdated law, ensure fairness across the industry, and protect access to affordable transportation. Please support this bill to help keep rideshare an affordable option for all Californians. \u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(68, 71, 70)\u003B font\u002Dsize: 11pt\u005C\u0022\u003E\u003Cstrong\u003EPass CA SB 371.\u003C/strong\u003E\u003C/span\u003E\u003C/p\u003E\u0022, \u0022multi_action_ordered_children_ids\u0022: , \u0022multi_action_parent_id\u0022: null, \u0022multiple_actions_allowed\u0022: true, \u0022name\u0022: \u0022Make rideshare more affordable: Lower insurance costs by passing CA SB 371\u0022, \u0022navigation_bar_is_transparent\u0022: true, \u0022navigation_bar_type\u0022: 2, \u0022number_actions_count\u0022: 50, \u0022number_actions_last_month_count\u0022: 0, \u0022number_participants_count\u0022: 22, \u0022number_participants_last_month_count\u0022: 0, \u0022order\u0022: 4, \u0022page_layout_type\u0022: 1, \u0022personalized_campaign_pages\u0022: {}, \u0022pos_message\u0022: \u0022\u0022, \u0022pos_subject\u0022: \u0022\u0022, \u0022rate_limit\u0022: null, \u0022registration_page\u0022: \u0022/api/grassrootsregistrationpage/1100/\u0022, \u0022regulation_id\u0022: null, \u0022required_video_link\u0022: \u0022\u0022, \u0022resource_uri\u0022: \u0022/api/grassrootscampaign/136586/\u0022, \u0022share_story_type\u0022: 1, \u0022share_story_video_duration\u0022: 60, \u0022short_description\u0022: \u0022\u0022, \u0022should_rework_with_ai\u0022: false, \u0022should_use_footer_html\u0022: false, \u0022show_num_actions\u0022: false, \u0022show_num_supporters\u0022: true, \u0022single_body_for_all_messages\u0022: false, \u0022statistics\u0022: null, \u0022status\u0022: 2, \u0022summary_display_option_type\u0022: 3, \u0022supporters_can_choose_targets\u0022: false, \u0022targeting_type\u0022: 1, \u0022unique_identifier\u0022: \u0022\u0022, \u0022vanity_url_slug\u0022: \u0022136586\u0022, \u0022video_notified_users\u0022: , \u0022visible_on_action_center\u0022: false, \u0022voice_flow_settings\u0022: null}, {\u0022_extra\u0022: {}, \u0022ai_options\u0022: {\u0022length\u0022: \u0022short\u0022, \u0022tone\u0022: \u0022friendly\u0022}, \u0022always_show_to_advocates\u0022: false, \u0022anonymize_supporter_data\u0022: false, \u0022background_color_override\u0022: \u0022#ffffff\u0022, \u0022background_image_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D10\u002D28/9e211068a1e1058f558f6dbcbe2d9679/BPQgCQ6oPO3CALSJCGQM_lyft\u002Dbackground.png\u0022, \u0022background_style_type\u0022: 1, \u0022campaign_interaction_types\u0022: , \u0022campaign_layout\u0022: 2, \u0022campaign_type\u0022: 2, \u0022conf_email_from_address\u0022: \u0022gberman@lyft.quorumoutbox.com\u0022, \u0022conf_email_from_address_username\u0022: null, \u0022conf_email_from_name\u0022: null, \u0022conf_email_reply_to_address\u0022: null, \u0022conf_email_reply_to_address_domain\u0022: null, \u0022conf_email_reply_to_address_username\u0022: null, \u0022conf_email_reply_to_name\u0022: null, \u0022conf_email_subject\u0022: null, \u0022configs\u0022: null, \u0022custom_call_to_action_button_text\u0022: \u0022\u0022, \u0022custom_call_to_action_text\u0022: \u0022Make Your Voice Heard\u0022, \u0022custom_css\u0022: \u0022/*Logo size*/\u005Cn.gPLAkZ{\u005Cn height: 170px\u003B\u005Cn}\u005Cn.dbyZZW{\u005Cn padding: 40px 0px 0px 0px\u003B\u005Cn}\u005Cn\u005Cn/*form color*/\u005Cn.kFLuUW{\u005Cn background: linear\u002Dgradient(rgb(222, 237, 247), rgb(222, 237, 247))\u003B\u005Cn border\u002Dcolor: rgb(222, 237, 247)\u003B\u005Cn}\u005Cn\u005Cn/*button color*/\u005Cn.dlDBhD {\u005Cn opacity: 1\u003B\u005Cn background: linear\u002Dgradient(rgb(255, 0, 191), rgb(255, 0, 191))\u003B\u005Cn color: rgb(255, 255, 255) !important\u003B\u005Cn font\u002Dsize: 1.4rem !important\u003B\u005Cn font\u002Dweight: 600\u003B\u005Cn}\u0022, \u0022custom_fields\u0022: , \u0022custom_gamification_points\u0022: 10, \u0022custom_javascript\u0022: \u0022function alterarTextoBotao() {\u005Cn const button \u003D document.querySelector(\u005C\u0022.dlDBhD\u005C\u0022)\u003B\u005Cn if (button \u0026\u0026 button.textContent !\u003D\u003D \u005C\u0022SEND\u005C\u0022) {\u005Cn button.textContent \u003D \u005C\u0022SEND\u005C\u0022\u003B\u005Cn }\u005Cn}\u005Cn\u005CnsetInterval(alterarTextoBotao, 200)\u003B\u005Cn\u0022, \u0022custom_target\u0022: \u0022\u0022, \u0022custom_thank_you_javascript\u0022: \u0022\u0022, \u0022description_alignment_type\u0022: 1, \u0022facebook_leadgen_form_id\u0022: \u0022\u0022, \u0022facebook_leadgen_form_questions\u0022: null, \u0022fixed_post_message\u0022: \u0022\u0022, \u0022fixed_post_message_two\u0022: \u0022\u0022, \u0022fixed_pre_message\u0022: \u0022\u0022, \u0022fixed_pre_message_two\u0022: \u0022\u0022, \u0022footer_html\u0022: \u0022\u0022, \u0022full_bleed_header_image_alt_text\u0022: \u0022\u0022, \u0022full_bleed_header_image_contain\u0022: false, \u0022full_bleed_header_image_url\u0022: \u0022\u0022, \u0022full_bleed_header_text_is_left_aligned\u0022: true, \u0022full_bleed_header_type\u0022: 1, \u0022full_bleed_header_video_url\u0022: \u0022\u0022, \u0022gamification_points_mode\u0022: 1, \u0022id\u0022: 136587, \u0022inbound_texting_reply_message\u0022: \u0022\u0022, \u0022internal_only_name\u0022: \u0022CA Insurance Campaign 2025 \u002D Drivers Webpage\u0022, \u0022is_custom_targeting_enabled\u0022: true, \u0022is_one_click_registration_enabled\u0022: true, \u0022logo_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D10\u002D28/9e211068a1e1058f558f6dbcbe2d9679/uDgXAvqKyyUjSsYPGoQ9_lyft\u002Dlogo.png\u0022, \u0022long_description\u0022: \u0022\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 11pt\u005C\u0022\u003EI\u005Cu2019m a driver who utilizes the Lyft app in California in California writing to support Senate Bill 371 (Cabaldon). This bill would lower the expensive and outdated $1 million uninsured/underinsured motorist (UM/UIM) coverage requirement for rideshare companies to a more reasonable amount.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 11pt\u005C\u0022\u003EThe current requirement is not only too expensive for drivers like me, it unfairly targets rideshare drivers, as taxis and limos have no such requirement. This high cost is passed on to riders through higher fares and drivers through reduced earnings.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 11pt\u005C\u0022\u003EUpdating this 2014 law will help protect riders and drivers, reduce costs, and keep rideshare an affordable transportation option for all Californians. \u003Cstrong\u003EI urge you to support CA SB 371.\u003C/strong\u003E\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u0022, \u0022multi_action_ordered_children_ids\u0022: , \u0022multi_action_parent_id\u0022: null, \u0022multiple_actions_allowed\u0022: true, \u0022name\u0022: \u0022Increase earnings for rideshare drivers \u002D Pass CA SB 371\u0022, \u0022navigation_bar_is_transparent\u0022: true, \u0022navigation_bar_type\u0022: 2, \u0022number_actions_count\u0022: 26, \u0022number_actions_last_month_count\u0022: 0, \u0022number_participants_count\u0022: 13, \u0022number_participants_last_month_count\u0022: 0, \u0022order\u0022: 4, \u0022page_layout_type\u0022: 1, \u0022personalized_campaign_pages\u0022: {}, \u0022pos_message\u0022: \u0022\u0022, \u0022pos_subject\u0022: \u0022\u0022, \u0022rate_limit\u0022: null, \u0022registration_page\u0022: \u0022/api/grassrootsregistrationpage/1100/\u0022, \u0022regulation_id\u0022: null, \u0022required_video_link\u0022: \u0022\u0022, \u0022resource_uri\u0022: \u0022/api/grassrootscampaign/136587/\u0022, \u0022share_story_type\u0022: 1, \u0022share_story_video_duration\u0022: 60, \u0022short_description\u0022: \u0022\u0022, \u0022should_rework_with_ai\u0022: false, \u0022should_use_footer_html\u0022: false, \u0022show_num_actions\u0022: false, \u0022show_num_supporters\u0022: true, \u0022single_body_for_all_messages\u0022: false, \u0022statistics\u0022: null, \u0022status\u0022: 2, \u0022summary_display_option_type\u0022: 3, \u0022supporters_can_choose_targets\u0022: false, \u0022targeting_type\u0022: 1, \u0022unique_identifier\u0022: \u0022\u0022, \u0022vanity_url_slug\u0022: \u0022136587\u0022, \u0022video_notified_users\u0022: , \u0022visible_on_action_center\u0022: false, \u0022voice_flow_settings\u0022: null}, {\u0022_extra\u0022: {}, \u0022ai_options\u0022: {\u0022length\u0022: \u0022short\u0022, \u0022tone\u0022: \u0022friendly\u0022}, \u0022always_show_to_advocates\u0022: false, \u0022anonymize_supporter_data\u0022: false, \u0022background_color_override\u0022: \u0022#ffffff\u0022, \u0022background_image_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D10\u002D28/9e211068a1e1058f558f6dbcbe2d9679/BPQgCQ6oPO3CALSJCGQM_lyft\u002Dbackground.png\u0022, \u0022background_style_type\u0022: 1, \u0022campaign_interaction_types\u0022: , \u0022campaign_layout\u0022: 2, \u0022campaign_type\u0022: 2, \u0022conf_email_from_address\u0022: \u0022gberman@lyft.quorumoutbox.com\u0022, \u0022conf_email_from_address_username\u0022: null, \u0022conf_email_from_name\u0022: null, \u0022conf_email_reply_to_address\u0022: null, \u0022conf_email_reply_to_address_domain\u0022: null, \u0022conf_email_reply_to_address_username\u0022: null, \u0022conf_email_reply_to_name\u0022: null, \u0022conf_email_subject\u0022: null, \u0022configs\u0022: null, \u0022custom_call_to_action_button_text\u0022: \u0022\u0022, \u0022custom_call_to_action_text\u0022: \u0022Make Your Voice Heard\u0022, \u0022custom_css\u0022: \u0022/*Logo size*/\u005Cn.gPLAkZ{\u005Cn height: 170px\u003B\u005Cn}\u005Cn.dbyZZW{\u005Cn padding: 40px 0px 0px 0px\u003B\u005Cn}\u005Cn\u005Cn/*form color*/\u005Cn.kFLuUW{\u005Cn background: linear\u002Dgradient(rgb(222, 237, 247), rgb(222, 237, 247))\u003B\u005Cn border\u002Dcolor: rgb(222, 237, 247)\u003B\u005Cn}\u005Cn\u005Cn/*button color*/\u005Cn.dlDBhD {\u005Cn opacity: 1\u003B\u005Cn background: linear\u002Dgradient(rgb(255, 0, 191), rgb(255, 0, 191))\u003B\u005Cn color: rgb(255, 255, 255) !important\u003B\u005Cn font\u002Dsize: 1.4rem !important\u003B\u005Cn font\u002Dweight: 600\u003B\u005Cn}\u0022, \u0022custom_fields\u0022: , \u0022custom_gamification_points\u0022: 10, \u0022custom_javascript\u0022: \u0022function alterarTextoBotao() {\u005Cn const button \u003D document.querySelector(\u005C\u0022.dlDBhD\u005C\u0022)\u003B\u005Cn if (button \u0026\u0026 button.textContent !\u003D\u003D \u005C\u0022SEND\u005C\u0022) {\u005Cn button.textContent \u003D \u005C\u0022SEND\u005C\u0022\u003B\u005Cn }\u005Cn}\u005Cn\u005CnsetInterval(alterarTextoBotao, 200)\u003B\u005Cn\u0022, \u0022custom_target\u0022: \u0022\u0022, \u0022custom_thank_you_javascript\u0022: \u0022\u0022, \u0022description_alignment_type\u0022: 1, \u0022facebook_leadgen_form_id\u0022: \u0022\u0022, \u0022facebook_leadgen_form_questions\u0022: null, \u0022fixed_post_message\u0022: \u0022\u0022, \u0022fixed_post_message_two\u0022: \u0022\u0022, \u0022fixed_pre_message\u0022: \u0022\u0022, \u0022fixed_pre_message_two\u0022: \u0022\u0022, \u0022footer_html\u0022: \u0022\u0022, \u0022full_bleed_header_image_alt_text\u0022: \u0022\u0022, \u0022full_bleed_header_image_contain\u0022: false, \u0022full_bleed_header_image_url\u0022: \u0022\u0022, \u0022full_bleed_header_text_is_left_aligned\u0022: true, \u0022full_bleed_header_type\u0022: 1, \u0022full_bleed_header_video_url\u0022: \u0022\u0022, \u0022gamification_points_mode\u0022: 1, \u0022id\u0022: 139123, \u0022inbound_texting_reply_message\u0022: \u0022\u0022, \u0022internal_only_name\u0022: \u0022Tell the NYC City Council to help make insurance more affordable\u0022, \u0022is_custom_targeting_enabled\u0022: true, \u0022is_one_click_registration_enabled\u0022: true, \u0022logo_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2025\u002D07\u002D01/cfa53efde2f13b7ad56c311f7d2bd67e/NcqylsGUO43zbkEwh1nr_Lyft_Logo_White_RGB.png\u0022, \u0022long_description\u0022: \u0022\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 16px\u003B line\u002Dheight: 100%\u005C\u0022\u003EAt Lyft, our mission is to connect communities and provide a platform for safe, reliable transportation that serves riders as well as drivers.\u005Cu00a0\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 16px\u003B line\u002Dheight: 100%\u005C\u0022\u003E\u003Cstrong\u003EThat\u0027s why we\u0027re deeply concerned that\u005Cu00a0 proposed NYC Council legislation, \u003Cu\u003EIntroduction 276,\u003C/u\u003E could erode safety standards we\u0027ve built to protect our New York City community.\u003C/strong\u003E\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 16px\u003B line\u002Dheight: 100%\u005C\u0022\u003EIf passed, this law will require rideshare platforms to provide a\u003Cstrong\u003E two\u002Dweek notice period \u003C/strong\u003Ebefore deactivating drivers. This means if we need to deactivate a driver for safety concerns, including sexual harassment, reckless driving, or other offenses, Lyft will be forced to allow the driver to offer rides for up to two\u002Dweeks after deactivation has been identified.\u005Cu00a0\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 16px\u003B line\u002Dheight: 100%\u005C\u0022\u003EThis two\u002Dweek delay puts everyone at risk: riders, pedestrians, and cyclists alike.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 16px\u003B line\u002Dheight: 100%\u005C\u0022\u003EAdding your voice goes a long way in helping keep your community safe. \u003Cstrong\u003EPlease contact your NYC Council Member and urge them to vote \u003Cu\u003ENO on Int. 276.\u003C/u\u003E\u003C/strong\u003E\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 16px\u003B line\u002Dheight: 100%\u005C\u0022\u003ETogether, we can ensure that Lyft remains a platform that safely connects and serves all New Yorkers.\u003C/span\u003E\u003C/p\u003E\u0022, \u0022multi_action_ordered_children_ids\u0022: , \u0022multi_action_parent_id\u0022: null, \u0022multiple_actions_allowed\u0022: true, \u0022name\u0022: \u0022Take Action to Protect Your Safety\u0022, \u0022navigation_bar_is_transparent\u0022: true, \u0022navigation_bar_type\u0022: 2, \u0022number_actions_count\u0022: 59777, \u0022number_actions_last_month_count\u0022: 0, \u0022number_participants_count\u0022: 2555, \u0022number_participants_last_month_count\u0022: 0, \u0022order\u0022: 4, \u0022page_layout_type\u0022: 1, \u0022personalized_campaign_pages\u0022: {}, \u0022pos_message\u0022: \u0022\u0022, \u0022pos_subject\u0022: \u0022\u0022, \u0022rate_limit\u0022: null, \u0022registration_page\u0022: \u0022/api/grassrootsregistrationpage/11835/\u0022, \u0022regulation_id\u0022: null, \u0022required_video_link\u0022: \u0022\u0022, \u0022resource_uri\u0022: \u0022/api/grassrootscampaign/139123/\u0022, \u0022share_story_type\u0022: 1, \u0022share_story_video_duration\u0022: 60, \u0022short_description\u0022: \u0022We need your help\u0022, \u0022should_rework_with_ai\u0022: false, \u0022should_use_footer_html\u0022: false, \u0022show_num_actions\u0022: false, \u0022show_num_supporters\u0022: true, \u0022single_body_for_all_messages\u0022: false, \u0022statistics\u0022: null, \u0022status\u0022: 2, \u0022summary_display_option_type\u0022: 3, \u0022supporters_can_choose_targets\u0022: false, \u0022targeting_type\u0022: 1, \u0022unique_identifier\u0022: \u0022\u0022, \u0022vanity_url_slug\u0022: \u0022139123\u0022, \u0022video_notified_users\u0022: , \u0022visible_on_action_center\u0022: false, \u0022voice_flow_settings\u0022: null}, {\u0022_extra\u0022: {}, \u0022ai_options\u0022: {\u0022length\u0022: \u0022short\u0022, \u0022tone\u0022: \u0022friendly\u0022}, \u0022always_show_to_advocates\u0022: false, \u0022anonymize_supporter_data\u0022: false, \u0022background_color_override\u0022: \u0022#ffffff\u0022, \u0022background_image_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D10\u002D28/9e211068a1e1058f558f6dbcbe2d9679/BPQgCQ6oPO3CALSJCGQM_lyft\u002Dbackground.png\u0022, \u0022background_style_type\u0022: 1, \u0022campaign_interaction_types\u0022: , \u0022campaign_layout\u0022: 2, \u0022campaign_type\u0022: 2, \u0022conf_email_from_address\u0022: \u0022gberman@lyft.quorumoutbox.com\u0022, \u0022conf_email_from_address_username\u0022: null, \u0022conf_email_from_name\u0022: null, \u0022conf_email_reply_to_address\u0022: null, \u0022conf_email_reply_to_address_domain\u0022: null, \u0022conf_email_reply_to_address_username\u0022: null, \u0022conf_email_reply_to_name\u0022: null, \u0022conf_email_subject\u0022: null, \u0022configs\u0022: null, \u0022custom_call_to_action_button_text\u0022: \u0022\u0022, \u0022custom_call_to_action_text\u0022: \u0022Make Your Voice Heard\u0022, \u0022custom_css\u0022: \u0022/*Logo size*/\u005Cn.gPLAkZ{\u005Cn height: 170px\u003B\u005Cn}\u005Cn.dbyZZW{\u005Cn padding: 40px 0px 0px 0px\u003B\u005Cn}\u005Cn\u005Cn/*form color*/\u005Cn.kFLuUW{\u005Cn background: linear\u002Dgradient(rgb(222, 237, 247), rgb(222, 237, 247))\u003B\u005Cn border\u002Dcolor: rgb(222, 237, 247)\u003B\u005Cn}\u005Cn\u005Cn/*button color*/\u005Cn.dlDBhD {\u005Cn opacity: 1\u003B\u005Cn background: linear\u002Dgradient(rgb(255, 0, 191), rgb(255, 0, 191))\u003B\u005Cn color: rgb(255, 255, 255) !important\u003B\u005Cn font\u002Dsize: 1.4rem !important\u003B\u005Cn font\u002Dweight: 600\u003B\u005Cn}\u0022, \u0022custom_fields\u0022: , \u0022custom_gamification_points\u0022: 10, \u0022custom_javascript\u0022: \u0022function alterarTextoBotao() {\u005Cn const button \u003D document.querySelector(\u005C\u0022.dlDBhD\u005C\u0022)\u003B\u005Cn if (button \u0026\u0026 button.textContent !\u003D\u003D \u005C\u0022SEND\u005C\u0022) {\u005Cn button.textContent \u003D \u005C\u0022SEND\u005C\u0022\u003B\u005Cn }\u005Cn}\u005Cn\u005CnsetInterval(alterarTextoBotao, 200)\u003B\u005Cn\u0022, \u0022custom_target\u0022: \u0022\u0022, \u0022custom_thank_you_javascript\u0022: \u0022\u0022, \u0022description_alignment_type\u0022: 1, \u0022facebook_leadgen_form_id\u0022: \u0022\u0022, \u0022facebook_leadgen_form_questions\u0022: null, \u0022fixed_post_message\u0022: \u0022\u0022, \u0022fixed_post_message_two\u0022: \u0022\u0022, \u0022fixed_pre_message\u0022: \u0022\u0022, \u0022fixed_pre_message_two\u0022: \u0022\u0022, \u0022footer_html\u0022: \u0022\u0022, \u0022full_bleed_header_image_alt_text\u0022: \u0022\u0022, \u0022full_bleed_header_image_contain\u0022: false, \u0022full_bleed_header_image_url\u0022: \u0022\u0022, \u0022full_bleed_header_text_is_left_aligned\u0022: true, \u0022full_bleed_header_type\u0022: 1, \u0022full_bleed_header_video_url\u0022: \u0022\u0022, \u0022gamification_points_mode\u0022: 1, \u0022id\u0022: 139128, \u0022inbound_texting_reply_message\u0022: \u0022\u0022, \u0022internal_only_name\u0022: \u0022Tell the NYC City Council to help make insurance more affordable\u0022, \u0022is_custom_targeting_enabled\u0022: true, \u0022is_one_click_registration_enabled\u0022: true, \u0022logo_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2025\u002D07\u002D01/cfa53efde2f13b7ad56c311f7d2bd67e/NcqylsGUO43zbkEwh1nr_Lyft_Logo_White_RGB.png\u0022, \u0022long_description\u0022: \u0022\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 16px\u003B line\u002Dheight: 100%\u005C\u0022\u003EAt Lyft, we\u0027re committed to connecting communities through safe transportation. We are also deeply committed to protecting your ability to earn on our platform.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 16px\u003B line\u002Dheight: 100%\u005C\u0022\u003EWe\u0027re concerned about proposed NYC Council legislation, \u003Cu\u003EIntroduction 276\u003C/u\u003E, which could weaken the safety standards that keep our platform safe for everyone and could also impact driver earnings.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 16px\u003B line\u002Dheight: 100%\u005C\u0022\u003E\u003Cstrong\u003EIf passed, this law would make it difficult to remove \u003Cem\u003Eunsafe \u003C/em\u003Edrivers from the platform,\u003C/strong\u003E even in cases like sexual harassment, reckless driving, or other serious offenses. This could put our community at risk, and damage the trust that helps sustain a healthy marketplace for your earnings.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 16px\u003B line\u002Dheight: 100%\u005C\u0022\u003ESafety and trust are the cornerstones of our community. When safety and trust erode, people take rideshare less. A safe experience is essential for you to earn consistently.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 16px\u003B line\u002Dheight: 100%\u005C\u0022\u003EThat\u005Cu2019s why we\u005Cu2019re urging the NYC Council to pump the brakes on this dangerous bill.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 16px\u003B line\u002Dheight: 100%\u005C\u0022\u003EYour voice matters. \u003Cstrong\u003EPlease contact your NYC Council representative and urge them to vote \u003Cu\u003ENO on Int. 276.\u003C/u\u003E\u003C/strong\u003E\u003C/span\u003E\u003C/p\u003E\u0022, \u0022multi_action_ordered_children_ids\u0022: , \u0022multi_action_parent_id\u0022: null, \u0022multiple_actions_allowed\u0022: true, \u0022name\u0022: \u0022Help protect your earnings and safety standards\u0022, \u0022navigation_bar_is_transparent\u0022: true, \u0022navigation_bar_type\u0022: 2, \u0022number_actions_count\u0022: 4048, \u0022number_actions_last_month_count\u0022: 0, \u0022number_participants_count\u0022: 166, \u0022number_participants_last_month_count\u0022: 0, \u0022order\u0022: 4, \u0022page_layout_type\u0022: 1, \u0022personalized_campaign_pages\u0022: {}, \u0022pos_message\u0022: \u0022\u0022, \u0022pos_subject\u0022: \u0022\u0022, \u0022rate_limit\u0022: null, \u0022registration_page\u0022: \u0022/api/grassrootsregistrationpage/11835/\u0022, \u0022regulation_id\u0022: null, \u0022required_video_link\u0022: \u0022\u0022, \u0022resource_uri\u0022: \u0022/api/grassrootscampaign/139128/\u0022, \u0022share_story_type\u0022: 1, \u0022share_story_video_duration\u0022: 60, \u0022short_description\u0022: \u0022Maintain your earning potential\u0022, \u0022should_rework_with_ai\u0022: false, \u0022should_use_footer_html\u0022: false, \u0022show_num_actions\u0022: false, \u0022show_num_supporters\u0022: true, \u0022single_body_for_all_messages\u0022: false, \u0022statistics\u0022: null, \u0022status\u0022: 2, \u0022summary_display_option_type\u0022: 3, \u0022supporters_can_choose_targets\u0022: false, \u0022targeting_type\u0022: 1, \u0022unique_identifier\u0022: \u0022\u0022, \u0022vanity_url_slug\u0022: \u0022139128\u0022, \u0022video_notified_users\u0022: , \u0022visible_on_action_center\u0022: false, \u0022voice_flow_settings\u0022: null}, {\u0022_extra\u0022: {}, \u0022ai_options\u0022: {\u0022length\u0022: \u0022short\u0022, \u0022tone\u0022: \u0022friendly\u0022}, \u0022always_show_to_advocates\u0022: false, \u0022anonymize_supporter_data\u0022: false, \u0022background_color_override\u0022: \u0022#ffffff\u0022, \u0022background_image_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D10\u002D28/9e211068a1e1058f558f6dbcbe2d9679/BPQgCQ6oPO3CALSJCGQM_lyft\u002Dbackground.png\u0022, \u0022background_style_type\u0022: 1, \u0022campaign_interaction_types\u0022: , \u0022campaign_layout\u0022: 2, \u0022campaign_type\u0022: 2, \u0022conf_email_from_address\u0022: \u0022gberman@lyft.quorumoutbox.com\u0022, \u0022conf_email_from_address_username\u0022: null, \u0022conf_email_from_name\u0022: null, \u0022conf_email_reply_to_address\u0022: null, \u0022conf_email_reply_to_address_domain\u0022: null, \u0022conf_email_reply_to_address_username\u0022: null, \u0022conf_email_reply_to_name\u0022: null, \u0022conf_email_subject\u0022: null, \u0022configs\u0022: null, \u0022custom_call_to_action_button_text\u0022: \u0022\u0022, \u0022custom_call_to_action_text\u0022: \u0022Make Your Voice Heard\u0022, \u0022custom_css\u0022: \u0022/*Logo size*/\u005Cn.gPLAkZ{\u005Cn height: 170px\u003B\u005Cn}\u005Cn.dbyZZW{\u005Cn padding: 40px 0px 0px 0px\u003B\u005Cn}\u005Cn\u005Cn/*form color*/\u005Cn.kFLuUW{\u005Cn background: linear\u002Dgradient(rgb(222, 237, 247), rgb(222, 237, 247))\u003B\u005Cn border\u002Dcolor: rgb(222, 237, 247)\u003B\u005Cn}\u005Cn\u005Cn/*button color*/\u005Cn.dlDBhD {\u005Cn opacity: 1\u003B\u005Cn background: linear\u002Dgradient(rgb(255, 0, 191), rgb(255, 0, 191))\u003B\u005Cn color: rgb(255, 255, 255) !important\u003B\u005Cn font\u002Dsize: 1.4rem !important\u003B\u005Cn font\u002Dweight: 600\u003B\u005Cn}\u0022, \u0022custom_fields\u0022: , \u0022custom_gamification_points\u0022: 10, \u0022custom_javascript\u0022: \u0022function alterarTextoBotao() {\u005Cn const button \u003D document.querySelector(\u005C\u0022.dlDBhD\u005C\u0022)\u003B\u005Cn if (button \u0026\u0026 button.textContent !\u003D\u003D \u005C\u0022SEND\u005C\u0022) {\u005Cn button.textContent \u003D \u005C\u0022SEND\u005C\u0022\u003B\u005Cn }\u005Cn}\u005Cn\u005CnsetInterval(alterarTextoBotao, 200)\u003B\u005Cn\u0022, \u0022custom_target\u0022: \u0022\u0022, \u0022custom_thank_you_javascript\u0022: \u0022\u0022, \u0022description_alignment_type\u0022: 1, \u0022facebook_leadgen_form_id\u0022: \u0022\u0022, \u0022facebook_leadgen_form_questions\u0022: null, \u0022fixed_post_message\u0022: \u0022\u0022, \u0022fixed_post_message_two\u0022: \u0022\u0022, \u0022fixed_pre_message\u0022: \u0022\u0022, \u0022fixed_pre_message_two\u0022: \u0022\u0022, \u0022footer_html\u0022: \u0022\u0022, \u0022full_bleed_header_image_alt_text\u0022: \u0022\u0022, \u0022full_bleed_header_image_contain\u0022: false, \u0022full_bleed_header_image_url\u0022: \u0022\u0022, \u0022full_bleed_header_text_is_left_aligned\u0022: true, \u0022full_bleed_header_type\u0022: 1, \u0022full_bleed_header_video_url\u0022: \u0022\u0022, \u0022gamification_points_mode\u0022: 1, \u0022id\u0022: 143749, \u0022inbound_texting_reply_message\u0022: \u0022\u0022, \u0022internal_only_name\u0022: \u0022Tell the Mayor Johnson no more rideshare taxes \u002D Drivers\u0022, \u0022is_custom_targeting_enabled\u0022: true, \u0022is_one_click_registration_enabled\u0022: true, \u0022logo_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2025\u002D07\u002D01/cfa53efde2f13b7ad56c311f7d2bd67e/NcqylsGUO43zbkEwh1nr_Lyft_Logo_White_RGB.png\u0022, \u0022long_description\u0022: \u0022\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 16px\u003B line\u002Dheight: 100%\u005C\u0022\u003EMayor Johnson,\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 16px\u003B line\u002Dheight: 100%\u005C\u0022\u003EI\u0027m writing to urge you to reconsider any new proposals to increase rideshare taxes and fees in the 2026 budget.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 16px\u003B line\u002Dheight: 100%\u005C\u0022\u003EAs a rideshare driver in Chicago, I see every day how rising costs affect my riders. Chicago riders already pay some of the highest rideshare taxes in the country. Your proposed tax increase would make rides even more unaffordable for working families.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 16px\u003B line\u002Dheight: 100%\u005C\u0022\u003EWhen rides become unaffordable, people stop using the service. That means fewer trips for drivers like me and less accessible transportation for the Chicagoans who need it most.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 16px\u003B line\u002Dheight: 100%\u005C\u0022\u003EI urge you to reconsider your new rideshare tax in the 2026 budget and keep transportation affordable for all Chicagoans.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 16px\u003B line\u002Dheight: 100%\u005C\u0022\u003EThank you for considering my concerns.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u0022, \u0022multi_action_ordered_children_ids\u0022: , \u0022multi_action_parent_id\u0022: null, \u0022multiple_actions_allowed\u0022: true, \u0022name\u0022: \u0022Chicago Rideshare Tax Proposal \u002D Protect My Earnings\u0022, \u0022navigation_bar_is_transparent\u0022: true, \u0022navigation_bar_type\u0022: 2, \u0022number_actions_count\u0022: 289, \u0022number_actions_last_month_count\u0022: 0, \u0022number_participants_count\u0022: 284, \u0022number_participants_last_month_count\u0022: 0, \u0022order\u0022: 4, \u0022page_layout_type\u0022: 1, \u0022personalized_campaign_pages\u0022: {}, \u0022pos_message\u0022: \u0022\u0022, \u0022pos_subject\u0022: \u0022\u0022, \u0022rate_limit\u0022: null, \u0022registration_page\u0022: \u0022/api/grassrootsregistrationpage/11835/\u0022, \u0022regulation_id\u0022: null, \u0022required_video_link\u0022: \u0022\u0022, \u0022resource_uri\u0022: \u0022/api/grassrootscampaign/143749/\u0022, \u0022share_story_type\u0022: 1, \u0022share_story_video_duration\u0022: 60, \u0022short_description\u0022: \u0022Maintain my earning potential\u0022, \u0022should_rework_with_ai\u0022: false, \u0022should_use_footer_html\u0022: true, \u0022show_num_actions\u0022: false, \u0022show_num_supporters\u0022: true, \u0022single_body_for_all_messages\u0022: false, \u0022statistics\u0022: null, \u0022status\u0022: 2, \u0022summary_display_option_type\u0022: 3, \u0022supporters_can_choose_targets\u0022: false, \u0022targeting_type\u0022: 1, \u0022unique_identifier\u0022: \u0022\u0022, \u0022vanity_url_slug\u0022: \u0022143749\u0022, \u0022video_notified_users\u0022: , \u0022visible_on_action_center\u0022: false, \u0022voice_flow_settings\u0022: null}, {\u0022_extra\u0022: {}, \u0022ai_options\u0022: {\u0022length\u0022: \u0022short\u0022, \u0022tone\u0022: \u0022friendly\u0022}, \u0022always_show_to_advocates\u0022: false, \u0022anonymize_supporter_data\u0022: false, \u0022background_color_override\u0022: \u0022#ffffff\u0022, \u0022background_image_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D10\u002D28/9e211068a1e1058f558f6dbcbe2d9679/BPQgCQ6oPO3CALSJCGQM_lyft\u002Dbackground.png\u0022, \u0022background_style_type\u0022: 1, \u0022campaign_interaction_types\u0022: , \u0022campaign_layout\u0022: 2, \u0022campaign_type\u0022: 2, \u0022conf_email_from_address\u0022: \u0022gberman@lyft.quorumoutbox.com\u0022, \u0022conf_email_from_address_username\u0022: null, \u0022conf_email_from_name\u0022: null, \u0022conf_email_reply_to_address\u0022: null, \u0022conf_email_reply_to_address_domain\u0022: null, \u0022conf_email_reply_to_address_username\u0022: null, \u0022conf_email_reply_to_name\u0022: null, \u0022conf_email_subject\u0022: null, \u0022configs\u0022: null, \u0022custom_call_to_action_button_text\u0022: \u0022\u0022, \u0022custom_call_to_action_text\u0022: \u0022Make Your Voice Heard\u0022, \u0022custom_css\u0022: \u0022/*Logo size*/\u005Cn.gPLAkZ{\u005Cn height: 170px\u003B\u005Cn}\u005Cn.dbyZZW{\u005Cn padding: 40px 0px 0px 0px\u003B\u005Cn}\u005Cn\u005Cn/*form color*/\u005Cn.kFLuUW{\u005Cn background: linear\u002Dgradient(rgb(222, 237, 247), rgb(222, 237, 247))\u003B\u005Cn border\u002Dcolor: rgb(222, 237, 247)\u003B\u005Cn}\u005Cn\u005Cn/*button color*/\u005Cn.dlDBhD {\u005Cn opacity: 1\u003B\u005Cn background: linear\u002Dgradient(rgb(255, 0, 191), rgb(255, 0, 191))\u003B\u005Cn color: rgb(255, 255, 255) !important\u003B\u005Cn font\u002Dsize: 1.4rem !important\u003B\u005Cn font\u002Dweight: 600\u003B\u005Cn}\u0022, \u0022custom_fields\u0022: , \u0022custom_gamification_points\u0022: 10, \u0022custom_javascript\u0022: \u0022function alterarTextoBotao() {\u005Cn const button \u003D document.querySelector(\u005C\u0022.dlDBhD\u005C\u0022)\u003B\u005Cn if (button \u0026\u0026 button.textContent !\u003D\u003D \u005C\u0022SEND\u005C\u0022) {\u005Cn button.textContent \u003D \u005C\u0022SEND\u005C\u0022\u003B\u005Cn }\u005Cn}\u005Cn\u005CnsetInterval(alterarTextoBotao, 200)\u003B\u005Cn\u0022, \u0022custom_target\u0022: \u0022\u0022, \u0022custom_thank_you_javascript\u0022: \u0022\u0022, \u0022description_alignment_type\u0022: 1, \u0022facebook_leadgen_form_id\u0022: \u0022\u0022, \u0022facebook_leadgen_form_questions\u0022: null, \u0022fixed_post_message\u0022: \u0022\u0022, \u0022fixed_post_message_two\u0022: \u0022\u0022, \u0022fixed_pre_message\u0022: \u0022\u0022, \u0022fixed_pre_message_two\u0022: \u0022\u0022, \u0022footer_html\u0022: \u0022\u0022, \u0022full_bleed_header_image_alt_text\u0022: \u0022\u0022, \u0022full_bleed_header_image_contain\u0022: false, \u0022full_bleed_header_image_url\u0022: \u0022\u0022, \u0022full_bleed_header_text_is_left_aligned\u0022: true, \u0022full_bleed_header_type\u0022: 1, \u0022full_bleed_header_video_url\u0022: \u0022\u0022, \u0022gamification_points_mode\u0022: 1, \u0022id\u0022: 143755, \u0022inbound_texting_reply_message\u0022: \u0022\u0022, \u0022internal_only_name\u0022: \u0022Tell the Mayor Johnson no more rideshare taxes \u002D Riders\u0022, \u0022is_custom_targeting_enabled\u0022: true, \u0022is_one_click_registration_enabled\u0022: true, \u0022logo_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2025\u002D07\u002D01/cfa53efde2f13b7ad56c311f7d2bd67e/NcqylsGUO43zbkEwh1nr_Lyft_Logo_White_RGB.png\u0022, \u0022long_description\u0022: \u0022\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 11pt\u005C\u0022\u003EMayor Johnson,\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 11pt\u005C\u0022\u003EI\u0027m writing to urge you to reconsider any new proposals to increase rideshare taxes and fees in the 2026 budget.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 11pt\u005C\u0022\u003ERideshare provides essential transportation infrastructure that connects our communities and helps people access jobs, healthcare, and more. Your proposed tax increase would create additional financial barriers to the transportation I rely on.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 11pt\u005C\u0022\u003EWhen rideshare becomes unaffordable, it doesn\u0027t just hurt riders like me\u005Cu2014it also reduces demand for the drivers who provide this essential service to our city.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 11pt\u005C\u0022\u003EI urge you to reconsider new rideshare taxes in the 2026 budget and keep transportation affordable for all Chicagoans.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 11pt\u005C\u0022\u003EThank you for considering my concerns.\u003C/span\u003E\u003C/p\u003E\u0022, \u0022multi_action_ordered_children_ids\u0022: , \u0022multi_action_parent_id\u0022: null, \u0022multiple_actions_allowed\u0022: true, \u0022name\u0022: \u0022Chicago Rideshare Tax Proposal \u002D Keep Rides Affordable\u0022, \u0022navigation_bar_is_transparent\u0022: true, \u0022navigation_bar_type\u0022: 2, \u0022number_actions_count\u0022: 2787, \u0022number_actions_last_month_count\u0022: 0, \u0022number_participants_count\u0022: 2745, \u0022number_participants_last_month_count\u0022: 0, \u0022order\u0022: 4, \u0022page_layout_type\u0022: 1, \u0022personalized_campaign_pages\u0022: {}, \u0022pos_message\u0022: \u0022\u0022, \u0022pos_subject\u0022: \u0022\u0022, \u0022rate_limit\u0022: null, \u0022registration_page\u0022: \u0022/api/grassrootsregistrationpage/11835/\u0022, \u0022regulation_id\u0022: null, \u0022required_video_link\u0022: \u0022\u0022, \u0022resource_uri\u0022: \u0022/api/grassrootscampaign/143755/\u0022, \u0022share_story_type\u0022: 1, \u0022share_story_video_duration\u0022: 60, \u0022short_description\u0022: \u0022\u0022, \u0022should_rework_with_ai\u0022: false, \u0022should_use_footer_html\u0022: true, \u0022show_num_actions\u0022: false, \u0022show_num_supporters\u0022: true, \u0022single_body_for_all_messages\u0022: false, \u0022statistics\u0022: null, \u0022status\u0022: 2, \u0022summary_display_option_type\u0022: 3, \u0022supporters_can_choose_targets\u0022: false, \u0022targeting_type\u0022: 1, \u0022unique_identifier\u0022: \u0022\u0022, \u0022vanity_url_slug\u0022: \u0022143755\u0022, \u0022video_notified_users\u0022: , \u0022visible_on_action_center\u0022: false, \u0022voice_flow_settings\u0022: null}, {\u0022_extra\u0022: {}, \u0022ai_options\u0022: {\u0022length\u0022: \u0022short\u0022, \u0022tone\u0022: \u0022friendly\u0022}, \u0022always_show_to_advocates\u0022: false, \u0022anonymize_supporter_data\u0022: false, \u0022background_color_override\u0022: \u0022#ffffff\u0022, \u0022background_image_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D10\u002D28/9e211068a1e1058f558f6dbcbe2d9679/BPQgCQ6oPO3CALSJCGQM_lyft\u002Dbackground.png\u0022, \u0022background_style_type\u0022: 1, \u0022campaign_interaction_types\u0022: , \u0022campaign_layout\u0022: 2, \u0022campaign_type\u0022: 2, \u0022conf_email_from_address\u0022: \u0022gberman@lyft.quorumoutbox.com\u0022, \u0022conf_email_from_address_username\u0022: null, \u0022conf_email_from_name\u0022: null, \u0022conf_email_reply_to_address\u0022: null, \u0022conf_email_reply_to_address_domain\u0022: null, \u0022conf_email_reply_to_address_username\u0022: null, \u0022conf_email_reply_to_name\u0022: null, \u0022conf_email_subject\u0022: null, \u0022configs\u0022: null, \u0022custom_call_to_action_button_text\u0022: \u0022\u0022, \u0022custom_call_to_action_text\u0022: \u0022Make Your Voice Heard\u0022, \u0022custom_css\u0022: \u0022/*Logo size*/\u005Cn.gPLAkZ{\u005Cn height: 170px\u003B\u005Cn}\u005Cn.dbyZZW{\u005Cn padding: 40px 0px 0px 0px\u003B\u005Cn}\u005Cn\u005Cn/*form color*/\u005Cn.kFLuUW{\u005Cn background: linear\u002Dgradient(rgb(222, 237, 247), rgb(222, 237, 247))\u003B\u005Cn border\u002Dcolor: rgb(222, 237, 247)\u003B\u005Cn}\u005Cn\u005Cn/*button color*/\u005Cn.dlDBhD {\u005Cn opacity: 1\u003B\u005Cn background: linear\u002Dgradient(rgb(255, 0, 191), rgb(255, 0, 191))\u003B\u005Cn color: rgb(255, 255, 255) !important\u003B\u005Cn font\u002Dsize: 1.4rem !important\u003B\u005Cn font\u002Dweight: 600\u003B\u005Cn}\u0022, \u0022custom_fields\u0022: , \u0022custom_gamification_points\u0022: 10, \u0022custom_javascript\u0022: \u0022function alterarTextoBotao() {\u005Cn const button \u003D document.querySelector(\u005C\u0022.dlDBhD\u005C\u0022)\u003B\u005Cn if (button \u0026\u0026 button.textContent !\u003D\u003D \u005C\u0022SEND\u005C\u0022) {\u005Cn button.textContent \u003D \u005C\u0022SEND\u005C\u0022\u003B\u005Cn }\u005Cn}\u005Cn\u005CnsetInterval(alterarTextoBotao, 200)\u003B\u005Cn\u0022, \u0022custom_target\u0022: \u0022\u0022, \u0022custom_thank_you_javascript\u0022: \u0022\u0022, \u0022description_alignment_type\u0022: 1, \u0022facebook_leadgen_form_id\u0022: \u0022\u0022, \u0022facebook_leadgen_form_questions\u0022: null, \u0022fixed_post_message\u0022: \u0022\u0022, \u0022fixed_post_message_two\u0022: \u0022\u0022, \u0022fixed_pre_message\u0022: \u0022\u0022, \u0022fixed_pre_message_two\u0022: \u0022\u0022, \u0022footer_html\u0022: \u0022\u0022, \u0022full_bleed_header_image_alt_text\u0022: \u0022\u0022, \u0022full_bleed_header_image_contain\u0022: false, \u0022full_bleed_header_image_url\u0022: \u0022\u0022, \u0022full_bleed_header_text_is_left_aligned\u0022: true, \u0022full_bleed_header_type\u0022: 1, \u0022full_bleed_header_video_url\u0022: \u0022\u0022, \u0022gamification_points_mode\u0022: 1, \u0022id\u0022: 144580, \u0022inbound_texting_reply_message\u0022: \u0022\u0022, \u0022internal_only_name\u0022: \u0022NJ Insurance Campaign 2025 \u002D Riders Nov Email Comms\u0022, \u0022is_custom_targeting_enabled\u0022: true, \u0022is_one_click_registration_enabled\u0022: true, \u0022logo_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2024\u002D10\u002D28/9e211068a1e1058f558f6dbcbe2d9679/uDgXAvqKyyUjSsYPGoQ9_lyft\u002Dlogo.png\u0022, \u0022long_description\u0022: \u0022\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 11pt\u005C\u0022\u003EThere\u005Cu2019s an ongoing affordability and insurance crisis in New Jersey. Basic protections, like home and auto insurance, are increasingly unattainable. Rideshare is no exception.\u003C/span\u003E\u003Cbr\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(68, 71, 70)\u003B font\u002Dsize: 11pt\u005C\u0022\u003EPeople \u003C/span\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 11pt\u005C\u0022\u003Eof all incomes rely on rideshare for commutes, job interviews, appointments, events, and other important trips. But rides in New Jersey are among the most expensive in the country, largely due to unreasonable insurance requirements.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 11pt\u005C\u0022\u003ESince October 2025, riders paid more than $8 for insurance on average per ride \u005Cu2014 most of which is excessive coverage. These high insurance fees inflate rider prices and reduce driver earnings.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 11pt\u005C\u0022\u003ENew Jersey\u005Cu2019s approach to rideshare insurance is outdated. Many other states have rules that protect riders without excessive cost increases.\u005Cu00a0\u003C/span\u003E\u003C/p\u003E\u003Cp\u003E\u003C/p\u003E\u003Cp\u003E\u003Cspan style\u003D\u005C\u0022color: rgb(0, 0, 0)\u003B font\u002Dsize: 11pt\u005C\u0022\u003E\u003Cstrong\u003EReform New Jersey rideshare insurance now.\u003C/strong\u003E\u003C/span\u003E\u003C/p\u003E\u0022, \u0022multi_action_ordered_children_ids\u0022: , \u0022multi_action_parent_id\u0022: null, \u0022multiple_actions_allowed\u0022: true, \u0022name\u0022: \u0022Make New Jersey more affordable: Lower rideshare insurance costs\u0022, \u0022navigation_bar_is_transparent\u0022: true, \u0022navigation_bar_type\u0022: 2, \u0022number_actions_count\u0022: 0, \u0022number_actions_last_month_count\u0022: 0, \u0022number_participants_count\u0022: 0, \u0022number_participants_last_month_count\u0022: 0, \u0022order\u0022: 4, \u0022page_layout_type\u0022: 1, \u0022personalized_campaign_pages\u0022: {}, \u0022pos_message\u0022: \u0022\u0022, \u0022pos_subject\u0022: \u0022\u0022, \u0022rate_limit\u0022: null, \u0022registration_page\u0022: \u0022/api/grassrootsregistrationpage/1100/\u0022, \u0022regulation_id\u0022: null, \u0022required_video_link\u0022: \u0022\u0022, \u0022resource_uri\u0022: \u0022/api/grassrootscampaign/144580/\u0022, \u0022share_story_type\u0022: 1, \u0022share_story_video_duration\u0022: 60, \u0022short_description\u0022: \u0022\u0022, \u0022should_rework_with_ai\u0022: false, \u0022should_use_footer_html\u0022: false, \u0022show_num_actions\u0022: false, \u0022show_num_supporters\u0022: true, \u0022single_body_for_all_messages\u0022: false, \u0022statistics\u0022: null, \u0022status\u0022: 2, \u0022summary_display_option_type\u0022: 3, \u0022supporters_can_choose_targets\u0022: false, \u0022targeting_type\u0022: 1, \u0022unique_identifier\u0022: \u0022\u0022, \u0022vanity_url_slug\u0022: \u0022144580\u0022, \u0022video_notified_users\u0022: , \u0022visible_on_action_center\u0022: false, \u0022voice_flow_settings\u0022: null}}) // For old IE compatibility. for (var property in optionalFields) { if (optionalFields.hasOwnProperty(property)) { windowproperty optionalFieldsproperty } } /script> script> // if in an iframe window.inIframe function () { try { // if were on the same origin (i.e. in one of Quorums sites) then we can access window.top // and that we can use to figure out if this is in an iframe or not if (window.top.location.href undefined) { return crossorigin } if (window.self ! window.top) { return sameorigin; } else { return noframe } } catch (e) { // however, if we cant access window.top, then the iframe must be hosted cross-origin return crossorigin; } } window.areThirdPartyCookiesDisabled function () { //Try to set cookies to determine if they are disabled try { document.cookie third_party_test_cookie1; SameSiteNone; Secure; const cookiesEnabled document.cookie.indexOf(third_party_test_cookie1) ! -1; document.cookie third_party_test_cookie; expiresThu, 01 Jan 1970 00:00:00 GMT; SameSiteNone; Secure; return !cookiesEnabled; } catch (e) { return true; } } const cookielessSafariWindow /^((?!chrome|android).)*safari/i.test(navigator.userAgent) && document.cookie ; const registrationForm window.location.pathname.indexOf(/sign_up/) > -1; const cookiesDisabled areThirdPartyCookiesDisabled(); // if were in an iframe & crossorigin & the browser is safari & the page is not a registration form if (inIframe() crossorigin && cookielessSafariWindow && !registrationForm) { window.cookielessSafari true } if (cookiesDisabled && inIframe() crossorigin) { window.cookielessEmbedded true window.cookielessAuth true } if (!window.is_supporter_authenticated) { localStorage.removeItem(userdata) } /script> script> // Auto-resize iframe when embedded (function () { // Only run if were in an iframe (check for both crossorigin and sameorigin) const iframeStatus inIframe() console.log(Iframe status:, iframeStatus) // Check if embedded parameter is in URL const urlParams new URLSearchParams(window.location.search) const isEmbedded urlParams.get(embedded) true console.log(Is embedded (from URL):, isEmbedded) if (!isEmbedded && iframeStatus noframe) { console.log(Not in iframe, skipping resize script) return } let lastHeight 0 let debounceTimer null function sendHeightToParent() { const heights { docScrollHeight: document.documentElement.scrollHeight, docOffsetHeight: document.documentElement.offsetHeight, bodyScrollHeight: document.body.scrollHeight, bodyOffsetHeight: document.body.offsetHeight } const height Math.max( heights.docScrollHeight, heights.docOffsetHeight, heights.bodyScrollHeight, heights.bodyOffsetHeight ) console.log(Height calculation:, heights, → Using:, height) // Only send if height has changed if (height ! lastHeight && height > 0) { lastHeight height try { window.parent.postMessage({ type: quorum-campaign-resize, height: height }, *) console.log(Sent height to parent:, height) } catch (e) { console.error(Failed to send height:, e) } } } function debouncedSendHeight() { if (debounceTimer) { clearTimeout(debounceTimer) } // Send immediately debounceTimer setTimeout(sendHeightToParent, 100) // Send again after delays to catch animations/transitions setTimeout(sendHeightToParent, 300) setTimeout(sendHeightToParent, 600) } // Send initial height after page load window.addEventListener(load, function () { sendHeightToParent() // Send again after a delay to catch late-rendering content setTimeout(sendHeightToParent, 500) setTimeout(sendHeightToParent, 1000) setTimeout(sendHeightToParent, 2000) }) // Send on DOMContentLoaded as well document.addEventListener(DOMContentLoaded, function () { sendHeightToParent() }) // Watch for DOM changes and send updated height const observer new MutationObserver(debouncedSendHeight) // Start observing when DOM is ready if (document.body) { observer.observe(document.body, { childList: true, subtree: true, attributes: true, characterData: true }) } else { document.addEventListener(DOMContentLoaded, function () { if (document.body) { observer.observe(document.body, { childList: true, subtree: true, attributes: true, characterData: true }) } }) } // Also send height on window resize window.addEventListener(resize, debouncedSendHeight) })() /script> div idgrassroots-app>/div> script srchttps://www.quorum.us/static/2.1256.2026-02-23-1300z-stable/dist/new_grassroots.js>/script> style typetext/css mediaall>/style>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]